Shades of Scandal #AAE1DD
Tints of Scandal #AAE1DD
RGB
CMYK
RGB Variations
Color information
#AAE1DD (or 0xAAE1DD) is known color: Scandal. HEX triplet: AA, E1 and DD. RGB value is (170,225,221). Sum of RGB (Red+Green+Blue) = 170+225+221=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1DD is #551E22. Grayscale: #D0D0D0. Windows color (decimal): -5578275 or 14541226. OLE color: 14541226.
HSL color Cylindrical-coordinate representation of color #AAE1DD: hue angle of 175.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1DD is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 221 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.12 |
| HSL | 175.64º | 0.48% | 0.77% | - |
| HSV(B) | 175.64º | 0.24% | 0.88% | - |
| XYZ | 56.55 | 67.62 | 78.48 | - |
| YUV | 208.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 221 | 0.24 | 0 | 0.02 | 0.12 | 175.64 | 0.48 | 0.77 |
| Hex | AA | E1 | DD | 18 | 0 | 2 | C | B0 | 30 | 4D |
| Octal | 252 | 341 | 335 | 30 | 0 | 2 | 14 | 260 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11011101 | 11000 | 0 | 10 | 1100 | 10110000 | 110000 | 1001101 |
Color Harmonies of #AAE1DD
Complementary color
Monochromatic Colors of #AAE1DD
Black with #AAE1DD
Text Example
Text Example
White with #AAE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1DD; }
p { color: rgb(170,225,221); }
H1.HeaderClassName
{
color: #AAE1DD;
}
.AnyTagClassName
{
color: #AAE1DD;
}
</style>
background-color css
<style>
a { background-color: #AAE1DD; }
a { background-color: rgb(170,225,221); }
div.DivClassName
{
background-color: #AAE1DD;
}
.BgClassName
{
background-color: #AAE1DD;
}
</style>
border-color css
<style>
span { border-color: #AAE1DD; }
span { border-color: rgb(170,225,221); }
td.TdClassName
{
border-color: #AAE1DD;
}
.TagClassName
{
border-color: #AAE1DD;
}
</style>