Shades of Scandal #AAE0DD
Tints of Scandal #AAE0DD
RGB
CMYK
RGB Variations
Color information
#AAE0DD (or 0xAAE0DD) is known color: Scandal. HEX triplet: AA, E0 and DD. RGB value is (170,224,221). Sum of RGB (Red+Green+Blue) = 170+224+221=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0DD is #551F22. Grayscale: #CFCFCF. Windows color (decimal): -5578531 or 14540970. OLE color: 14540970.
HSL color Cylindrical-coordinate representation of color #AAE0DD: hue angle of 176.67º degrees, saturation: 0.47, 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 #AAE0DD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 221 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.12 |
| HSL | 176.67º | 0.47% | 0.77% | - |
| HSV(B) | 176.67º | 0.24% | 0.88% | - |
| XYZ | 56.28 | 67.08 | 78.39 | - |
| YUV | 207.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 221 | 0.24 | 0 | 0.01 | 0.12 | 176.67 | 0.47 | 0.77 |
| Hex | AA | E0 | DD | 18 | 0 | 1 | C | B1 | 2F | 4D |
| Octal | 252 | 340 | 335 | 30 | 0 | 1 | 14 | 261 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11011101 | 11000 | 0 | 1 | 1100 | 10110001 | 101111 | 1001101 |
Color Harmonies of #AAE0DD
Complementary color
Monochromatic Colors of #AAE0DD
Black with #AAE0DD
Text Example
Text Example
White with #AAE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0DD; }
p { color: rgb(170,224,221); }
H1.HeaderClassName
{
color: #AAE0DD;
}
.AnyTagClassName
{
color: #AAE0DD;
}
</style>
background-color css
<style>
a { background-color: #AAE0DD; }
a { background-color: rgb(170,224,221); }
div.DivClassName
{
background-color: #AAE0DD;
}
.BgClassName
{
background-color: #AAE0DD;
}
</style>
border-color css
<style>
span { border-color: #AAE0DD; }
span { border-color: rgb(170,224,221); }
td.TdClassName
{
border-color: #AAE0DD;
}
.TagClassName
{
border-color: #AAE0DD;
}
</style>