#ABDAD3

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

Shades of Scandal #ABDAD3

Tints of Scandal #ABDAD3

Color information

#ABDAD3 (or 0xABDAD3) is unknown color: approx Scandal. HEX triplet: AB, DA and D3. RGB value is (171,218,211). Sum of RGB (Red+Green+Blue) = 171+218+211=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAD3 is #54252C. Grayscale: #CBCBCB. Windows color (decimal): -5514541 or 13884075. OLE color: 13884075.

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

Color convert

RGB171218211-
CMYK0.2200.030.15
HSL171.06º38.84%76.27%-
HSV(B)171.06º21.56%85.49%-
XYZ53.6263.571.06-
YUV203.15132.43105.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 211 (82.81% from 255) = 35.17%
R=28.5%
G=36.33%
B=35.17%

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
Decimal1712182110.2200.030.15171.0638.8476.27
HexABDAD31603Fab274c
Octal25333232326031725347114
Binary101010111101101011010011101100111111101010111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAD3; }

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

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

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

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

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

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

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

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