#AADED9

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

Shades of Scandal #AADED9

Tints of Scandal #AADED9

Color information

#AADED9 (or 0xAADED9) is unknown color: approx Scandal. HEX triplet: AA, DE and D9. RGB value is (170,222,217). Sum of RGB (Red+Green+Blue) = 170+222+217=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED9 is #552126. Grayscale: #CDCDCD. Windows color (decimal): -5579047 or 14278314. OLE color: 14278314.

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

Color convert

RGB170222217-
CMYK0.2300.020.13
HSL174.23º44.07%76.86%-
HSV(B)174.23º23.42%87.06%-
XYZ55.2265.875.44-
YUV205.88134.27102.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=27.91%
G=36.45%
B=35.63%

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
Decimal1702222170.2300.020.13174.2344.0776.86
HexAADED91702Dae2c4d
Octal25233633127021525654115
Binary101010101101111011011001101110101101101011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADED9; }

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

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

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

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

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

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

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

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