#ABDFD5

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

Shades of Scandal #ABDFD5

Tints of Scandal #ABDFD5

Color information

#ABDFD5 (or 0xABDFD5) is unknown color: approx Scandal. HEX triplet: AB, DF and D5. RGB value is (171,223,213). Sum of RGB (Red+Green+Blue) = 171+223+213=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD5 is #54202A. Grayscale: #CECECE. Windows color (decimal): -5513259 or 14016427. OLE color: 14016427.

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

Color convert

RGB171223213-
CMYK0.2300.040.13
HSL168.46º44.83%77.25%-
HSV(B)168.46º23.32%87.45%-
XYZ55.1966.2472.83-
YUV206.31131.77102.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=28.17%
G=36.74%
B=35.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712232130.2300.040.13168.4644.8377.25
HexABDFD51704Da82d4d
Octal25333732527041525055115
Binary1010101111011111110101011011101001101101010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFD5; }

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

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

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

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

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

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

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

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