Shades of Kobi #D89EAF
Tints of Kobi #D89EAF
RGB
CMYK
RGB Variations
Color information
#D89EAF (or 0xD89EAF) is known color: Kobi. HEX triplet: D8, 9E and AF. RGB value is (216,158,175). Sum of RGB (Red+Green+Blue) = 216+158+175=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D89EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89EAF is #276150. Grayscale: #B1B1B1. Windows color (decimal): -2580817 or 11509464. OLE color: 11509464.
HSL color Cylindrical-coordinate representation of color #D89EAF: hue angle of 342.41º 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 #D89EAF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 175 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.15 |
| HSL | 342.41º | 0.43% | 0.73% | - |
| HSV(B) | 342.41º | 0.27% | 0.85% | - |
| XYZ | 48.28 | 42.15 | 46.15 | - |
| YUV | 177.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 175 | 0 | 0.27 | 0.19 | 0.15 | 342.41 | 0.43 | 0.73 |
| Hex | D8 | 9E | AF | 0 | 1B | 13 | F | 156 | 2B | 49 |
| Octal | 330 | 236 | 257 | 0 | 33 | 23 | 17 | 526 | 53 | 111 |
| Binary | 11011000 | 10011110 | 10101111 | 0 | 11011 | 10011 | 1111 | 101010110 | 101011 | 1001001 |
Color Harmonies of #D89EAF
Complementary color
Monochromatic Colors of #D89EAF
Black with #D89EAF
Text Example
Text Example
White with #D89EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EAF; }
p { color: rgb(216,158,175); }
H1.HeaderClassName
{
color: #D89EAF;
}
.AnyTagClassName
{
color: #D89EAF;
}
</style>
background-color css
<style>
a { background-color: #D89EAF; }
a { background-color: rgb(216,158,175); }
div.DivClassName
{
background-color: #D89EAF;
}
.BgClassName
{
background-color: #D89EAF;
}
</style>
border-color css
<style>
span { border-color: #D89EAF; }
span { border-color: rgb(216,158,175); }
td.TdClassName
{
border-color: #D89EAF;
}
.TagClassName
{
border-color: #D89EAF;
}
</style>