Shades of Kobi #DB8EA2
Tints of Kobi #DB8EA2
RGB
CMYK
RGB Variations
Color information
#DB8EA2 (or 0xDB8EA2) is known color: Kobi. HEX triplet: DB, 8E and A2. RGB value is (219,142,162). Sum of RGB (Red+Green+Blue) = 219+142+162=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EA2 is #24715D. Grayscale: #A7A7A7. Windows color (decimal): -2388318 or 10653403. OLE color: 10653403.
HSL color Cylindrical-coordinate representation of color #DB8EA2: hue angle of 344.42º 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 #DB8EA2 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 162 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.14 |
| HSL | 344.42º | 0.52% | 0.71% | - |
| HSV(B) | 344.42º | 0.35% | 0.86% | - |
| XYZ | 45.41 | 37.01 | 38.93 | - |
| YUV | 167.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 162 | 0 | 0.35 | 0.26 | 0.14 | 344.42 | 0.52 | 0.71 |
| Hex | DB | 8E | A2 | 0 | 23 | 1A | E | 158 | 34 | 47 |
| Octal | 333 | 216 | 242 | 0 | 43 | 32 | 16 | 530 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10100010 | 0 | 100011 | 11010 | 1110 | 101011000 | 110100 | 1000111 |
Color Harmonies of #DB8EA2
Complementary color
Monochromatic Colors of #DB8EA2
Black with #DB8EA2
Text Example
Text Example
White with #DB8EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EA2; }
p { color: rgb(219,142,162); }
H1.HeaderClassName
{
color: #DB8EA2;
}
.AnyTagClassName
{
color: #DB8EA2;
}
</style>
background-color css
<style>
a { background-color: #DB8EA2; }
a { background-color: rgb(219,142,162); }
div.DivClassName
{
background-color: #DB8EA2;
}
.BgClassName
{
background-color: #DB8EA2;
}
</style>
border-color css
<style>
span { border-color: #DB8EA2; }
span { border-color: rgb(219,142,162); }
td.TdClassName
{
border-color: #DB8EA2;
}
.TagClassName
{
border-color: #DB8EA2;
}
</style>