#ABDED2

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

Shades of Scandal #ABDED2

Tints of Scandal #ABDED2

Color information

#ABDED2 (or 0xABDED2) is unknown color: approx Scandal. HEX triplet: AB, DE and D2. RGB value is (171,222,210). Sum of RGB (Red+Green+Blue) = 171+222+210=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED2 is #54212D. Grayscale: #CDCDCD. Windows color (decimal): -5513518 or 13819563. OLE color: 13819563.

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

Color convert

RGB171222210-
CMYK0.2300.050.13
HSL165.88º43.59%77.06%-
HSV(B)165.88º22.97%87.06%-
XYZ54.5565.5570.75-
YUV205.38130.6103.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=28.36%
G=36.82%
B=34.83%

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
Decimal1712222100.2300.050.13165.8843.5977.06
HexABDED21705Da62c4d
Octal25333632227051524654115
Binary1010101111011110110100101011101011101101001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDED2; }

 p { color: rgb(171,222,210); }

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

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

 a { background-color: rgb(171,222,210); }

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

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

 span { border-color: rgb(171,222,210); }

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