Shades of Scandal #ABDBD0
Tints of Scandal #ABDBD0
RGB
CMYK
RGB Variations
Color information
#ABDBD0 (or 0xABDBD0) is known color: Scandal. HEX triplet: AB, DB and D0. RGB value is (171,219,208). Sum of RGB (Red+Green+Blue) = 171+219+208=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBD0 is #54242F. Grayscale: #CBCBCB. Windows color (decimal): -5514288 or 13687723. OLE color: 13687723.
HSL color Cylindrical-coordinate representation of color #ABDBD0: hue angle of 166.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 #ABDBD0 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 208 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.14 |
| HSL | 166.25º | 0.4% | 0.76% | - |
| HSV(B) | 166.25º | 0.22% | 0.86% | - |
| XYZ | 53.51 | 63.88 | 69.18 | - |
| YUV | 203.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 208 | 0.22 | 0 | 0.05 | 0.14 | 166.25 | 0.4 | 0.76 |
| Hex | AB | DB | D0 | 16 | 0 | 5 | E | A6 | 28 | 4C |
| Octal | 253 | 333 | 320 | 26 | 0 | 5 | 16 | 246 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11010000 | 10110 | 0 | 101 | 1110 | 10100110 | 101000 | 1001100 |
Color Harmonies of #ABDBD0
Complementary color
Monochromatic Colors of #ABDBD0
Black with #ABDBD0
Text Example
Text Example
White with #ABDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBD0; }
p { color: rgb(171,219,208); }
H1.HeaderClassName
{
color: #ABDBD0;
}
.AnyTagClassName
{
color: #ABDBD0;
}
</style>
background-color css
<style>
a { background-color: #ABDBD0; }
a { background-color: rgb(171,219,208); }
div.DivClassName
{
background-color: #ABDBD0;
}
.BgClassName
{
background-color: #ABDBD0;
}
</style>
border-color css
<style>
span { border-color: #ABDBD0; }
span { border-color: rgb(171,219,208); }
td.TdClassName
{
border-color: #ABDBD0;
}
.TagClassName
{
border-color: #ABDBD0;
}
</style>