Shades of Scandal #ABDBCC
Tints of Scandal #ABDBCC
RGB
CMYK
RGB Variations
Color information
#ABDBCC (or 0xABDBCC) is known color: Scandal. HEX triplet: AB, DB and CC. RGB value is (171,219,204). Sum of RGB (Red+Green+Blue) = 171+219+204=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBCC is #542433. Grayscale: #CACACA. Windows color (decimal): -5514292 or 13425579. OLE color: 13425579.
HSL color Cylindrical-coordinate representation of color #ABDBCC: hue angle of 161.25º 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 #ABDBCC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 204 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.14 |
| HSL | 161.25º | 0.4% | 0.76% | - |
| HSV(B) | 161.25º | 0.22% | 0.86% | - |
| XYZ | 53.03 | 63.68 | 66.62 | - |
| YUV | 202.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 204 | 0.22 | 0 | 0.07 | 0.14 | 161.25 | 0.4 | 0.76 |
| Hex | AB | DB | CC | 16 | 0 | 7 | E | A1 | 28 | 4C |
| Octal | 253 | 333 | 314 | 26 | 0 | 7 | 16 | 241 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11001100 | 10110 | 0 | 111 | 1110 | 10100001 | 101000 | 1001100 |
Color Harmonies of #ABDBCC
Complementary color
Monochromatic Colors of #ABDBCC
Black with #ABDBCC
Text Example
Text Example
White with #ABDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBCC; }
p { color: rgb(171,219,204); }
H1.HeaderClassName
{
color: #ABDBCC;
}
.AnyTagClassName
{
color: #ABDBCC;
}
</style>
background-color css
<style>
a { background-color: #ABDBCC; }
a { background-color: rgb(171,219,204); }
div.DivClassName
{
background-color: #ABDBCC;
}
.BgClassName
{
background-color: #ABDBCC;
}
</style>
border-color css
<style>
span { border-color: #ABDBCC; }
span { border-color: rgb(171,219,204); }
td.TdClassName
{
border-color: #ABDBCC;
}
.TagClassName
{
border-color: #ABDBCC;
}
</style>