#ABDFD6

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

Shades of Scandal #ABDFD6

Tints of Scandal #ABDFD6

Color information

#ABDFD6 (or 0xABDFD6) is unknown color: approx Scandal. HEX triplet: AB, DF and D6. RGB value is (171,223,214). Sum of RGB (Red+Green+Blue) = 171+223+214=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD6 is #542029. Grayscale: #CECECE. Windows color (decimal): -5513258 or 14081963. OLE color: 14081963.

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

Color convert

RGB171223214-
CMYK0.2300.040.13
HSL169.62º44.83%77.25%-
HSV(B)169.62º23.32%87.45%-
XYZ55.3266.2973.5-
YUV206.43132.27102.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 214 (83.98% from 255) = 35.20%
R=28.12%
G=36.68%
B=35.20%

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
Decimal1712232140.2300.040.13169.6244.8377.25
HexABDFD61704Daa2d4d
Octal25333732627041525255115
Binary1010101111011111110101101011101001101101010101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFD6; }

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

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

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

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

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

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

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

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