Shades of Kobi #DB96AB
Tints of Kobi #DB96AB
RGB
CMYK
RGB Variations
Color information
#DB96AB (or 0xDB96AB) is known color: Kobi. HEX triplet: DB, 96 and AB. RGB value is (219,150,171). Sum of RGB (Red+Green+Blue) = 219+150+171=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96AB is #246954. Grayscale: #ADADAD. Windows color (decimal): -2386261 or 11245275. OLE color: 11245275.
HSL color Cylindrical-coordinate representation of color #DB96AB: hue angle of 341.74º degrees, saturation: 0.49, 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 #DB96AB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 171 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.14 |
| HSL | 341.74º | 0.49% | 0.72% | - |
| HSV(B) | 341.74º | 0.32% | 0.86% | - |
| XYZ | 47.47 | 39.81 | 43.71 | - |
| YUV | 173.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 171 | 0 | 0.32 | 0.22 | 0.14 | 341.74 | 0.49 | 0.72 |
| Hex | DB | 96 | AB | 0 | 20 | 16 | E | 156 | 31 | 48 |
| Octal | 333 | 226 | 253 | 0 | 40 | 26 | 16 | 526 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10101011 | 0 | 100000 | 10110 | 1110 | 101010110 | 110001 | 1001000 |
Color Harmonies of #DB96AB
Complementary color
Monochromatic Colors of #DB96AB
Black with #DB96AB
Text Example
Text Example
White with #DB96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96AB; }
p { color: rgb(219,150,171); }
H1.HeaderClassName
{
color: #DB96AB;
}
.AnyTagClassName
{
color: #DB96AB;
}
</style>
background-color css
<style>
a { background-color: #DB96AB; }
a { background-color: rgb(219,150,171); }
div.DivClassName
{
background-color: #DB96AB;
}
.BgClassName
{
background-color: #DB96AB;
}
</style>
border-color css
<style>
span { border-color: #DB96AB; }
span { border-color: rgb(219,150,171); }
td.TdClassName
{
border-color: #DB96AB;
}
.TagClassName
{
border-color: #DB96AB;
}
</style>