Shades of Scandal #ABDBD1
Tints of Scandal #ABDBD1
RGB
CMYK
RGB Variations
Color information
#ABDBD1 (or 0xABDBD1) is known color: Scandal. HEX triplet: AB, DB and D1. RGB value is (171,219,209). Sum of RGB (Red+Green+Blue) = 171+219+209=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBD1 is #54242E. Grayscale: #CBCBCB. Windows color (decimal): -5514287 or 13753259. OLE color: 13753259.
HSL color Cylindrical-coordinate representation of color #ABDBD1: hue angle of 167.5º 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 #ABDBD1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 209 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.14 |
| HSL | 167.5º | 0.4% | 0.76% | - |
| HSV(B) | 167.5º | 0.22% | 0.86% | - |
| XYZ | 53.63 | 63.92 | 69.83 | - |
| YUV | 203.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 209 | 0.22 | 0 | 0.05 | 0.14 | 167.5 | 0.4 | 0.76 |
| Hex | AB | DB | D1 | 16 | 0 | 5 | E | A8 | 28 | 4C |
| Octal | 253 | 333 | 321 | 26 | 0 | 5 | 16 | 250 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11010001 | 10110 | 0 | 101 | 1110 | 10101000 | 101000 | 1001100 |
Color Harmonies of #ABDBD1
Complementary color
Monochromatic Colors of #ABDBD1
Black with #ABDBD1
Text Example
Text Example
White with #ABDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBD1; }
p { color: rgb(171,219,209); }
H1.HeaderClassName
{
color: #ABDBD1;
}
.AnyTagClassName
{
color: #ABDBD1;
}
</style>
background-color css
<style>
a { background-color: #ABDBD1; }
a { background-color: rgb(171,219,209); }
div.DivClassName
{
background-color: #ABDBD1;
}
.BgClassName
{
background-color: #ABDBD1;
}
</style>
border-color css
<style>
span { border-color: #ABDBD1; }
span { border-color: rgb(171,219,209); }
td.TdClassName
{
border-color: #ABDBD1;
}
.TagClassName
{
border-color: #ABDBD1;
}
</style>