Shades of Scandal #ABDBCF
Tints of Scandal #ABDBCF
RGB
CMYK
RGB Variations
Color information
#ABDBCF (or 0xABDBCF) is known color: Scandal. HEX triplet: AB, DB and CF. RGB value is (171,219,207). Sum of RGB (Red+Green+Blue) = 171+219+207=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBCF is #542430. Grayscale: #CBCBCB. Windows color (decimal): -5514289 or 13622187. OLE color: 13622187.
HSL color Cylindrical-coordinate representation of color #ABDBCF: hue angle of 165º 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 #ABDBCF is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 207 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.14 |
| HSL | 165º | 0.4% | 0.76% | - |
| HSV(B) | 165º | 0.22% | 0.86% | - |
| XYZ | 53.39 | 63.83 | 68.54 | - |
| YUV | 203.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 207 | 0.22 | 0 | 0.05 | 0.14 | 165 | 0.4 | 0.76 |
| Hex | AB | DB | CF | 16 | 0 | 5 | E | A5 | 28 | 4C |
| Octal | 253 | 333 | 317 | 26 | 0 | 5 | 16 | 245 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11001111 | 10110 | 0 | 101 | 1110 | 10100101 | 101000 | 1001100 |
Color Harmonies of #ABDBCF
Complementary color
Monochromatic Colors of #ABDBCF
Black with #ABDBCF
Text Example
Text Example
White with #ABDBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBCF; }
p { color: rgb(171,219,207); }
H1.HeaderClassName
{
color: #ABDBCF;
}
.AnyTagClassName
{
color: #ABDBCF;
}
</style>
background-color css
<style>
a { background-color: #ABDBCF; }
a { background-color: rgb(171,219,207); }
div.DivClassName
{
background-color: #ABDBCF;
}
.BgClassName
{
background-color: #ABDBCF;
}
</style>
border-color css
<style>
span { border-color: #ABDBCF; }
span { border-color: rgb(171,219,207); }
td.TdClassName
{
border-color: #ABDBCF;
}
.TagClassName
{
border-color: #ABDBCF;
}
</style>