Shades of Scandal #AAD9D0
Tints of Scandal #AAD9D0
RGB
CMYK
RGB Variations
Color information
#AAD9D0 (or 0xAAD9D0) is known color: Scandal. HEX triplet: AA, D9 and D0. RGB value is (170,217,208). Sum of RGB (Red+Green+Blue) = 170+217+208=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9D0 is #55262F. Grayscale: #C9C9C9. Windows color (decimal): -5580336 or 13687210. OLE color: 13687210.
HSL color Cylindrical-coordinate representation of color #AAD9D0: hue angle of 168.51º degrees, saturation: 0.38, 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 #AAD9D0 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 208 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.15 |
| HSL | 168.51º | 0.38% | 0.76% | - |
| HSV(B) | 168.51º | 0.22% | 0.85% | - |
| XYZ | 52.78 | 62.73 | 69 | - |
| YUV | 201.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 208 | 0.22 | 0 | 0.04 | 0.15 | 168.51 | 0.38 | 0.76 |
| Hex | AA | D9 | D0 | 16 | 0 | 4 | F | A9 | 26 | 4C |
| Octal | 252 | 331 | 320 | 26 | 0 | 4 | 17 | 251 | 46 | 114 |
| Binary | 10101010 | 11011001 | 11010000 | 10110 | 0 | 100 | 1111 | 10101001 | 100110 | 1001100 |
Color Harmonies of #AAD9D0
Complementary color
Monochromatic Colors of #AAD9D0
Black with #AAD9D0
Text Example
Text Example
White with #AAD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9D0; }
p { color: rgb(170,217,208); }
H1.HeaderClassName
{
color: #AAD9D0;
}
.AnyTagClassName
{
color: #AAD9D0;
}
</style>
background-color css
<style>
a { background-color: #AAD9D0; }
a { background-color: rgb(170,217,208); }
div.DivClassName
{
background-color: #AAD9D0;
}
.BgClassName
{
background-color: #AAD9D0;
}
</style>
border-color css
<style>
span { border-color: #AAD9D0; }
span { border-color: rgb(170,217,208); }
td.TdClassName
{
border-color: #AAD9D0;
}
.TagClassName
{
border-color: #AAD9D0;
}
</style>