#ABDACC

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

Shades of Scandal #ABDACC

Tints of Scandal #ABDACC

Color information

#ABDACC (or 0xABDACC) is unknown color: approx Scandal. HEX triplet: AB, DA and CC. RGB value is (171,218,204). Sum of RGB (Red+Green+Blue) = 171+218+204=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDACC is #542533. Grayscale: #CACACA. Windows color (decimal): -5514548 or 13425323. OLE color: 13425323.

HSL color Cylindrical-coordinate representation of color #ABDACC: hue angle of 162.13º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDACC is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB171218204-
CMYK0.2200.060.15
HSL162.13º38.84%76.27%-
HSV(B)162.13º21.56%85.49%-
XYZ52.7763.1666.54-
YUV202.35128.93105.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=28.84%
G=36.76%
B=34.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712182040.2200.060.15162.1338.8476.27
HexABDACC1606Fa2274c
Octal25333231426061724247114
Binary1010101111011010110011001011001101111101000101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDACC; }

 p { color: rgb(171,218,204); }

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

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

 a { background-color: rgb(171,218,204); }

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

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

 span { border-color: rgb(171,218,204); }

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