Shades of Scandal #AAD8C7
Tints of Scandal #AAD8C7
RGB
CMYK
RGB Variations
Color information
#AAD8C7 (or 0xAAD8C7) is known color: Scandal. HEX triplet: AA, D8 and C7. RGB value is (170,216,199). Sum of RGB (Red+Green+Blue) = 170+216+199=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C7 is #552738. Grayscale: #C8C8C8. Windows color (decimal): -5580601 or 13097130. OLE color: 13097130.
HSL color Cylindrical-coordinate representation of color #AAD8C7: hue angle of 157.83º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8C7 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 199 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.15 |
| HSL | 157.83º | 0.37% | 0.76% | - |
| HSV(B) | 157.83º | 0.21% | 0.85% | - |
| XYZ | 51.44 | 61.78 | 63.25 | - |
| YUV | 200.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 199 | 0.21 | 0 | 0.08 | 0.15 | 157.83 | 0.37 | 0.76 |
| Hex | AA | D8 | C7 | 15 | 0 | 8 | F | 9E | 25 | 4C |
| Octal | 252 | 330 | 307 | 25 | 0 | 10 | 17 | 236 | 45 | 114 |
| Binary | 10101010 | 11011000 | 11000111 | 10101 | 0 | 1000 | 1111 | 10011110 | 100101 | 1001100 |
Color Harmonies of #AAD8C7
Complementary color
Monochromatic Colors of #AAD8C7
Black with #AAD8C7
Text Example
Text Example
White with #AAD8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8C7; }
p { color: rgb(170,216,199); }
H1.HeaderClassName
{
color: #AAD8C7;
}
.AnyTagClassName
{
color: #AAD8C7;
}
</style>
background-color css
<style>
a { background-color: #AAD8C7; }
a { background-color: rgb(170,216,199); }
div.DivClassName
{
background-color: #AAD8C7;
}
.BgClassName
{
background-color: #AAD8C7;
}
</style>
border-color css
<style>
span { border-color: #AAD8C7; }
span { border-color: rgb(170,216,199); }
td.TdClassName
{
border-color: #AAD8C7;
}
.TagClassName
{
border-color: #AAD8C7;
}
</style>