Shades of Scandal #AADBCC
Tints of Scandal #AADBCC
RGB
CMYK
RGB Variations
Color information
#AADBCC (or 0xAADBCC) is known color: Scandal. HEX triplet: AA, DB and CC. RGB value is (170,219,204). Sum of RGB (Red+Green+Blue) = 170+219+204=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBCC is #552433. Grayscale: #CACACA. Windows color (decimal): -5579828 or 13425578. OLE color: 13425578.
HSL color Cylindrical-coordinate representation of color #AADBCC: hue angle of 161.63º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBCC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 204 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.14 |
| HSL | 161.63º | 0.4% | 0.76% | - |
| HSV(B) | 161.63º | 0.22% | 0.86% | - |
| XYZ | 52.81 | 63.57 | 66.61 | - |
| YUV | 202.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 204 | 0.22 | 0 | 0.07 | 0.14 | 161.63 | 0.4 | 0.76 |
| Hex | AA | DB | CC | 16 | 0 | 7 | E | A2 | 28 | 4C |
| Octal | 252 | 333 | 314 | 26 | 0 | 7 | 16 | 242 | 50 | 114 |
| Binary | 10101010 | 11011011 | 11001100 | 10110 | 0 | 111 | 1110 | 10100010 | 101000 | 1001100 |
Color Harmonies of #AADBCC
Complementary color
Monochromatic Colors of #AADBCC
Black with #AADBCC
Text Example
Text Example
White with #AADBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBCC; }
p { color: rgb(170,219,204); }
H1.HeaderClassName
{
color: #AADBCC;
}
.AnyTagClassName
{
color: #AADBCC;
}
</style>
background-color css
<style>
a { background-color: #AADBCC; }
a { background-color: rgb(170,219,204); }
div.DivClassName
{
background-color: #AADBCC;
}
.BgClassName
{
background-color: #AADBCC;
}
</style>
border-color css
<style>
span { border-color: #AADBCC; }
span { border-color: rgb(170,219,204); }
td.TdClassName
{
border-color: #AADBCC;
}
.TagClassName
{
border-color: #AADBCC;
}
</style>