#ABDAD4

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

Shades of Scandal #ABDAD4

Tints of Scandal #ABDAD4

Color information

#ABDAD4 (or 0xABDAD4) is unknown color: approx Scandal. HEX triplet: AB, DA and D4. RGB value is (171,218,212). Sum of RGB (Red+Green+Blue) = 171+218+212=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAD4 is #54252B. Grayscale: #CBCBCB. Windows color (decimal): -5514540 or 13949611. OLE color: 13949611.

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

Color convert

RGB171218212-
CMYK0.2200.030.15
HSL172.34º38.84%76.27%-
HSV(B)172.34º21.56%85.49%-
XYZ53.7563.5571.72-
YUV203.26132.93104.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=28.45%
G=36.27%
B=35.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712182120.2200.030.15172.3438.8476.27
HexABDAD41603Fac274c
Octal25333232426031725447114
Binary101010111101101011010100101100111111101011001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAD4; }

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

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

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

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

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

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

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

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