#AEDDD9

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

Shades of Scandal #AEDDD9

Tints of Scandal #AEDDD9

Color information

#AEDDD9 (or 0xAEDDD9) is unknown color: approx Scandal. HEX triplet: AE, DD and D9. RGB value is (174,221,217). Sum of RGB (Red+Green+Blue) = 174+221+217=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD9 is #512226. Grayscale: #CECECE. Windows color (decimal): -5317159 or 14278062. OLE color: 14278062.

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

Color convert

RGB174221217-
CMYK0.2100.020.13
HSL174.89º40.87%77.45%-
HSV(B)174.89º21.27%86.67%-
XYZ55.8465.7275.39-
YUV206.49133.93104.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=28.43%
G=36.11%
B=35.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212170.2100.020.13174.8940.8777.45
HexAEDDD91502Daf294d
Octal25633533125021525751115
Binary101011101101110111011001101010101101101011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDD9; }

 p { color: rgb(174,221,217); }

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

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

 a { background-color: rgb(174,221,217); }

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

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

 span { border-color: rgb(174,221,217); }

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