Shades of Kobi #DB93AB
Tints of Kobi #DB93AB
RGB
CMYK
RGB Variations
Color information
#DB93AB (or 0xDB93AB) is known color: Kobi. HEX triplet: DB, 93 and AB. RGB value is (219,147,171). Sum of RGB (Red+Green+Blue) = 219+147+171=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93AB is #246C54. Grayscale: #ABABAB. Windows color (decimal): -2387029 or 11244507. OLE color: 11244507.
HSL color Cylindrical-coordinate representation of color #DB93AB: hue angle of 340º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93AB is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 171 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.14 |
| HSL | 340º | 0.5% | 0.72% | - |
| HSV(B) | 340º | 0.33% | 0.86% | - |
| XYZ | 47 | 38.87 | 43.55 | - |
| YUV | 171.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 171 | 0 | 0.33 | 0.22 | 0.14 | 340 | 0.5 | 0.72 |
| Hex | DB | 93 | AB | 0 | 21 | 16 | E | 154 | 32 | 48 |
| Octal | 333 | 223 | 253 | 0 | 41 | 26 | 16 | 524 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10101011 | 0 | 100001 | 10110 | 1110 | 101010100 | 110010 | 1001000 |
Color Harmonies of #DB93AB
Complementary color
Monochromatic Colors of #DB93AB
Black with #DB93AB
Text Example
Text Example
White with #DB93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93AB; }
p { color: rgb(219,147,171); }
H1.HeaderClassName
{
color: #DB93AB;
}
.AnyTagClassName
{
color: #DB93AB;
}
</style>
background-color css
<style>
a { background-color: #DB93AB; }
a { background-color: rgb(219,147,171); }
div.DivClassName
{
background-color: #DB93AB;
}
.BgClassName
{
background-color: #DB93AB;
}
</style>
border-color css
<style>
span { border-color: #DB93AB; }
span { border-color: rgb(219,147,171); }
td.TdClassName
{
border-color: #DB93AB;
}
.TagClassName
{
border-color: #DB93AB;
}
</style>