Shades of Kobi #DB8DA6
Tints of Kobi #DB8DA6
RGB
CMYK
RGB Variations
Color information
#DB8DA6 (or 0xDB8DA6) is known color: Kobi. HEX triplet: DB, 8D and A6. RGB value is (219,141,166). Sum of RGB (Red+Green+Blue) = 219+141+166=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DA6 is #247259. Grayscale: #A7A7A7. Windows color (decimal): -2388570 or 10915291. OLE color: 10915291.
HSL color Cylindrical-coordinate representation of color #DB8DA6: hue angle of 340.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DA6 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 166 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.14 |
| HSL | 340.77º | 0.52% | 0.71% | - |
| HSV(B) | 340.77º | 0.36% | 0.86% | - |
| XYZ | 45.62 | 36.86 | 40.79 | - |
| YUV | 167.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 166 | 0 | 0.36 | 0.24 | 0.14 | 340.77 | 0.52 | 0.71 |
| Hex | DB | 8D | A6 | 0 | 24 | 18 | E | 155 | 34 | 47 |
| Octal | 333 | 215 | 246 | 0 | 44 | 30 | 16 | 525 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10100110 | 0 | 100100 | 11000 | 1110 | 101010101 | 110100 | 1000111 |
Color Harmonies of #DB8DA6
Complementary color
Monochromatic Colors of #DB8DA6
Black with #DB8DA6
Text Example
Text Example
White with #DB8DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DA6; }
p { color: rgb(219,141,166); }
H1.HeaderClassName
{
color: #DB8DA6;
}
.AnyTagClassName
{
color: #DB8DA6;
}
</style>
background-color css
<style>
a { background-color: #DB8DA6; }
a { background-color: rgb(219,141,166); }
div.DivClassName
{
background-color: #DB8DA6;
}
.BgClassName
{
background-color: #DB8DA6;
}
</style>
border-color css
<style>
span { border-color: #DB8DA6; }
span { border-color: rgb(219,141,166); }
td.TdClassName
{
border-color: #DB8DA6;
}
.TagClassName
{
border-color: #DB8DA6;
}
</style>