Shades of Kobi #D89EAD
Tints of Kobi #D89EAD
RGB
CMYK
RGB Variations
Color information
#D89EAD (or 0xD89EAD) is known color: Kobi. HEX triplet: D8, 9E and AD. RGB value is (216,158,173). Sum of RGB (Red+Green+Blue) = 216+158+173=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D89EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89EAD is #276152. Grayscale: #B1B1B1. Windows color (decimal): -2580819 or 11378392. OLE color: 11378392.
HSL color Cylindrical-coordinate representation of color #D89EAD: hue angle of 344.48º 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 #D89EAD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 173 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.15 |
| HSL | 344.48º | 0.43% | 0.73% | - |
| HSV(B) | 344.48º | 0.27% | 0.85% | - |
| XYZ | 48.09 | 42.07 | 45.12 | - |
| YUV | 177.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 173 | 0 | 0.27 | 0.20 | 0.15 | 344.48 | 0.43 | 0.73 |
| Hex | D8 | 9E | AD | 0 | 1B | 14 | F | 158 | 2B | 49 |
| Octal | 330 | 236 | 255 | 0 | 33 | 24 | 17 | 530 | 53 | 111 |
| Binary | 11011000 | 10011110 | 10101101 | 0 | 11011 | 10100 | 1111 | 101011000 | 101011 | 1001001 |
Color Harmonies of #D89EAD
Complementary color
Monochromatic Colors of #D89EAD
Black with #D89EAD
Text Example
Text Example
White with #D89EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EAD; }
p { color: rgb(216,158,173); }
H1.HeaderClassName
{
color: #D89EAD;
}
.AnyTagClassName
{
color: #D89EAD;
}
</style>
background-color css
<style>
a { background-color: #D89EAD; }
a { background-color: rgb(216,158,173); }
div.DivClassName
{
background-color: #D89EAD;
}
.BgClassName
{
background-color: #D89EAD;
}
</style>
border-color css
<style>
span { border-color: #D89EAD; }
span { border-color: rgb(216,158,173); }
td.TdClassName
{
border-color: #D89EAD;
}
.TagClassName
{
border-color: #D89EAD;
}
</style>