#AEDCD8

Color #AEDCD8 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #AEDCD8

Tints of Scandal #AEDCD8

Color information

#AEDCD8 (or 0xAEDCD8) is unknown color: approx Scandal. HEX triplet: AE, DC and D8. RGB value is (174,220,216). Sum of RGB (Red+Green+Blue) = 174+220+216=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD8 is #512327. Grayscale: #CDCDCD. Windows color (decimal): -5317416 or 14212270. OLE color: 14212270.

HSL color Cylindrical-coordinate representation of color #AEDCD8: hue angle of 174.78º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCD8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB174220216-
CMYK0.2100.020.14
HSL174.78º39.66%77.25%-
HSV(B)174.78º20.91%86.27%-
XYZ55.4465.1474.62-
YUV205.79133.76105.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=28.52%
G=36.07%
B=35.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202160.2100.020.14174.7839.6677.25
HexAEDCD81502Eaf284d
Octal25633433025021625750115
Binary101011101101110011011000101010101110101011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCD8; }

 p { color: rgb(174,220,216); }

 H1.HeaderClassName
 {
   color: #AEDCD8;
 }
 .AnyTagClassName
 {
   color: #AEDCD8;
 }
</style>
background-color css

<style>
 a { background-color: #AEDCD8; }

 a { background-color: rgb(174,220,216); }

 div.DivClassName
 {
   background-color: #AEDCD8;
 }
 .BgClassName
 {
   background-color: #AEDCD8;
 }
</style>
border-color css

<style>
 span { border-color: #AEDCD8; }

 span { border-color: rgb(174,220,216); }

 td.TdClassName
 {
   border-color: #AEDCD8;
 }
 .TagClassName
 {
   border-color: #AEDCD8;
 }
</style>