#AADDCE

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

Shades of Scandal #AADDCE

Tints of Scandal #AADDCE

Color information

#AADDCE (or 0xAADDCE) is unknown color: approx Scandal. HEX triplet: AA, DD and CE. RGB value is (170,221,206). Sum of RGB (Red+Green+Blue) = 170+221+206=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDCE is #552231. Grayscale: #CCCCCC. Windows color (decimal): -5579314 or 13557162. OLE color: 13557162.

HSL color Cylindrical-coordinate representation of color #AADDCE: hue angle of 162.35º 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 #AADDCE is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB170221206-
CMYK0.2300.070.13
HSL162.35º42.86%76.67%-
HSV(B)162.35º23.08%86.67%-
XYZ53.5764.7268.06-
YUV204.04129.1103.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=28.48%
G=37.02%
B=34.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702212060.2300.070.13162.3542.8676.67
HexAADDCE1707Da22b4d
Octal25233531627071524253115
Binary1010101011011101110011101011101111101101000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDCE; }

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

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

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

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

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

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

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

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