Shades of Scandal #AADED4
Tints of Scandal #AADED4
RGB
CMYK
RGB Variations
Color information
#AADED4 (or 0xAADED4) is known color: Scandal. HEX triplet: AA, DE and D4. RGB value is (170,222,212). Sum of RGB (Red+Green+Blue) = 170+222+212=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED4 is #55212B. Grayscale: #CDCDCD. Windows color (decimal): -5579052 or 13950634. OLE color: 13950634.
HSL color Cylindrical-coordinate representation of color #AADED4: hue angle of 168.46º 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 #AADED4 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 212 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.13 |
| HSL | 168.46º | 0.44% | 0.77% | - |
| HSV(B) | 168.46º | 0.23% | 0.87% | - |
| XYZ | 54.58 | 65.54 | 72.06 | - |
| YUV | 205.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 212 | 0.23 | 0 | 0.05 | 0.13 | 168.46 | 0.44 | 0.77 |
| Hex | AA | DE | D4 | 17 | 0 | 5 | D | A8 | 2C | 4D |
| Octal | 252 | 336 | 324 | 27 | 0 | 5 | 15 | 250 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11010100 | 10111 | 0 | 101 | 1101 | 10101000 | 101100 | 1001101 |
Color Harmonies of #AADED4
Complementary color
Monochromatic Colors of #AADED4
Black with #AADED4
Text Example
Text Example
White with #AADED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADED4; }
p { color: rgb(170,222,212); }
H1.HeaderClassName
{
color: #AADED4;
}
.AnyTagClassName
{
color: #AADED4;
}
</style>
background-color css
<style>
a { background-color: #AADED4; }
a { background-color: rgb(170,222,212); }
div.DivClassName
{
background-color: #AADED4;
}
.BgClassName
{
background-color: #AADED4;
}
</style>
border-color css
<style>
span { border-color: #AADED4; }
span { border-color: rgb(170,222,212); }
td.TdClassName
{
border-color: #AADED4;
}
.TagClassName
{
border-color: #AADED4;
}
</style>