Shades of Scandal #AADEDA
Tints of Scandal #AADEDA
RGB
CMYK
RGB Variations
Color information
#AADEDA (or 0xAADEDA) is known color: Scandal. HEX triplet: AA, DE and DA. RGB value is (170,222,218). Sum of RGB (Red+Green+Blue) = 170+222+218=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDA is #552125. Grayscale: #CDCDCD. Windows color (decimal): -5579046 or 14343850. OLE color: 14343850.
HSL color Cylindrical-coordinate representation of color #AADEDA: hue angle of 175.38º 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 #AADEDA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 218 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.13 |
| HSL | 175.38º | 0.44% | 0.77% | - |
| HSV(B) | 175.38º | 0.23% | 0.87% | - |
| XYZ | 55.35 | 65.85 | 76.12 | - |
| YUV | 206 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 218 | 0.23 | 0 | 0.02 | 0.13 | 175.38 | 0.44 | 0.77 |
| Hex | AA | DE | DA | 17 | 0 | 2 | D | AF | 2C | 4D |
| Octal | 252 | 336 | 332 | 27 | 0 | 2 | 15 | 257 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11011010 | 10111 | 0 | 10 | 1101 | 10101111 | 101100 | 1001101 |
Color Harmonies of #AADEDA
Complementary color
Monochromatic Colors of #AADEDA
Black with #AADEDA
Text Example
Text Example
White with #AADEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEDA; }
p { color: rgb(170,222,218); }
H1.HeaderClassName
{
color: #AADEDA;
}
.AnyTagClassName
{
color: #AADEDA;
}
</style>
background-color css
<style>
a { background-color: #AADEDA; }
a { background-color: rgb(170,222,218); }
div.DivClassName
{
background-color: #AADEDA;
}
.BgClassName
{
background-color: #AADEDA;
}
</style>
border-color css
<style>
span { border-color: #AADEDA; }
span { border-color: rgb(170,222,218); }
td.TdClassName
{
border-color: #AADEDA;
}
.TagClassName
{
border-color: #AADEDA;
}
</style>