Shades of Scandal #AADCD6
Tints of Scandal #AADCD6
RGB
CMYK
RGB Variations
Color information
#AADCD6 (or 0xAADCD6) is known color: Scandal. HEX triplet: AA, DC and D6. RGB value is (170,220,214). Sum of RGB (Red+Green+Blue) = 170+220+214=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD6 is #552329. Grayscale: #CCCCCC. Windows color (decimal): -5579562 or 14081194. OLE color: 14081194.
HSL color Cylindrical-coordinate representation of color #AADCD6: hue angle of 172.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCD6 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 214 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.14 |
| HSL | 172.8º | 0.42% | 0.76% | - |
| HSV(B) | 172.8º | 0.23% | 0.86% | - |
| XYZ | 54.31 | 64.59 | 73.22 | - |
| YUV | 204.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 214 | 0.23 | 0 | 0.03 | 0.14 | 172.8 | 0.42 | 0.76 |
| Hex | AA | DC | D6 | 17 | 0 | 3 | E | AD | 2A | 4C |
| Octal | 252 | 334 | 326 | 27 | 0 | 3 | 16 | 255 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11010110 | 10111 | 0 | 11 | 1110 | 10101101 | 101010 | 1001100 |
Color Harmonies of #AADCD6
Complementary color
Monochromatic Colors of #AADCD6
Black with #AADCD6
Text Example
Text Example
White with #AADCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCD6; }
p { color: rgb(170,220,214); }
H1.HeaderClassName
{
color: #AADCD6;
}
.AnyTagClassName
{
color: #AADCD6;
}
</style>
background-color css
<style>
a { background-color: #AADCD6; }
a { background-color: rgb(170,220,214); }
div.DivClassName
{
background-color: #AADCD6;
}
.BgClassName
{
background-color: #AADCD6;
}
</style>
border-color css
<style>
span { border-color: #AADCD6; }
span { border-color: rgb(170,220,214); }
td.TdClassName
{
border-color: #AADCD6;
}
.TagClassName
{
border-color: #AADCD6;
}
</style>