Shades of Kobi #D89EAB
Tints of Kobi #D89EAB
RGB
CMYK
RGB Variations
Color information
#D89EAB (or 0xD89EAB) is known color: Kobi. HEX triplet: D8, 9E and AB. RGB value is (216,158,171). Sum of RGB (Red+Green+Blue) = 216+158+171=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D89EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89EAB is #276154. Grayscale: #B0B0B0. Windows color (decimal): -2580821 or 11247320. OLE color: 11247320.
HSL color Cylindrical-coordinate representation of color #D89EAB: hue angle of 346.55º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89EAB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 171 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.15 |
| HSL | 346.55º | 0.43% | 0.73% | - |
| HSV(B) | 346.55º | 0.27% | 0.85% | - |
| XYZ | 47.9 | 41.99 | 44.11 | - |
| YUV | 176.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 171 | 0 | 0.27 | 0.21 | 0.15 | 346.55 | 0.43 | 0.73 |
| Hex | D8 | 9E | AB | 0 | 1B | 15 | F | 15B | 2B | 49 |
| Octal | 330 | 236 | 253 | 0 | 33 | 25 | 17 | 533 | 53 | 111 |
| Binary | 11011000 | 10011110 | 10101011 | 0 | 11011 | 10101 | 1111 | 101011011 | 101011 | 1001001 |
Color Harmonies of #D89EAB
Complementary color
Monochromatic Colors of #D89EAB
Black with #D89EAB
Text Example
Text Example
White with #D89EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EAB; }
p { color: rgb(216,158,171); }
H1.HeaderClassName
{
color: #D89EAB;
}
.AnyTagClassName
{
color: #D89EAB;
}
</style>
background-color css
<style>
a { background-color: #D89EAB; }
a { background-color: rgb(216,158,171); }
div.DivClassName
{
background-color: #D89EAB;
}
.BgClassName
{
background-color: #D89EAB;
}
</style>
border-color css
<style>
span { border-color: #D89EAB; }
span { border-color: rgb(216,158,171); }
td.TdClassName
{
border-color: #D89EAB;
}
.TagClassName
{
border-color: #D89EAB;
}
</style>