Shades of Scandal #A9DCD2
Tints of Scandal #A9DCD2
RGB
CMYK
RGB Variations
Color information
#A9DCD2 (or 0xA9DCD2) is known color: Scandal. HEX triplet: A9, DC and D2. RGB value is (169,220,210). Sum of RGB (Red+Green+Blue) = 169+220+210=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD2 is #56232D. Grayscale: #CBCBCB. Windows color (decimal): -5645102 or 13819049. OLE color: 13819049.
HSL color Cylindrical-coordinate representation of color #A9DCD2: hue angle of 168.24º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD2 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 210 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.14 |
| HSL | 168.24º | 0.42% | 0.76% | - |
| HSV(B) | 168.24º | 0.23% | 0.86% | - |
| XYZ | 53.59 | 64.27 | 70.55 | - |
| YUV | 203.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 210 | 0.23 | 0 | 0.05 | 0.14 | 168.24 | 0.42 | 0.76 |
| Hex | A9 | DC | D2 | 17 | 0 | 5 | E | A8 | 2A | 4C |
| Octal | 251 | 334 | 322 | 27 | 0 | 5 | 16 | 250 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11010010 | 10111 | 0 | 101 | 1110 | 10101000 | 101010 | 1001100 |
Color Harmonies of #A9DCD2
Complementary color
Monochromatic Colors of #A9DCD2
Black with #A9DCD2
Text Example
Text Example
White with #A9DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCD2; }
p { color: rgb(169,220,210); }
H1.HeaderClassName
{
color: #A9DCD2;
}
.AnyTagClassName
{
color: #A9DCD2;
}
</style>
background-color css
<style>
a { background-color: #A9DCD2; }
a { background-color: rgb(169,220,210); }
div.DivClassName
{
background-color: #A9DCD2;
}
.BgClassName
{
background-color: #A9DCD2;
}
</style>
border-color css
<style>
span { border-color: #A9DCD2; }
span { border-color: rgb(169,220,210); }
td.TdClassName
{
border-color: #A9DCD2;
}
.TagClassName
{
border-color: #A9DCD2;
}
</style>