Shades of Scandal #AAD1C8
Tints of Scandal #AAD1C8
RGB
CMYK
RGB Variations
Color information
#AAD1C8 (or 0xAAD1C8) is known color: Scandal. HEX triplet: AA, D1 and C8. RGB value is (170,209,200). Sum of RGB (Red+Green+Blue) = 170+209+200=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1C8 is #552E37. Grayscale: #C4C4C4. Windows color (decimal): -5582392 or 13160874. OLE color: 13160874.
HSL color Cylindrical-coordinate representation of color #AAD1C8: hue angle of 166.15º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1C8 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 200 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.18 |
| HSL | 166.15º | 0.3% | 0.74% | - |
| HSV(B) | 166.15º | 0.19% | 0.82% | - |
| XYZ | 49.8 | 58.32 | 63.28 | - |
| YUV | 196.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 200 | 0.19 | 0 | 0.04 | 0.18 | 166.15 | 0.3 | 0.74 |
| Hex | AA | D1 | C8 | 13 | 0 | 4 | 12 | A6 | 1E | 4A |
| Octal | 252 | 321 | 310 | 23 | 0 | 4 | 22 | 246 | 36 | 112 |
| Binary | 10101010 | 11010001 | 11001000 | 10011 | 0 | 100 | 10010 | 10100110 | 11110 | 1001010 |
Color Harmonies of #AAD1C8
Complementary color
Monochromatic Colors of #AAD1C8
Black with #AAD1C8
Text Example
Text Example
White with #AAD1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1C8; }
p { color: rgb(170,209,200); }
H1.HeaderClassName
{
color: #AAD1C8;
}
.AnyTagClassName
{
color: #AAD1C8;
}
</style>
background-color css
<style>
a { background-color: #AAD1C8; }
a { background-color: rgb(170,209,200); }
div.DivClassName
{
background-color: #AAD1C8;
}
.BgClassName
{
background-color: #AAD1C8;
}
</style>
border-color css
<style>
span { border-color: #AAD1C8; }
span { border-color: rgb(170,209,200); }
td.TdClassName
{
border-color: #AAD1C8;
}
.TagClassName
{
border-color: #AAD1C8;
}
</style>