#A9DAD2

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

Shades of Scandal #A9DAD2

Tints of Scandal #A9DAD2

Color information

#A9DAD2 (or 0xA9DAD2) is unknown color: approx Scandal. HEX triplet: A9, DA and D2. RGB value is (169,218,210). Sum of RGB (Red+Green+Blue) = 169+218+210=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAD2 is #56252D. Grayscale: #CACACA. Windows color (decimal): -5645614 or 13818537. OLE color: 13818537.

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

Color convert

RGB169218210-
CMYK0.2200.040.15
HSL170.2º39.84%75.88%-
HSV(B)170.2º22.48%85.49%-
XYZ53.0763.2370.38-
YUV202.44132.27104.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.31%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=28.31%
G=36.52%
B=35.18%

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
Decimal1692182100.2200.040.15170.239.8475.88
HexA9DAD21604Faa284c
Octal25133232226041725250114
Binary1010100111011010110100101011001001111101010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DAD2; }

 p { color: rgb(169,218,210); }

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

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

 a { background-color: rgb(169,218,210); }

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

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

 span { border-color: rgb(169,218,210); }

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