Shades of Kobi #DB8EA5
Tints of Kobi #DB8EA5
RGB
CMYK
RGB Variations
Color information
#DB8EA5 (or 0xDB8EA5) is known color: Kobi. HEX triplet: DB, 8E and A5. RGB value is (219,142,165). Sum of RGB (Red+Green+Blue) = 219+142+165=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EA5 is #24715A. Grayscale: #A7A7A7. Windows color (decimal): -2388315 or 10850011. OLE color: 10850011.
HSL color Cylindrical-coordinate representation of color #DB8EA5: hue angle of 342.08º 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 #DB8EA5 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 165 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.14 |
| HSL | 342.08º | 0.52% | 0.71% | - |
| HSV(B) | 342.08º | 0.35% | 0.86% | - |
| XYZ | 45.68 | 37.12 | 40.36 | - |
| YUV | 167.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 165 | 0 | 0.35 | 0.25 | 0.14 | 342.08 | 0.52 | 0.71 |
| Hex | DB | 8E | A5 | 0 | 23 | 19 | E | 156 | 34 | 47 |
| Octal | 333 | 216 | 245 | 0 | 43 | 31 | 16 | 526 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10100101 | 0 | 100011 | 11001 | 1110 | 101010110 | 110100 | 1000111 |
Color Harmonies of #DB8EA5
Complementary color
Monochromatic Colors of #DB8EA5
Black with #DB8EA5
Text Example
Text Example
White with #DB8EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EA5; }
p { color: rgb(219,142,165); }
H1.HeaderClassName
{
color: #DB8EA5;
}
.AnyTagClassName
{
color: #DB8EA5;
}
</style>
background-color css
<style>
a { background-color: #DB8EA5; }
a { background-color: rgb(219,142,165); }
div.DivClassName
{
background-color: #DB8EA5;
}
.BgClassName
{
background-color: #DB8EA5;
}
</style>
border-color css
<style>
span { border-color: #DB8EA5; }
span { border-color: rgb(219,142,165); }
td.TdClassName
{
border-color: #DB8EA5;
}
.TagClassName
{
border-color: #DB8EA5;
}
</style>