Shades of Scandal #AAD8CA
Tints of Scandal #AAD8CA
RGB
CMYK
RGB Variations
Color information
#AAD8CA (or 0xAAD8CA) is known color: Scandal. HEX triplet: AA, D8 and CA. RGB value is (170,216,202). Sum of RGB (Red+Green+Blue) = 170+216+202=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8CA is #552735. Grayscale: #C8C8C8. Windows color (decimal): -5580598 or 13293738. OLE color: 13293738.
HSL color Cylindrical-coordinate representation of color #AAD8CA: hue angle of 161.74º 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 #AAD8CA is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 202 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.15 |
| HSL | 161.74º | 0.37% | 0.76% | - |
| HSV(B) | 161.74º | 0.21% | 0.85% | - |
| XYZ | 51.79 | 61.92 | 65.1 | - |
| YUV | 200.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 202 | 0.21 | 0 | 0.06 | 0.15 | 161.74 | 0.37 | 0.76 |
| Hex | AA | D8 | CA | 15 | 0 | 6 | F | A2 | 25 | 4C |
| Octal | 252 | 330 | 312 | 25 | 0 | 6 | 17 | 242 | 45 | 114 |
| Binary | 10101010 | 11011000 | 11001010 | 10101 | 0 | 110 | 1111 | 10100010 | 100101 | 1001100 |
Color Harmonies of #AAD8CA
Complementary color
Monochromatic Colors of #AAD8CA
Black with #AAD8CA
Text Example
Text Example
White with #AAD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8CA; }
p { color: rgb(170,216,202); }
H1.HeaderClassName
{
color: #AAD8CA;
}
.AnyTagClassName
{
color: #AAD8CA;
}
</style>
background-color css
<style>
a { background-color: #AAD8CA; }
a { background-color: rgb(170,216,202); }
div.DivClassName
{
background-color: #AAD8CA;
}
.BgClassName
{
background-color: #AAD8CA;
}
</style>
border-color css
<style>
span { border-color: #AAD8CA; }
span { border-color: rgb(170,216,202); }
td.TdClassName
{
border-color: #AAD8CA;
}
.TagClassName
{
border-color: #AAD8CA;
}
</style>