#ABDACD

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

Shades of Scandal #ABDACD

Tints of Scandal #ABDACD

Color information

#ABDACD (or 0xABDACD) is unknown color: approx Scandal. HEX triplet: AB, DA and CD. RGB value is (171,218,205). Sum of RGB (Red+Green+Blue) = 171+218+205=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDACD is #542532. Grayscale: #CACACA. Windows color (decimal): -5514547 or 13490859. OLE color: 13490859.

HSL color Cylindrical-coordinate representation of color #ABDACD: hue angle of 163.4º 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 #ABDACD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB171218205-
CMYK0.2200.060.15
HSL163.4º38.84%76.27%-
HSV(B)163.4º21.56%85.49%-
XYZ52.8963.2167.17-
YUV202.46129.43105.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=28.79%
G=36.70%
B=34.51%

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
Decimal1712182050.2200.060.15163.438.8476.27
HexABDACD1606Fa3274c
Octal25333231526061724347114
Binary1010101111011010110011011011001101111101000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDACD; }

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

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

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

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

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

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

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

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