Shades of Scandal #ABDBD5
Tints of Scandal #ABDBD5
RGB
CMYK
RGB Variations
Color information
#ABDBD5 (or 0xABDBD5) is known color: Scandal. HEX triplet: AB, DB and D5. RGB value is (171,219,213). Sum of RGB (Red+Green+Blue) = 171+219+213=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBD5 is #54242A. Grayscale: #CBCBCB. Windows color (decimal): -5514283 or 14015403. OLE color: 14015403.
HSL color Cylindrical-coordinate representation of color #ABDBD5: hue angle of 172.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 #ABDBD5 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 213 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.14 |
| HSL | 172.5º | 0.4% | 0.76% | - |
| HSV(B) | 172.5º | 0.22% | 0.86% | - |
| XYZ | 54.14 | 64.13 | 72.47 | - |
| YUV | 203.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 213 | 0.22 | 0 | 0.03 | 0.14 | 172.5 | 0.4 | 0.76 |
| Hex | AB | DB | D5 | 16 | 0 | 3 | E | AC | 28 | 4C |
| Octal | 253 | 333 | 325 | 26 | 0 | 3 | 16 | 254 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11010101 | 10110 | 0 | 11 | 1110 | 10101100 | 101000 | 1001100 |
Color Harmonies of #ABDBD5
Complementary color
Monochromatic Colors of #ABDBD5
Black with #ABDBD5
Text Example
Text Example
White with #ABDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBD5; }
p { color: rgb(171,219,213); }
H1.HeaderClassName
{
color: #ABDBD5;
}
.AnyTagClassName
{
color: #ABDBD5;
}
</style>
background-color css
<style>
a { background-color: #ABDBD5; }
a { background-color: rgb(171,219,213); }
div.DivClassName
{
background-color: #ABDBD5;
}
.BgClassName
{
background-color: #ABDBD5;
}
</style>
border-color css
<style>
span { border-color: #ABDBD5; }
span { border-color: rgb(171,219,213); }
td.TdClassName
{
border-color: #ABDBD5;
}
.TagClassName
{
border-color: #ABDBD5;
}
</style>