#ABDAD1

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

Shades of Scandal #ABDAD1

Tints of Scandal #ABDAD1

Color information

#ABDAD1 (or 0xABDAD1) is unknown color: approx Scandal. HEX triplet: AB, DA and D1. RGB value is (171,218,209). Sum of RGB (Red+Green+Blue) = 171+218+209=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDAD1 is #54252E. Grayscale: #CACACA. Windows color (decimal): -5514543 or 13753003. OLE color: 13753003.

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

Color convert

RGB171218209-
CMYK0.2200.040.15
HSL168.51º38.84%76.27%-
HSV(B)168.51º21.56%85.49%-
XYZ53.3763.469.75-
YUV202.92131.43105.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=28.60%
G=36.45%
B=34.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712182090.2200.040.15168.5138.8476.27
HexABDAD11604Fa9274c
Octal25333232126041725147114
Binary1010101111011010110100011011001001111101010011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAD1; }

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

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

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

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

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

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

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

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