Shades of Scandal #ABDBD2
Tints of Scandal #ABDBD2
RGB
CMYK
RGB Variations
Color information
#ABDBD2 (or 0xABDBD2) is known color: Scandal. HEX triplet: AB, DB and D2. RGB value is (171,219,210). Sum of RGB (Red+Green+Blue) = 171+219+210=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBD2 is #54242D. Grayscale: #CBCBCB. Windows color (decimal): -5514286 or 13818795. OLE color: 13818795.
HSL color Cylindrical-coordinate representation of color #ABDBD2: hue angle of 168.75º 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 #ABDBD2 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 210 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.14 |
| HSL | 168.75º | 0.4% | 0.76% | - |
| HSV(B) | 168.75º | 0.22% | 0.86% | - |
| XYZ | 53.76 | 63.97 | 70.49 | - |
| YUV | 203.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 210 | 0.22 | 0 | 0.04 | 0.14 | 168.75 | 0.4 | 0.76 |
| Hex | AB | DB | D2 | 16 | 0 | 4 | E | A9 | 28 | 4C |
| Octal | 253 | 333 | 322 | 26 | 0 | 4 | 16 | 251 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11010010 | 10110 | 0 | 100 | 1110 | 10101001 | 101000 | 1001100 |
Color Harmonies of #ABDBD2
Complementary color
Monochromatic Colors of #ABDBD2
Black with #ABDBD2
Text Example
Text Example
White with #ABDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBD2; }
p { color: rgb(171,219,210); }
H1.HeaderClassName
{
color: #ABDBD2;
}
.AnyTagClassName
{
color: #ABDBD2;
}
</style>
background-color css
<style>
a { background-color: #ABDBD2; }
a { background-color: rgb(171,219,210); }
div.DivClassName
{
background-color: #ABDBD2;
}
.BgClassName
{
background-color: #ABDBD2;
}
</style>
border-color css
<style>
span { border-color: #ABDBD2; }
span { border-color: rgb(171,219,210); }
td.TdClassName
{
border-color: #ABDBD2;
}
.TagClassName
{
border-color: #ABDBD2;
}
</style>