#AADED3

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

Shades of Scandal #AADED3

Tints of Scandal #AADED3

Color information

#AADED3 (or 0xAADED3) is unknown color: approx Scandal. HEX triplet: AA, DE and D3. RGB value is (170,222,211). Sum of RGB (Red+Green+Blue) = 170+222+211=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED3 is #55212C. Grayscale: #CDCDCD. Windows color (decimal): -5579053 or 13885098. OLE color: 13885098.

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

Color convert

RGB170222211-
CMYK0.2300.050.13
HSL167.31º44.07%76.86%-
HSV(B)167.31º23.42%87.06%-
XYZ54.4665.4971.4-
YUV205.2131.27102.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=28.19%
G=36.82%
B=34.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222110.2300.050.13167.3144.0776.86
HexAADED31705Da72c4d
Octal25233632327051524754115
Binary1010101011011110110100111011101011101101001111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADED3; }

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

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

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

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

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

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

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

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