Shades of Scandal #A9DAD0
Tints of Scandal #A9DAD0
RGB
CMYK
RGB Variations
Color information
#A9DAD0 (or 0xA9DAD0) is known color: Scandal. HEX triplet: A9, DA and D0. RGB value is (169,218,208). Sum of RGB (Red+Green+Blue) = 169+218+208=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAD0 is #56252F. Grayscale: #CACACA. Windows color (decimal): -5645616 or 13687465. OLE color: 13687465.
HSL color Cylindrical-coordinate representation of color #A9DAD0: hue angle of 167.76º 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 #A9DAD0 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 208 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.15 |
| HSL | 167.76º | 0.4% | 0.76% | - |
| HSV(B) | 167.76º | 0.22% | 0.85% | - |
| XYZ | 52.82 | 63.13 | 69.08 | - |
| YUV | 202.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 208 | 0.22 | 0 | 0.05 | 0.15 | 167.76 | 0.4 | 0.76 |
| Hex | A9 | DA | D0 | 16 | 0 | 5 | F | A8 | 28 | 4C |
| Octal | 251 | 332 | 320 | 26 | 0 | 5 | 17 | 250 | 50 | 114 |
| Binary | 10101001 | 11011010 | 11010000 | 10110 | 0 | 101 | 1111 | 10101000 | 101000 | 1001100 |
Color Harmonies of #A9DAD0
Complementary color
Monochromatic Colors of #A9DAD0
Black with #A9DAD0
Text Example
Text Example
White with #A9DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DAD0; }
p { color: rgb(169,218,208); }
H1.HeaderClassName
{
color: #A9DAD0;
}
.AnyTagClassName
{
color: #A9DAD0;
}
</style>
background-color css
<style>
a { background-color: #A9DAD0; }
a { background-color: rgb(169,218,208); }
div.DivClassName
{
background-color: #A9DAD0;
}
.BgClassName
{
background-color: #A9DAD0;
}
</style>
border-color css
<style>
span { border-color: #A9DAD0; }
span { border-color: rgb(169,218,208); }
td.TdClassName
{
border-color: #A9DAD0;
}
.TagClassName
{
border-color: #A9DAD0;
}
</style>