Shades of Scandal #A9DCD6
Tints of Scandal #A9DCD6
RGB
CMYK
RGB Variations
Color information
#A9DCD6 (or 0xA9DCD6) is known color: Scandal. HEX triplet: A9, DC and D6. RGB value is (169,220,214). Sum of RGB (Red+Green+Blue) = 169+220+214=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD6 is #562329. Grayscale: #CCCCCC. Windows color (decimal): -5645098 or 14081193. OLE color: 14081193.
HSL color Cylindrical-coordinate representation of color #A9DCD6: hue angle of 172.94º 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 #A9DCD6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 214 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.14 |
| HSL | 172.94º | 0.42% | 0.76% | - |
| HSV(B) | 172.94º | 0.23% | 0.86% | - |
| XYZ | 54.09 | 64.48 | 73.21 | - |
| YUV | 204.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 214 | 0.23 | 0 | 0.03 | 0.14 | 172.94 | 0.42 | 0.76 |
| Hex | A9 | DC | D6 | 17 | 0 | 3 | E | AD | 2A | 4C |
| Octal | 251 | 334 | 326 | 27 | 0 | 3 | 16 | 255 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11010110 | 10111 | 0 | 11 | 1110 | 10101101 | 101010 | 1001100 |
Color Harmonies of #A9DCD6
Complementary color
Monochromatic Colors of #A9DCD6
Black with #A9DCD6
Text Example
Text Example
White with #A9DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCD6; }
p { color: rgb(169,220,214); }
H1.HeaderClassName
{
color: #A9DCD6;
}
.AnyTagClassName
{
color: #A9DCD6;
}
</style>
background-color css
<style>
a { background-color: #A9DCD6; }
a { background-color: rgb(169,220,214); }
div.DivClassName
{
background-color: #A9DCD6;
}
.BgClassName
{
background-color: #A9DCD6;
}
</style>
border-color css
<style>
span { border-color: #A9DCD6; }
span { border-color: rgb(169,220,214); }
td.TdClassName
{
border-color: #A9DCD6;
}
.TagClassName
{
border-color: #A9DCD6;
}
</style>