Shades of Kobi #D89EAC
Tints of Kobi #D89EAC
RGB
CMYK
RGB Variations
Color information
#D89EAC (or 0xD89EAC) is known color: Kobi. HEX triplet: D8, 9E and AC. RGB value is (216,158,172). Sum of RGB (Red+Green+Blue) = 216+158+172=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D89EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89EAC is #276153. Grayscale: #B0B0B0. Windows color (decimal): -2580820 or 11312856. OLE color: 11312856.
HSL color Cylindrical-coordinate representation of color #D89EAC: hue angle of 345.52º 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 #D89EAC is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 172 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.15 |
| HSL | 345.52º | 0.43% | 0.73% | - |
| HSV(B) | 345.52º | 0.27% | 0.85% | - |
| XYZ | 47.99 | 42.03 | 44.61 | - |
| YUV | 176.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 172 | 0 | 0.27 | 0.20 | 0.15 | 345.52 | 0.43 | 0.73 |
| Hex | D8 | 9E | AC | 0 | 1B | 14 | F | 15A | 2B | 49 |
| Octal | 330 | 236 | 254 | 0 | 33 | 24 | 17 | 532 | 53 | 111 |
| Binary | 11011000 | 10011110 | 10101100 | 0 | 11011 | 10100 | 1111 | 101011010 | 101011 | 1001001 |
Color Harmonies of #D89EAC
Complementary color
Monochromatic Colors of #D89EAC
Black with #D89EAC
Text Example
Text Example
White with #D89EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EAC; }
p { color: rgb(216,158,172); }
H1.HeaderClassName
{
color: #D89EAC;
}
.AnyTagClassName
{
color: #D89EAC;
}
</style>
background-color css
<style>
a { background-color: #D89EAC; }
a { background-color: rgb(216,158,172); }
div.DivClassName
{
background-color: #D89EAC;
}
.BgClassName
{
background-color: #D89EAC;
}
</style>
border-color css
<style>
span { border-color: #D89EAC; }
span { border-color: rgb(216,158,172); }
td.TdClassName
{
border-color: #D89EAC;
}
.TagClassName
{
border-color: #D89EAC;
}
</style>