#ABDFD8

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

Shades of Scandal #ABDFD8

Tints of Scandal #ABDFD8

Color information

#ABDFD8 (or 0xABDFD8) is unknown color: approx Scandal. HEX triplet: AB, DF and D8. RGB value is (171,223,216). Sum of RGB (Red+Green+Blue) = 171+223+216=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD8 is #542027. Grayscale: #CECECE. Windows color (decimal): -5513256 or 14213035. OLE color: 14213035.

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

Color convert

RGB171223216-
CMYK0.2300.030.13
HSL171.92º44.83%77.25%-
HSV(B)171.92º23.32%87.45%-
XYZ55.5866.3974.85-
YUV206.65133.27102.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=28.03%
G=36.56%
B=35.41%

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
Decimal1712232160.2300.030.13171.9244.8377.25
HexABDFD81703Dac2d4d
Octal25333733027031525455115
Binary101010111101111111011000101110111101101011001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFD8; }

 p { color: rgb(171,223,216); }

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

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

 a { background-color: rgb(171,223,216); }

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

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

 span { border-color: rgb(171,223,216); }

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