Shades of Scandal #AADDD6
Tints of Scandal #AADDD6
RGB
CMYK
RGB Variations
Color information
#AADDD6 (or 0xAADDD6) is known color: Scandal. HEX triplet: AA, DD and D6. RGB value is (170,221,214). Sum of RGB (Red+Green+Blue) = 170+221+214=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDD6 is #552229. Grayscale: #CCCCCC. Windows color (decimal): -5579306 or 14081450. OLE color: 14081450.
HSL color Cylindrical-coordinate representation of color #AADDD6: hue angle of 171.76º 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 #AADDD6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 214 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.13 |
| HSL | 171.76º | 0.43% | 0.77% | - |
| HSV(B) | 171.76º | 0.23% | 0.87% | - |
| XYZ | 54.57 | 65.11 | 73.31 | - |
| YUV | 204.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 214 | 0.23 | 0 | 0.03 | 0.13 | 171.76 | 0.43 | 0.77 |
| Hex | AA | DD | D6 | 17 | 0 | 3 | D | AC | 2B | 4D |
| Octal | 252 | 335 | 326 | 27 | 0 | 3 | 15 | 254 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11010110 | 10111 | 0 | 11 | 1101 | 10101100 | 101011 | 1001101 |
Color Harmonies of #AADDD6
Complementary color
Monochromatic Colors of #AADDD6
Black with #AADDD6
Text Example
Text Example
White with #AADDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDD6; }
p { color: rgb(170,221,214); }
H1.HeaderClassName
{
color: #AADDD6;
}
.AnyTagClassName
{
color: #AADDD6;
}
</style>
background-color css
<style>
a { background-color: #AADDD6; }
a { background-color: rgb(170,221,214); }
div.DivClassName
{
background-color: #AADDD6;
}
.BgClassName
{
background-color: #AADDD6;
}
</style>
border-color css
<style>
span { border-color: #AADDD6; }
span { border-color: rgb(170,221,214); }
td.TdClassName
{
border-color: #AADDD6;
}
.TagClassName
{
border-color: #AADDD6;
}
</style>