Shades of Scandal #AADED8
Tints of Scandal #AADED8
RGB
CMYK
RGB Variations
Color information
#AADED8 (or 0xAADED8) is known color: Scandal. HEX triplet: AA, DE and D8. RGB value is (170,222,216). Sum of RGB (Red+Green+Blue) = 170+222+216=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED8 is #552127. Grayscale: #CDCDCD. Windows color (decimal): -5579048 or 14212778. OLE color: 14212778.
HSL color Cylindrical-coordinate representation of color #AADED8: hue angle of 173.08º 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 #AADED8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 216 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.13 |
| HSL | 173.08º | 0.44% | 0.77% | - |
| HSV(B) | 173.08º | 0.23% | 0.87% | - |
| XYZ | 55.09 | 65.75 | 74.75 | - |
| YUV | 205.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 216 | 0.23 | 0 | 0.03 | 0.13 | 173.08 | 0.44 | 0.77 |
| Hex | AA | DE | D8 | 17 | 0 | 3 | D | AD | 2C | 4D |
| Octal | 252 | 336 | 330 | 27 | 0 | 3 | 15 | 255 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11011000 | 10111 | 0 | 11 | 1101 | 10101101 | 101100 | 1001101 |
Color Harmonies of #AADED8
Complementary color
Monochromatic Colors of #AADED8
Black with #AADED8
Text Example
Text Example
White with #AADED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADED8; }
p { color: rgb(170,222,216); }
H1.HeaderClassName
{
color: #AADED8;
}
.AnyTagClassName
{
color: #AADED8;
}
</style>
background-color css
<style>
a { background-color: #AADED8; }
a { background-color: rgb(170,222,216); }
div.DivClassName
{
background-color: #AADED8;
}
.BgClassName
{
background-color: #AADED8;
}
</style>
border-color css
<style>
span { border-color: #AADED8; }
span { border-color: rgb(170,222,216); }
td.TdClassName
{
border-color: #AADED8;
}
.TagClassName
{
border-color: #AADED8;
}
</style>