Shades of Kobi #DB8EA8
Tints of Kobi #DB8EA8
RGB
CMYK
RGB Variations
Color information
#DB8EA8 (or 0xDB8EA8) is known color: Kobi. HEX triplet: DB, 8E and A8. RGB value is (219,142,168). Sum of RGB (Red+Green+Blue) = 219+142+168=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EA8 is #247157. Grayscale: #A7A7A7. Windows color (decimal): -2388312 or 11046619. OLE color: 11046619.
HSL color Cylindrical-coordinate representation of color #DB8EA8: hue angle of 339.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EA8 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 168 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.14 |
| HSL | 339.74º | 0.52% | 0.71% | - |
| HSV(B) | 339.74º | 0.35% | 0.86% | - |
| XYZ | 45.95 | 37.23 | 41.81 | - |
| YUV | 167.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 168 | 0 | 0.35 | 0.23 | 0.14 | 339.74 | 0.52 | 0.71 |
| Hex | DB | 8E | A8 | 0 | 23 | 17 | E | 154 | 34 | 47 |
| Octal | 333 | 216 | 250 | 0 | 43 | 27 | 16 | 524 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10101000 | 0 | 100011 | 10111 | 1110 | 101010100 | 110100 | 1000111 |
Color Harmonies of #DB8EA8
Complementary color
Monochromatic Colors of #DB8EA8
Black with #DB8EA8
Text Example
Text Example
White with #DB8EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EA8; }
p { color: rgb(219,142,168); }
H1.HeaderClassName
{
color: #DB8EA8;
}
.AnyTagClassName
{
color: #DB8EA8;
}
</style>
background-color css
<style>
a { background-color: #DB8EA8; }
a { background-color: rgb(219,142,168); }
div.DivClassName
{
background-color: #DB8EA8;
}
.BgClassName
{
background-color: #DB8EA8;
}
</style>
border-color css
<style>
span { border-color: #DB8EA8; }
span { border-color: rgb(219,142,168); }
td.TdClassName
{
border-color: #DB8EA8;
}
.TagClassName
{
border-color: #DB8EA8;
}
</style>