#AADED1

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

Shades of Scandal #AADED1

Tints of Scandal #AADED1

Color information

#AADED1 (or 0xAADED1) is unknown color: approx Scandal. HEX triplet: AA, DE and D1. RGB value is (170,222,209). Sum of RGB (Red+Green+Blue) = 170+222+209=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED1 is #55212E. Grayscale: #CCCCCC. Windows color (decimal): -5579055 or 13754026. OLE color: 13754026.

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

Color convert

RGB170222209-
CMYK0.2300.060.13
HSL165º44.07%76.86%-
HSV(B)165º23.42%87.06%-
XYZ54.2165.3970.09-
YUV204.97130.27103.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=28.29%
G=36.94%
B=34.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222090.2300.060.1316544.0776.86
HexAADED11706Da52c4d
Octal25233632127061524554115
Binary1010101011011110110100011011101101101101001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADED1; }

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

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

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

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

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

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

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

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