Shades of Kobi #DB90AB
Tints of Kobi #DB90AB
RGB
CMYK
RGB Variations
Color information
#DB90AB (or 0xDB90AB) is known color: Kobi. HEX triplet: DB, 90 and AB. RGB value is (219,144,171). Sum of RGB (Red+Green+Blue) = 219+144+171=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90AB is #246F54. Grayscale: #A9A9A9. Windows color (decimal): -2387797 or 11243739. OLE color: 11243739.
HSL color Cylindrical-coordinate representation of color #DB90AB: hue angle of 338.4º 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 #DB90AB is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 171 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.14 |
| HSL | 338.4º | 0.51% | 0.71% | - |
| HSV(B) | 338.4º | 0.34% | 0.86% | - |
| XYZ | 46.54 | 37.95 | 43.4 | - |
| YUV | 169.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 171 | 0 | 0.34 | 0.22 | 0.14 | 338.4 | 0.51 | 0.71 |
| Hex | DB | 90 | AB | 0 | 22 | 16 | E | 152 | 33 | 47 |
| Octal | 333 | 220 | 253 | 0 | 42 | 26 | 16 | 522 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10101011 | 0 | 100010 | 10110 | 1110 | 101010010 | 110011 | 1000111 |
Color Harmonies of #DB90AB
Complementary color
Monochromatic Colors of #DB90AB
Black with #DB90AB
Text Example
Text Example
White with #DB90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90AB; }
p { color: rgb(219,144,171); }
H1.HeaderClassName
{
color: #DB90AB;
}
.AnyTagClassName
{
color: #DB90AB;
}
</style>
background-color css
<style>
a { background-color: #DB90AB; }
a { background-color: rgb(219,144,171); }
div.DivClassName
{
background-color: #DB90AB;
}
.BgClassName
{
background-color: #DB90AB;
}
</style>
border-color css
<style>
span { border-color: #DB90AB; }
span { border-color: rgb(219,144,171); }
td.TdClassName
{
border-color: #DB90AB;
}
.TagClassName
{
border-color: #DB90AB;
}
</style>