Shades of Scandal #AADDD1
Tints of Scandal #AADDD1
RGB
CMYK
RGB Variations
Color information
#AADDD1 (or 0xAADDD1) is known color: Scandal. HEX triplet: AA, DD and D1. RGB value is (170,221,209). Sum of RGB (Red+Green+Blue) = 170+221+209=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD1 is #55222E. Grayscale: #CCCCCC. Windows color (decimal): -5579311 or 13753770. OLE color: 13753770.
HSL color Cylindrical-coordinate representation of color #AADDD1: hue angle of 165.88º degrees, saturation: 0.43, 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 #AADDD1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 209 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.13 |
| HSL | 165.88º | 0.43% | 0.77% | - |
| HSV(B) | 165.88º | 0.23% | 0.87% | - |
| XYZ | 53.94 | 64.86 | 70 | - |
| YUV | 204.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 209 | 0.23 | 0 | 0.05 | 0.13 | 165.88 | 0.43 | 0.77 |
| Hex | AA | DD | D1 | 17 | 0 | 5 | D | A6 | 2B | 4D |
| Octal | 252 | 335 | 321 | 27 | 0 | 5 | 15 | 246 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11010001 | 10111 | 0 | 101 | 1101 | 10100110 | 101011 | 1001101 |
Color Harmonies of #AADDD1
Complementary color
Monochromatic Colors of #AADDD1
Black with #AADDD1
Text Example
Text Example
White with #AADDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDD1; }
p { color: rgb(170,221,209); }
H1.HeaderClassName
{
color: #AADDD1;
}
.AnyTagClassName
{
color: #AADDD1;
}
</style>
background-color css
<style>
a { background-color: #AADDD1; }
a { background-color: rgb(170,221,209); }
div.DivClassName
{
background-color: #AADDD1;
}
.BgClassName
{
background-color: #AADDD1;
}
</style>
border-color css
<style>
span { border-color: #AADDD1; }
span { border-color: rgb(170,221,209); }
td.TdClassName
{
border-color: #AADDD1;
}
.TagClassName
{
border-color: #AADDD1;
}
</style>