Shades of Kobi #DB91AB
Tints of Kobi #DB91AB
RGB
CMYK
RGB Variations
Color information
#DB91AB (or 0xDB91AB) is known color: Kobi. HEX triplet: DB, 91 and AB. RGB value is (219,145,171). Sum of RGB (Red+Green+Blue) = 219+145+171=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91AB is #246E54. Grayscale: #AAAAAA. Windows color (decimal): -2387541 or 11243995. OLE color: 11243995.
HSL color Cylindrical-coordinate representation of color #DB91AB: hue angle of 338.92º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91AB is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 171 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.14 |
| HSL | 338.92º | 0.51% | 0.71% | - |
| HSV(B) | 338.92º | 0.34% | 0.86% | - |
| XYZ | 46.69 | 38.25 | 43.45 | - |
| YUV | 170.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 171 | 0 | 0.34 | 0.22 | 0.14 | 338.92 | 0.51 | 0.71 |
| Hex | DB | 91 | AB | 0 | 22 | 16 | E | 153 | 33 | 47 |
| Octal | 333 | 221 | 253 | 0 | 42 | 26 | 16 | 523 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10101011 | 0 | 100010 | 10110 | 1110 | 101010011 | 110011 | 1000111 |
Color Harmonies of #DB91AB
Complementary color
Monochromatic Colors of #DB91AB
Black with #DB91AB
Text Example
Text Example
White with #DB91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91AB; }
p { color: rgb(219,145,171); }
H1.HeaderClassName
{
color: #DB91AB;
}
.AnyTagClassName
{
color: #DB91AB;
}
</style>
background-color css
<style>
a { background-color: #DB91AB; }
a { background-color: rgb(219,145,171); }
div.DivClassName
{
background-color: #DB91AB;
}
.BgClassName
{
background-color: #DB91AB;
}
</style>
border-color css
<style>
span { border-color: #DB91AB; }
span { border-color: rgb(219,145,171); }
td.TdClassName
{
border-color: #DB91AB;
}
.TagClassName
{
border-color: #DB91AB;
}
</style>