Shades of Scandal #AADED9
Tints of Scandal #AADED9
RGB
CMYK
RGB Variations
Color information
#AADED9 (or 0xAADED9) is known color: Scandal. HEX triplet: AA, DE and D9. RGB value is (170,222,217). Sum of RGB (Red+Green+Blue) = 170+222+217=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED9 is #552126. Grayscale: #CDCDCD. Windows color (decimal): -5579047 or 14278314. OLE color: 14278314.
HSL color Cylindrical-coordinate representation of color #AADED9: hue angle of 174.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADED9 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 217 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.13 |
| HSL | 174.23º | 0.44% | 0.77% | - |
| HSV(B) | 174.23º | 0.23% | 0.87% | - |
| XYZ | 55.22 | 65.8 | 75.44 | - |
| YUV | 205.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 217 | 0.23 | 0 | 0.02 | 0.13 | 174.23 | 0.44 | 0.77 |
| Hex | AA | DE | D9 | 17 | 0 | 2 | D | AE | 2C | 4D |
| Octal | 252 | 336 | 331 | 27 | 0 | 2 | 15 | 256 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11011001 | 10111 | 0 | 10 | 1101 | 10101110 | 101100 | 1001101 |
Color Harmonies of #AADED9
Complementary color
Monochromatic Colors of #AADED9
Black with #AADED9
Text Example
Text Example
White with #AADED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADED9; }
p { color: rgb(170,222,217); }
H1.HeaderClassName
{
color: #AADED9;
}
.AnyTagClassName
{
color: #AADED9;
}
</style>
background-color css
<style>
a { background-color: #AADED9; }
a { background-color: rgb(170,222,217); }
div.DivClassName
{
background-color: #AADED9;
}
.BgClassName
{
background-color: #AADED9;
}
</style>
border-color css
<style>
span { border-color: #AADED9; }
span { border-color: rgb(170,222,217); }
td.TdClassName
{
border-color: #AADED9;
}
.TagClassName
{
border-color: #AADED9;
}
</style>