Shades of Scandal #AADCD5
Tints of Scandal #AADCD5
RGB
CMYK
RGB Variations
Color information
#AADCD5 (or 0xAADCD5) is known color: Scandal. HEX triplet: AA, DC and D5. RGB value is (170,220,213). Sum of RGB (Red+Green+Blue) = 170+220+213=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD5 is #55232A. Grayscale: #CCCCCC. Windows color (decimal): -5579563 or 14015658. OLE color: 14015658.
HSL color Cylindrical-coordinate representation of color #AADCD5: hue angle of 171.6º 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 #AADCD5 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 213 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.14 |
| HSL | 171.6º | 0.42% | 0.76% | - |
| HSV(B) | 171.6º | 0.23% | 0.86% | - |
| XYZ | 54.18 | 64.54 | 72.55 | - |
| YUV | 204.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 213 | 0.23 | 0 | 0.03 | 0.14 | 171.6 | 0.42 | 0.76 |
| Hex | AA | DC | D5 | 17 | 0 | 3 | E | AC | 2A | 4C |
| Octal | 252 | 334 | 325 | 27 | 0 | 3 | 16 | 254 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11010101 | 10111 | 0 | 11 | 1110 | 10101100 | 101010 | 1001100 |
Color Harmonies of #AADCD5
Complementary color
Monochromatic Colors of #AADCD5
Black with #AADCD5
Text Example
Text Example
White with #AADCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCD5; }
p { color: rgb(170,220,213); }
H1.HeaderClassName
{
color: #AADCD5;
}
.AnyTagClassName
{
color: #AADCD5;
}
</style>
background-color css
<style>
a { background-color: #AADCD5; }
a { background-color: rgb(170,220,213); }
div.DivClassName
{
background-color: #AADCD5;
}
.BgClassName
{
background-color: #AADCD5;
}
</style>
border-color css
<style>
span { border-color: #AADCD5; }
span { border-color: rgb(170,220,213); }
td.TdClassName
{
border-color: #AADCD5;
}
.TagClassName
{
border-color: #AADCD5;
}
</style>