Shades of Kobi #DB8EA3
Tints of Kobi #DB8EA3
RGB
CMYK
RGB Variations
Color information
#DB8EA3 (or 0xDB8EA3) is known color: Kobi. HEX triplet: DB, 8E and A3. RGB value is (219,142,163). Sum of RGB (Red+Green+Blue) = 219+142+163=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EA3 is #24715C. Grayscale: #A7A7A7. Windows color (decimal): -2388317 or 10718939. OLE color: 10718939.
HSL color Cylindrical-coordinate representation of color #DB8EA3: hue angle of 343.64º 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 #DB8EA3 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 163 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.14 |
| HSL | 343.64º | 0.52% | 0.71% | - |
| HSV(B) | 343.64º | 0.35% | 0.86% | - |
| XYZ | 45.5 | 37.05 | 39.4 | - |
| YUV | 167.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 163 | 0 | 0.35 | 0.26 | 0.14 | 343.64 | 0.52 | 0.71 |
| Hex | DB | 8E | A3 | 0 | 23 | 1A | E | 158 | 34 | 47 |
| Octal | 333 | 216 | 243 | 0 | 43 | 32 | 16 | 530 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10100011 | 0 | 100011 | 11010 | 1110 | 101011000 | 110100 | 1000111 |
Color Harmonies of #DB8EA3
Complementary color
Monochromatic Colors of #DB8EA3
Black with #DB8EA3
Text Example
Text Example
White with #DB8EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EA3; }
p { color: rgb(219,142,163); }
H1.HeaderClassName
{
color: #DB8EA3;
}
.AnyTagClassName
{
color: #DB8EA3;
}
</style>
background-color css
<style>
a { background-color: #DB8EA3; }
a { background-color: rgb(219,142,163); }
div.DivClassName
{
background-color: #DB8EA3;
}
.BgClassName
{
background-color: #DB8EA3;
}
</style>
border-color css
<style>
span { border-color: #DB8EA3; }
span { border-color: rgb(219,142,163); }
td.TdClassName
{
border-color: #DB8EA3;
}
.TagClassName
{
border-color: #DB8EA3;
}
</style>