#AADDD9

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

Shades of Scandal #AADDD9

Tints of Scandal #AADDD9

Color information

#AADDD9 (or 0xAADDD9) is unknown color: approx Scandal. HEX triplet: AA, DD and D9. RGB value is (170,221,217). Sum of RGB (Red+Green+Blue) = 170+221+217=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD9 is #552226. Grayscale: #CDCDCD. Windows color (decimal): -5579303 or 14278058. OLE color: 14278058.

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

Color convert

RGB170221217-
CMYK0.2300.020.13
HSL175.29º42.86%76.67%-
HSV(B)175.29º23.08%86.67%-
XYZ54.9665.2775.35-
YUV205.3134.6102.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=27.96%
G=36.35%
B=35.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702212170.2300.020.13175.2942.8676.67
HexAADDD91702Daf2b4d
Octal25233533127021525753115
Binary101010101101110111011001101110101101101011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDD9; }

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

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

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

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

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

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

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

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