Shades of Scandal #AADDD2
Tints of Scandal #AADDD2
RGB
CMYK
RGB Variations
Color information
#AADDD2 (or 0xAADDD2) is known color: Scandal. HEX triplet: AA, DD and D2. RGB value is (170,221,210). Sum of RGB (Red+Green+Blue) = 170+221+210=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD2 is #55222D. Grayscale: #CCCCCC. Windows color (decimal): -5579310 or 13819306. OLE color: 13819306.
HSL color Cylindrical-coordinate representation of color #AADDD2: hue angle of 167.06º 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 #AADDD2 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 210 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.13 |
| HSL | 167.06º | 0.43% | 0.77% | - |
| HSV(B) | 167.06º | 0.23% | 0.87% | - |
| XYZ | 54.07 | 64.91 | 70.65 | - |
| YUV | 204.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 210 | 0.23 | 0 | 0.05 | 0.13 | 167.06 | 0.43 | 0.77 |
| Hex | AA | DD | D2 | 17 | 0 | 5 | D | A7 | 2B | 4D |
| Octal | 252 | 335 | 322 | 27 | 0 | 5 | 15 | 247 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11010010 | 10111 | 0 | 101 | 1101 | 10100111 | 101011 | 1001101 |
Color Harmonies of #AADDD2
Complementary color
Monochromatic Colors of #AADDD2
Black with #AADDD2
Text Example
Text Example
White with #AADDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDD2; }
p { color: rgb(170,221,210); }
H1.HeaderClassName
{
color: #AADDD2;
}
.AnyTagClassName
{
color: #AADDD2;
}
</style>
background-color css
<style>
a { background-color: #AADDD2; }
a { background-color: rgb(170,221,210); }
div.DivClassName
{
background-color: #AADDD2;
}
.BgClassName
{
background-color: #AADDD2;
}
</style>
border-color css
<style>
span { border-color: #AADDD2; }
span { border-color: rgb(170,221,210); }
td.TdClassName
{
border-color: #AADDD2;
}
.TagClassName
{
border-color: #AADDD2;
}
</style>