Shades of Scandal #AADCD3
Tints of Scandal #AADCD3
RGB
CMYK
RGB Variations
Color information
#AADCD3 (or 0xAADCD3) is known color: Scandal. HEX triplet: AA, DC and D3. RGB value is (170,220,211). Sum of RGB (Red+Green+Blue) = 170+220+211=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD3 is #55232C. Grayscale: #CCCCCC. Windows color (decimal): -5579565 or 13884586. OLE color: 13884586.
HSL color Cylindrical-coordinate representation of color #AADCD3: hue angle of 169.2º 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 #AADCD3 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 211 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.14 |
| HSL | 169.2º | 0.42% | 0.76% | - |
| HSV(B) | 169.2º | 0.23% | 0.86% | - |
| XYZ | 53.93 | 64.44 | 71.22 | - |
| YUV | 204.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 211 | 0.23 | 0 | 0.04 | 0.14 | 169.2 | 0.42 | 0.76 |
| Hex | AA | DC | D3 | 17 | 0 | 4 | E | A9 | 2A | 4C |
| Octal | 252 | 334 | 323 | 27 | 0 | 4 | 16 | 251 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11010011 | 10111 | 0 | 100 | 1110 | 10101001 | 101010 | 1001100 |
Color Harmonies of #AADCD3
Complementary color
Monochromatic Colors of #AADCD3
Black with #AADCD3
Text Example
Text Example
White with #AADCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCD3; }
p { color: rgb(170,220,211); }
H1.HeaderClassName
{
color: #AADCD3;
}
.AnyTagClassName
{
color: #AADCD3;
}
</style>
background-color css
<style>
a { background-color: #AADCD3; }
a { background-color: rgb(170,220,211); }
div.DivClassName
{
background-color: #AADCD3;
}
.BgClassName
{
background-color: #AADCD3;
}
</style>
border-color css
<style>
span { border-color: #AADCD3; }
span { border-color: rgb(170,220,211); }
td.TdClassName
{
border-color: #AADCD3;
}
.TagClassName
{
border-color: #AADCD3;
}
</style>