Shades of Scandal #A9DBD1
Tints of Scandal #A9DBD1
RGB
CMYK
RGB Variations
Color information
#A9DBD1 (or 0xA9DBD1) is known color: Scandal. HEX triplet: A9, DB and D1. RGB value is (169,219,209). Sum of RGB (Red+Green+Blue) = 169+219+209=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBD1 is #56242E. Grayscale: #CACACA. Windows color (decimal): -5645359 or 13753257. OLE color: 13753257.
HSL color Cylindrical-coordinate representation of color #A9DBD1: hue angle of 168º degrees, saturation: 0.41, 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 #A9DBD1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 209 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.14 |
| HSL | 168º | 0.41% | 0.76% | - |
| HSV(B) | 168º | 0.23% | 0.86% | - |
| XYZ | 53.2 | 63.7 | 69.81 | - |
| YUV | 202.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 209 | 0.23 | 0 | 0.05 | 0.14 | 168 | 0.41 | 0.76 |
| Hex | A9 | DB | D1 | 17 | 0 | 5 | E | A8 | 29 | 4C |
| Octal | 251 | 333 | 321 | 27 | 0 | 5 | 16 | 250 | 51 | 114 |
| Binary | 10101001 | 11011011 | 11010001 | 10111 | 0 | 101 | 1110 | 10101000 | 101001 | 1001100 |
Color Harmonies of #A9DBD1
Complementary color
Monochromatic Colors of #A9DBD1
Black with #A9DBD1
Text Example
Text Example
White with #A9DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBD1; }
p { color: rgb(169,219,209); }
H1.HeaderClassName
{
color: #A9DBD1;
}
.AnyTagClassName
{
color: #A9DBD1;
}
</style>
background-color css
<style>
a { background-color: #A9DBD1; }
a { background-color: rgb(169,219,209); }
div.DivClassName
{
background-color: #A9DBD1;
}
.BgClassName
{
background-color: #A9DBD1;
}
</style>
border-color css
<style>
span { border-color: #A9DBD1; }
span { border-color: rgb(169,219,209); }
td.TdClassName
{
border-color: #A9DBD1;
}
.TagClassName
{
border-color: #A9DBD1;
}
</style>