#ABDCCB

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

Shades of Scandal #ABDCCB

Tints of Scandal #ABDCCB

Color information

#ABDCCB (or 0xABDCCB) is unknown color: approx Scandal. HEX triplet: AB, DC and CB. RGB value is (171,220,203). Sum of RGB (Red+Green+Blue) = 171+220+203=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCCB is #542334. Grayscale: #CBCBCB. Windows color (decimal): -5514037 or 13360299. OLE color: 13360299.

HSL color Cylindrical-coordinate representation of color #ABDCCB: hue angle of 159.18º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCCB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB171220203-
CMYK0.2200.080.14
HSL159.18º41.18%76.67%-
HSV(B)159.18º22.27%86.27%-
XYZ53.1764.1666.08-
YUV203.41127.77104.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=28.79%
G=37.04%
B=34.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712202030.2200.080.14159.1841.1876.67
HexABDCCB1608E9f294d
Octal253334313260101623751115
Binary10101011110111001100101110110010001110100111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCCB; }

 p { color: rgb(171,220,203); }

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

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

 a { background-color: rgb(171,220,203); }

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

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

 span { border-color: rgb(171,220,203); }

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