Shades of Can Can #DB8E9B
Tints of Can Can #DB8E9B
RGB
CMYK
RGB Variations
Color information
#DB8E9B (or 0xDB8E9B) is known color: Can Can. HEX triplet: DB, 8E and 9B. RGB value is (219,142,155). Sum of RGB (Red+Green+Blue) = 219+142+155=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E9B is #247164. Grayscale: #A6A6A6. Windows color (decimal): -2388325 or 10194651. OLE color: 10194651.
HSL color Cylindrical-coordinate representation of color #DB8E9B: hue angle of 349.87º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8E9B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 155 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.14 |
| HSL | 349.87º | 0.52% | 0.71% | - |
| HSV(B) | 349.87º | 0.35% | 0.86% | - |
| XYZ | 44.8 | 36.77 | 35.75 | - |
| YUV | 166.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 155 | 0 | 0.35 | 0.29 | 0.14 | 349.87 | 0.52 | 0.71 |
| Hex | DB | 8E | 9B | 0 | 23 | 1D | E | 15E | 34 | 47 |
| Octal | 333 | 216 | 233 | 0 | 43 | 35 | 16 | 536 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10011011 | 0 | 100011 | 11101 | 1110 | 101011110 | 110100 | 1000111 |
Color Harmonies of #DB8E9B
Complementary color
Monochromatic Colors of #DB8E9B
Black with #DB8E9B
Text Example
Text Example
White with #DB8E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E9B; }
p { color: rgb(219,142,155); }
H1.HeaderClassName
{
color: #DB8E9B;
}
.AnyTagClassName
{
color: #DB8E9B;
}
</style>
background-color css
<style>
a { background-color: #DB8E9B; }
a { background-color: rgb(219,142,155); }
div.DivClassName
{
background-color: #DB8E9B;
}
.BgClassName
{
background-color: #DB8E9B;
}
</style>
border-color css
<style>
span { border-color: #DB8E9B; }
span { border-color: rgb(219,142,155); }
td.TdClassName
{
border-color: #DB8E9B;
}
.TagClassName
{
border-color: #DB8E9B;
}
</style>