Shades of Shocking #DBABC3
Tints of Shocking #DBABC3
RGB
CMYK
RGB Variations
Color information
#DBABC3 (or 0xDBABC3) is known color: Shocking. HEX triplet: DB, AB and C3. RGB value is (219,171,195). Sum of RGB (Red+Green+Blue) = 219+171+195=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABC3 is #24543C. Grayscale: #BCBCBC. Windows color (decimal): -2380861 or 12823515. OLE color: 12823515.
HSL color Cylindrical-coordinate representation of color #DBABC3: hue angle of 330º 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 #DBABC3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 195 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.14 |
| HSL | 330º | 0.4% | 0.76% | - |
| HSV(B) | 330º | 0.22% | 0.86% | - |
| XYZ | 53.63 | 48.13 | 58.09 | - |
| YUV | 188.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 195 | 0 | 0.22 | 0.11 | 0.14 | 330 | 0.4 | 0.76 |
| Hex | DB | AB | C3 | 0 | 16 | B | E | 14A | 28 | 4C |
| Octal | 333 | 253 | 303 | 0 | 26 | 13 | 16 | 512 | 50 | 114 |
| Binary | 11011011 | 10101011 | 11000011 | 0 | 10110 | 1011 | 1110 | 101001010 | 101000 | 1001100 |
Color Harmonies of #DBABC3
Complementary color
Monochromatic Colors of #DBABC3
Black with #DBABC3
Text Example
Text Example
White with #DBABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABC3; }
p { color: rgb(219,171,195); }
H1.HeaderClassName
{
color: #DBABC3;
}
.AnyTagClassName
{
color: #DBABC3;
}
</style>
background-color css
<style>
a { background-color: #DBABC3; }
a { background-color: rgb(219,171,195); }
div.DivClassName
{
background-color: #DBABC3;
}
.BgClassName
{
background-color: #DBABC3;
}
</style>
border-color css
<style>
span { border-color: #DBABC3; }
span { border-color: rgb(219,171,195); }
td.TdClassName
{
border-color: #DBABC3;
}
.TagClassName
{
border-color: #DBABC3;
}
</style>