Shades of Scandal #AADED3
Tints of Scandal #AADED3
RGB
CMYK
RGB Variations
Color information
#AADED3 (or 0xAADED3) is known color: Scandal. HEX triplet: AA, DE and D3. RGB value is (170,222,211). Sum of RGB (Red+Green+Blue) = 170+222+211=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED3 is #55212C. Grayscale: #CDCDCD. Windows color (decimal): -5579053 or 13885098. OLE color: 13885098.
HSL color Cylindrical-coordinate representation of color #AADED3: hue angle of 167.31º 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 #AADED3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 211 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.13 |
| HSL | 167.31º | 0.44% | 0.77% | - |
| HSV(B) | 167.31º | 0.23% | 0.87% | - |
| XYZ | 54.46 | 65.49 | 71.4 | - |
| YUV | 205.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 211 | 0.23 | 0 | 0.05 | 0.13 | 167.31 | 0.44 | 0.77 |
| Hex | AA | DE | D3 | 17 | 0 | 5 | D | A7 | 2C | 4D |
| Octal | 252 | 336 | 323 | 27 | 0 | 5 | 15 | 247 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11010011 | 10111 | 0 | 101 | 1101 | 10100111 | 101100 | 1001101 |
Color Harmonies of #AADED3
Complementary color
Monochromatic Colors of #AADED3
Black with #AADED3
Text Example
Text Example
White with #AADED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADED3; }
p { color: rgb(170,222,211); }
H1.HeaderClassName
{
color: #AADED3;
}
.AnyTagClassName
{
color: #AADED3;
}
</style>
background-color css
<style>
a { background-color: #AADED3; }
a { background-color: rgb(170,222,211); }
div.DivClassName
{
background-color: #AADED3;
}
.BgClassName
{
background-color: #AADED3;
}
</style>
border-color css
<style>
span { border-color: #AADED3; }
span { border-color: rgb(170,222,211); }
td.TdClassName
{
border-color: #AADED3;
}
.TagClassName
{
border-color: #AADED3;
}
</style>