Shades of Kobi #DB94AB
Tints of Kobi #DB94AB
RGB
CMYK
RGB Variations
Color information
#DB94AB (or 0xDB94AB) is known color: Kobi. HEX triplet: DB, 94 and AB. RGB value is (219,148,171). Sum of RGB (Red+Green+Blue) = 219+148+171=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94AB is #246B54. Grayscale: #ABABAB. Windows color (decimal): -2386773 or 11244763. OLE color: 11244763.
HSL color Cylindrical-coordinate representation of color #DB94AB: hue angle of 340.56º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94AB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 171 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.14 |
| HSL | 340.56º | 0.5% | 0.72% | - |
| HSV(B) | 340.56º | 0.32% | 0.86% | - |
| XYZ | 47.15 | 39.18 | 43.61 | - |
| YUV | 171.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 171 | 0 | 0.32 | 0.22 | 0.14 | 340.56 | 0.5 | 0.72 |
| Hex | DB | 94 | AB | 0 | 20 | 16 | E | 155 | 32 | 48 |
| Octal | 333 | 224 | 253 | 0 | 40 | 26 | 16 | 525 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10101011 | 0 | 100000 | 10110 | 1110 | 101010101 | 110010 | 1001000 |
Color Harmonies of #DB94AB
Complementary color
Monochromatic Colors of #DB94AB
Black with #DB94AB
Text Example
Text Example
White with #DB94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94AB; }
p { color: rgb(219,148,171); }
H1.HeaderClassName
{
color: #DB94AB;
}
.AnyTagClassName
{
color: #DB94AB;
}
</style>
background-color css
<style>
a { background-color: #DB94AB; }
a { background-color: rgb(219,148,171); }
div.DivClassName
{
background-color: #DB94AB;
}
.BgClassName
{
background-color: #DB94AB;
}
</style>
border-color css
<style>
span { border-color: #DB94AB; }
span { border-color: rgb(219,148,171); }
td.TdClassName
{
border-color: #DB94AB;
}
.TagClassName
{
border-color: #DB94AB;
}
</style>