Shades of Scandal #A9DAD1
Tints of Scandal #A9DAD1
RGB
CMYK
RGB Variations
Color information
#A9DAD1 (or 0xA9DAD1) is known color: Scandal. HEX triplet: A9, DA and D1. RGB value is (169,218,209). Sum of RGB (Red+Green+Blue) = 169+218+209=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAD1 is #56252E. Grayscale: #CACACA. Windows color (decimal): -5645615 or 13753001. OLE color: 13753001.
HSL color Cylindrical-coordinate representation of color #A9DAD1: hue angle of 168.98º 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 #A9DAD1 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 209 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.15 |
| HSL | 168.98º | 0.4% | 0.76% | - |
| HSV(B) | 168.98º | 0.22% | 0.85% | - |
| XYZ | 52.94 | 63.18 | 69.73 | - |
| YUV | 202.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 209 | 0.22 | 0 | 0.04 | 0.15 | 168.98 | 0.4 | 0.76 |
| Hex | A9 | DA | D1 | 16 | 0 | 4 | F | A9 | 28 | 4C |
| Octal | 251 | 332 | 321 | 26 | 0 | 4 | 17 | 251 | 50 | 114 |
| Binary | 10101001 | 11011010 | 11010001 | 10110 | 0 | 100 | 1111 | 10101001 | 101000 | 1001100 |
Color Harmonies of #A9DAD1
Complementary color
Monochromatic Colors of #A9DAD1
Black with #A9DAD1
Text Example
Text Example
White with #A9DAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DAD1; }
p { color: rgb(169,218,209); }
H1.HeaderClassName
{
color: #A9DAD1;
}
.AnyTagClassName
{
color: #A9DAD1;
}
</style>
background-color css
<style>
a { background-color: #A9DAD1; }
a { background-color: rgb(169,218,209); }
div.DivClassName
{
background-color: #A9DAD1;
}
.BgClassName
{
background-color: #A9DAD1;
}
</style>
border-color css
<style>
span { border-color: #A9DAD1; }
span { border-color: rgb(169,218,209); }
td.TdClassName
{
border-color: #A9DAD1;
}
.TagClassName
{
border-color: #A9DAD1;
}
</style>