Shades of Scandal #AADED1
Tints of Scandal #AADED1
RGB
CMYK
RGB Variations
Color information
#AADED1 (or 0xAADED1) is known color: Scandal. HEX triplet: AA, DE and D1. RGB value is (170,222,209). Sum of RGB (Red+Green+Blue) = 170+222+209=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED1 is #55212E. Grayscale: #CCCCCC. Windows color (decimal): -5579055 or 13754026. OLE color: 13754026.
HSL color Cylindrical-coordinate representation of color #AADED1: hue angle of 165º 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 #AADED1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 209 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.13 |
| HSL | 165º | 0.44% | 0.77% | - |
| HSV(B) | 165º | 0.23% | 0.87% | - |
| XYZ | 54.21 | 65.39 | 70.09 | - |
| YUV | 204.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 209 | 0.23 | 0 | 0.06 | 0.13 | 165 | 0.44 | 0.77 |
| Hex | AA | DE | D1 | 17 | 0 | 6 | D | A5 | 2C | 4D |
| Octal | 252 | 336 | 321 | 27 | 0 | 6 | 15 | 245 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11010001 | 10111 | 0 | 110 | 1101 | 10100101 | 101100 | 1001101 |
Color Harmonies of #AADED1
Complementary color
Monochromatic Colors of #AADED1
Black with #AADED1
Text Example
Text Example
White with #AADED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADED1; }
p { color: rgb(170,222,209); }
H1.HeaderClassName
{
color: #AADED1;
}
.AnyTagClassName
{
color: #AADED1;
}
</style>
background-color css
<style>
a { background-color: #AADED1; }
a { background-color: rgb(170,222,209); }
div.DivClassName
{
background-color: #AADED1;
}
.BgClassName
{
background-color: #AADED1;
}
</style>
border-color css
<style>
span { border-color: #AADED1; }
span { border-color: rgb(170,222,209); }
td.TdClassName
{
border-color: #AADED1;
}
.TagClassName
{
border-color: #AADED1;
}
</style>