Shades of Scandal #AADBCB
Tints of Scandal #AADBCB
RGB
CMYK
RGB Variations
Color information
#AADBCB (or 0xAADBCB) is known color: Scandal. HEX triplet: AA, DB and CB. RGB value is (170,219,203). Sum of RGB (Red+Green+Blue) = 170+219+203=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBCB is #552434. Grayscale: #CACACA. Windows color (decimal): -5579829 or 13360042. OLE color: 13360042.
HSL color Cylindrical-coordinate representation of color #AADBCB: hue angle of 160.41º 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 #AADBCB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 203 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.14 |
| HSL | 160.41º | 0.4% | 0.76% | - |
| HSV(B) | 160.41º | 0.22% | 0.86% | - |
| XYZ | 52.69 | 63.52 | 65.98 | - |
| YUV | 202.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 203 | 0.22 | 0 | 0.07 | 0.14 | 160.41 | 0.4 | 0.76 |
| Hex | AA | DB | CB | 16 | 0 | 7 | E | A0 | 28 | 4C |
| Octal | 252 | 333 | 313 | 26 | 0 | 7 | 16 | 240 | 50 | 114 |
| Binary | 10101010 | 11011011 | 11001011 | 10110 | 0 | 111 | 1110 | 10100000 | 101000 | 1001100 |
Color Harmonies of #AADBCB
Complementary color
Monochromatic Colors of #AADBCB
Black with #AADBCB
Text Example
Text Example
White with #AADBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBCB; }
p { color: rgb(170,219,203); }
H1.HeaderClassName
{
color: #AADBCB;
}
.AnyTagClassName
{
color: #AADBCB;
}
</style>
background-color css
<style>
a { background-color: #AADBCB; }
a { background-color: rgb(170,219,203); }
div.DivClassName
{
background-color: #AADBCB;
}
.BgClassName
{
background-color: #AADBCB;
}
</style>
border-color css
<style>
span { border-color: #AADBCB; }
span { border-color: rgb(170,219,203); }
td.TdClassName
{
border-color: #AADBCB;
}
.TagClassName
{
border-color: #AADBCB;
}
</style>