#ABDED7

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

Shades of Scandal #ABDED7

Tints of Scandal #ABDED7

Color information

#ABDED7 (or 0xABDED7) is unknown color: approx Scandal. HEX triplet: AB, DE and D7. RGB value is (171,222,215). Sum of RGB (Red+Green+Blue) = 171+222+215=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED7 is #542128. Grayscale: #CDCDCD. Windows color (decimal): -5513513 or 14147243. OLE color: 14147243.

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

Color convert

RGB171222215-
CMYK0.2300.030.13
HSL171.76º43.59%77.06%-
HSV(B)171.76º22.97%87.06%-
XYZ55.1865.8174.08-
YUV205.95133.1103.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=28.12%
G=36.51%
B=35.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712222150.2300.030.13171.7643.5977.06
HexABDED71703Dac2c4d
Octal25333632727031525454115
Binary101010111101111011010111101110111101101011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDED7; }

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

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

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

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

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

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

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

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