#ABDED4

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

Shades of Scandal #ABDED4

Tints of Scandal #ABDED4

Color information

#ABDED4 (or 0xABDED4) is unknown color: approx Scandal. HEX triplet: AB, DE and D4. RGB value is (171,222,212). Sum of RGB (Red+Green+Blue) = 171+222+212=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDED4 is #54212B. Grayscale: #CDCDCD. Windows color (decimal): -5513516 or 13950635. OLE color: 13950635.

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

Color convert

RGB171222212-
CMYK0.2300.050.13
HSL168.24º43.59%77.06%-
HSV(B)168.24º22.97%87.06%-
XYZ54.865.6572.07-
YUV205.61131.6103.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=28.26%
G=36.69%
B=35.04%

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
Decimal1712222120.2300.050.13168.2443.5977.06
HexABDED41705Da82c4d
Octal25333632427051525054115
Binary1010101111011110110101001011101011101101010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDED4; }

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

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

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

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

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

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

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

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