Shades of Scandal #AADED7
Tints of Scandal #AADED7
RGB
CMYK
RGB Variations
Color information
#AADED7 (or 0xAADED7) is known color: Scandal. HEX triplet: AA, DE and D7. RGB value is (170,222,215). Sum of RGB (Red+Green+Blue) = 170+222+215=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED7 is #552128. Grayscale: #CDCDCD. Windows color (decimal): -5579049 or 14147242. OLE color: 14147242.
HSL color Cylindrical-coordinate representation of color #AADED7: hue angle of 171.92º 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 #AADED7 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 215 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.13 |
| HSL | 171.92º | 0.44% | 0.77% | - |
| HSV(B) | 171.92º | 0.23% | 0.87% | - |
| XYZ | 54.96 | 65.69 | 74.07 | - |
| YUV | 205.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 215 | 0.23 | 0 | 0.03 | 0.13 | 171.92 | 0.44 | 0.77 |
| Hex | AA | DE | D7 | 17 | 0 | 3 | D | AC | 2C | 4D |
| Octal | 252 | 336 | 327 | 27 | 0 | 3 | 15 | 254 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11010111 | 10111 | 0 | 11 | 1101 | 10101100 | 101100 | 1001101 |
Color Harmonies of #AADED7
Complementary color
Monochromatic Colors of #AADED7
Black with #AADED7
Text Example
Text Example
White with #AADED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADED7; }
p { color: rgb(170,222,215); }
H1.HeaderClassName
{
color: #AADED7;
}
.AnyTagClassName
{
color: #AADED7;
}
</style>
background-color css
<style>
a { background-color: #AADED7; }
a { background-color: rgb(170,222,215); }
div.DivClassName
{
background-color: #AADED7;
}
.BgClassName
{
background-color: #AADED7;
}
</style>
border-color css
<style>
span { border-color: #AADED7; }
span { border-color: rgb(170,222,215); }
td.TdClassName
{
border-color: #AADED7;
}
.TagClassName
{
border-color: #AADED7;
}
</style>