Shades of Kobi #DB86AF
Tints of Kobi #DB86AF
RGB
CMYK
RGB Variations
Color information
#DB86AF (or 0xDB86AF) is known color: Kobi. HEX triplet: DB, 86 and AF. RGB value is (219,134,175). Sum of RGB (Red+Green+Blue) = 219+134+175=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86AF is #247950. Grayscale: #A4A4A4. Windows color (decimal): -2390353 or 11503323. OLE color: 11503323.
HSL color Cylindrical-coordinate representation of color #DB86AF: hue angle of 331.06º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86AF is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 175 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.14 |
| HSL | 331.06º | 0.54% | 0.69% | - |
| HSV(B) | 331.06º | 0.39% | 0.86% | - |
| XYZ | 45.48 | 35.21 | 44.96 | - |
| YUV | 164.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 175 | 0 | 0.39 | 0.20 | 0.14 | 331.06 | 0.54 | 0.69 |
| Hex | DB | 86 | AF | 0 | 27 | 14 | E | 14B | 36 | 45 |
| Octal | 333 | 206 | 257 | 0 | 47 | 24 | 16 | 513 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10101111 | 0 | 100111 | 10100 | 1110 | 101001011 | 110110 | 1000101 |
Color Harmonies of #DB86AF
Complementary color
Monochromatic Colors of #DB86AF
Black with #DB86AF
Text Example
Text Example
White with #DB86AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86AF; }
p { color: rgb(219,134,175); }
H1.HeaderClassName
{
color: #DB86AF;
}
.AnyTagClassName
{
color: #DB86AF;
}
</style>
background-color css
<style>
a { background-color: #DB86AF; }
a { background-color: rgb(219,134,175); }
div.DivClassName
{
background-color: #DB86AF;
}
.BgClassName
{
background-color: #DB86AF;
}
</style>
border-color css
<style>
span { border-color: #DB86AF; }
span { border-color: rgb(219,134,175); }
td.TdClassName
{
border-color: #DB86AF;
}
.TagClassName
{
border-color: #DB86AF;
}
</style>