Shades of Kobi #DB86AE
Tints of Kobi #DB86AE
RGB
CMYK
RGB Variations
Color information
#DB86AE (or 0xDB86AE) is known color: Kobi. HEX triplet: DB, 86 and AE. RGB value is (219,134,174). Sum of RGB (Red+Green+Blue) = 219+134+174=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86AE is #247951. Grayscale: #A3A3A3. Windows color (decimal): -2390354 or 11437787. OLE color: 11437787.
HSL color Cylindrical-coordinate representation of color #DB86AE: hue angle of 331.76º 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 #DB86AE is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 174 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.14 |
| HSL | 331.76º | 0.54% | 0.69% | - |
| HSV(B) | 331.76º | 0.39% | 0.86% | - |
| XYZ | 45.38 | 35.17 | 44.44 | - |
| YUV | 163.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 174 | 0 | 0.39 | 0.21 | 0.14 | 331.76 | 0.54 | 0.69 |
| Hex | DB | 86 | AE | 0 | 27 | 15 | E | 14C | 36 | 45 |
| Octal | 333 | 206 | 256 | 0 | 47 | 25 | 16 | 514 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10101110 | 0 | 100111 | 10101 | 1110 | 101001100 | 110110 | 1000101 |
Color Harmonies of #DB86AE
Complementary color
Monochromatic Colors of #DB86AE
Black with #DB86AE
Text Example
Text Example
White with #DB86AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86AE; }
p { color: rgb(219,134,174); }
H1.HeaderClassName
{
color: #DB86AE;
}
.AnyTagClassName
{
color: #DB86AE;
}
</style>
background-color css
<style>
a { background-color: #DB86AE; }
a { background-color: rgb(219,134,174); }
div.DivClassName
{
background-color: #DB86AE;
}
.BgClassName
{
background-color: #DB86AE;
}
</style>
border-color css
<style>
span { border-color: #DB86AE; }
span { border-color: rgb(219,134,174); }
td.TdClassName
{
border-color: #DB86AE;
}
.TagClassName
{
border-color: #DB86AE;
}
</style>