Shades of Scandal #ABDBD3
Tints of Scandal #ABDBD3
RGB
CMYK
RGB Variations
Color information
#ABDBD3 (or 0xABDBD3) is known color: Scandal. HEX triplet: AB, DB and D3. RGB value is (171,219,211). Sum of RGB (Red+Green+Blue) = 171+219+211=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBD3 is #54242C. Grayscale: #CBCBCB. Windows color (decimal): -5514285 or 13884331. OLE color: 13884331.
HSL color Cylindrical-coordinate representation of color #ABDBD3: hue angle of 170º 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 #ABDBD3 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 211 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.14 |
| HSL | 170º | 0.4% | 0.76% | - |
| HSV(B) | 170º | 0.22% | 0.86% | - |
| XYZ | 53.88 | 64.02 | 71.15 | - |
| YUV | 203.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 211 | 0.22 | 0 | 0.04 | 0.14 | 170 | 0.4 | 0.76 |
| Hex | AB | DB | D3 | 16 | 0 | 4 | E | AA | 28 | 4C |
| Octal | 253 | 333 | 323 | 26 | 0 | 4 | 16 | 252 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11010011 | 10110 | 0 | 100 | 1110 | 10101010 | 101000 | 1001100 |
Color Harmonies of #ABDBD3
Complementary color
Monochromatic Colors of #ABDBD3
Black with #ABDBD3
Text Example
Text Example
White with #ABDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBD3; }
p { color: rgb(171,219,211); }
H1.HeaderClassName
{
color: #ABDBD3;
}
.AnyTagClassName
{
color: #ABDBD3;
}
</style>
background-color css
<style>
a { background-color: #ABDBD3; }
a { background-color: rgb(171,219,211); }
div.DivClassName
{
background-color: #ABDBD3;
}
.BgClassName
{
background-color: #ABDBD3;
}
</style>
border-color css
<style>
span { border-color: #ABDBD3; }
span { border-color: rgb(171,219,211); }
td.TdClassName
{
border-color: #ABDBD3;
}
.TagClassName
{
border-color: #ABDBD3;
}
</style>