Shades of Kobi #DB8EAD
Tints of Kobi #DB8EAD
RGB
CMYK
RGB Variations
Color information
#DB8EAD (or 0xDB8EAD) is known color: Kobi. HEX triplet: DB, 8E and AD. RGB value is (219,142,173). Sum of RGB (Red+Green+Blue) = 219+142+173=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EAD is #247152. Grayscale: #A8A8A8. Windows color (decimal): -2388307 or 11374299. OLE color: 11374299.
HSL color Cylindrical-coordinate representation of color #DB8EAD: hue angle of 335.84º 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 #DB8EAD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 173 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.14 |
| HSL | 335.84º | 0.52% | 0.71% | - |
| HSV(B) | 335.84º | 0.35% | 0.86% | - |
| XYZ | 46.43 | 37.42 | 44.31 | - |
| YUV | 168.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 173 | 0 | 0.35 | 0.21 | 0.14 | 335.84 | 0.52 | 0.71 |
| Hex | DB | 8E | AD | 0 | 23 | 15 | E | 150 | 34 | 47 |
| Octal | 333 | 216 | 255 | 0 | 43 | 25 | 16 | 520 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10101101 | 0 | 100011 | 10101 | 1110 | 101010000 | 110100 | 1000111 |
Color Harmonies of #DB8EAD
Complementary color
Monochromatic Colors of #DB8EAD
Black with #DB8EAD
Text Example
Text Example
White with #DB8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EAD; }
p { color: rgb(219,142,173); }
H1.HeaderClassName
{
color: #DB8EAD;
}
.AnyTagClassName
{
color: #DB8EAD;
}
</style>
background-color css
<style>
a { background-color: #DB8EAD; }
a { background-color: rgb(219,142,173); }
div.DivClassName
{
background-color: #DB8EAD;
}
.BgClassName
{
background-color: #DB8EAD;
}
</style>
border-color css
<style>
span { border-color: #DB8EAD; }
span { border-color: rgb(219,142,173); }
td.TdClassName
{
border-color: #DB8EAD;
}
.TagClassName
{
border-color: #DB8EAD;
}
</style>