Shades of Scandal #AAD5C7
Tints of Scandal #AAD5C7
RGB
CMYK
RGB Variations
Color information
#AAD5C7 (or 0xAAD5C7) is known color: Scandal. HEX triplet: AA, D5 and C7. RGB value is (170,213,199). Sum of RGB (Red+Green+Blue) = 170+213+199=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5C7 is #552A38. Grayscale: #C6C6C6. Windows color (decimal): -5581369 or 13096362. OLE color: 13096362.
HSL color Cylindrical-coordinate representation of color #AAD5C7: hue angle of 160.47º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5C7 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 199 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.16 |
| HSL | 160.47º | 0.34% | 0.75% | - |
| HSV(B) | 160.47º | 0.2% | 0.84% | - |
| XYZ | 50.68 | 60.26 | 62.99 | - |
| YUV | 198.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 199 | 0.20 | 0 | 0.07 | 0.16 | 160.47 | 0.34 | 0.75 |
| Hex | AA | D5 | C7 | 14 | 0 | 7 | 10 | A0 | 22 | 4B |
| Octal | 252 | 325 | 307 | 24 | 0 | 7 | 20 | 240 | 42 | 113 |
| Binary | 10101010 | 11010101 | 11000111 | 10100 | 0 | 111 | 10000 | 10100000 | 100010 | 1001011 |
Color Harmonies of #AAD5C7
Complementary color
Monochromatic Colors of #AAD5C7
Black with #AAD5C7
Text Example
Text Example
White with #AAD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5C7; }
p { color: rgb(170,213,199); }
H1.HeaderClassName
{
color: #AAD5C7;
}
.AnyTagClassName
{
color: #AAD5C7;
}
</style>
background-color css
<style>
a { background-color: #AAD5C7; }
a { background-color: rgb(170,213,199); }
div.DivClassName
{
background-color: #AAD5C7;
}
.BgClassName
{
background-color: #AAD5C7;
}
</style>
border-color css
<style>
span { border-color: #AAD5C7; }
span { border-color: rgb(170,213,199); }
td.TdClassName
{
border-color: #AAD5C7;
}
.TagClassName
{
border-color: #AAD5C7;
}
</style>