Shades of Kobi #DB7EAB
Tints of Kobi #DB7EAB
RGB
CMYK
RGB Variations
Color information
#DB7EAB (or 0xDB7EAB) is known color: Kobi. HEX triplet: DB, 7E and AB. RGB value is (219,126,171). Sum of RGB (Red+Green+Blue) = 219+126+171=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EAB is #248154. Grayscale: #9E9E9E. Windows color (decimal): -2392405 or 11239131. OLE color: 11239131.
HSL color Cylindrical-coordinate representation of color #DB7EAB: hue angle of 330.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EAB is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 171 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.14 |
| HSL | 330.97º | 0.56% | 0.68% | - |
| HSV(B) | 330.97º | 0.42% | 0.86% | - |
| XYZ | 44.02 | 32.92 | 42.56 | - |
| YUV | 158.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 171 | 0 | 0.42 | 0.22 | 0.14 | 330.97 | 0.56 | 0.68 |
| Hex | DB | 7E | AB | 0 | 2A | 16 | E | 14B | 38 | 44 |
| Octal | 333 | 176 | 253 | 0 | 52 | 26 | 16 | 513 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10101011 | 0 | 101010 | 10110 | 1110 | 101001011 | 111000 | 1000100 |
Color Harmonies of #DB7EAB
Complementary color
Monochromatic Colors of #DB7EAB
Black with #DB7EAB
Text Example
Text Example
White with #DB7EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EAB; }
p { color: rgb(219,126,171); }
H1.HeaderClassName
{
color: #DB7EAB;
}
.AnyTagClassName
{
color: #DB7EAB;
}
</style>
background-color css
<style>
a { background-color: #DB7EAB; }
a { background-color: rgb(219,126,171); }
div.DivClassName
{
background-color: #DB7EAB;
}
.BgClassName
{
background-color: #DB7EAB;
}
</style>
border-color css
<style>
span { border-color: #DB7EAB; }
span { border-color: rgb(219,126,171); }
td.TdClassName
{
border-color: #DB7EAB;
}
.TagClassName
{
border-color: #DB7EAB;
}
</style>