Shades of Kobi #DB9DA8
Tints of Kobi #DB9DA8
RGB
CMYK
RGB Variations
Color information
#DB9DA8 (or 0xDB9DA8) is known color: Kobi. HEX triplet: DB, 9D and A8. RGB value is (219,157,168). Sum of RGB (Red+Green+Blue) = 219+157+168=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DA8 is #246257. Grayscale: #B0B0B0. Windows color (decimal): -2384472 or 11050459. OLE color: 11050459.
HSL color Cylindrical-coordinate representation of color #DB9DA8: hue angle of 349.35º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DA8 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 168 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.14 |
| HSL | 349.35º | 0.46% | 0.74% | - |
| HSV(B) | 349.35º | 0.28% | 0.86% | - |
| XYZ | 48.34 | 42 | 42.61 | - |
| YUV | 176.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 168 | 0 | 0.28 | 0.23 | 0.14 | 349.35 | 0.46 | 0.74 |
| Hex | DB | 9D | A8 | 0 | 1C | 17 | E | 15D | 2E | 4A |
| Octal | 333 | 235 | 250 | 0 | 34 | 27 | 16 | 535 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10101000 | 0 | 11100 | 10111 | 1110 | 101011101 | 101110 | 1001010 |
Color Harmonies of #DB9DA8
Complementary color
Monochromatic Colors of #DB9DA8
Black with #DB9DA8
Text Example
Text Example
White with #DB9DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DA8; }
p { color: rgb(219,157,168); }
H1.HeaderClassName
{
color: #DB9DA8;
}
.AnyTagClassName
{
color: #DB9DA8;
}
</style>
background-color css
<style>
a { background-color: #DB9DA8; }
a { background-color: rgb(219,157,168); }
div.DivClassName
{
background-color: #DB9DA8;
}
.BgClassName
{
background-color: #DB9DA8;
}
</style>
border-color css
<style>
span { border-color: #DB9DA8; }
span { border-color: rgb(219,157,168); }
td.TdClassName
{
border-color: #DB9DA8;
}
.TagClassName
{
border-color: #DB9DA8;
}
</style>