Shades of Kobi #D98BA8
Tints of Kobi #D98BA8
RGB
CMYK
RGB Variations
Color information
#D98BA8 (or 0xD98BA8) is known color: Kobi. HEX triplet: D9, 8B and A8. RGB value is (217,139,168). Sum of RGB (Red+Green+Blue) = 217+139+168=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98BA8 is #267457. Grayscale: #A5A5A5. Windows color (decimal): -2520152 or 11045849. OLE color: 11045849.
HSL color Cylindrical-coordinate representation of color #D98BA8: hue angle of 337.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98BA8 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 168 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.15 |
| HSL | 337.69º | 0.51% | 0.7% | - |
| HSV(B) | 337.69º | 0.36% | 0.85% | - |
| XYZ | 44.92 | 36.04 | 41.64 | - |
| YUV | 165.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 168 | 0 | 0.36 | 0.23 | 0.15 | 337.69 | 0.51 | 0.7 |
| Hex | D9 | 8B | A8 | 0 | 24 | 17 | F | 152 | 33 | 46 |
| Octal | 331 | 213 | 250 | 0 | 44 | 27 | 17 | 522 | 63 | 106 |
| Binary | 11011001 | 10001011 | 10101000 | 0 | 100100 | 10111 | 1111 | 101010010 | 110011 | 1000110 |
Color Harmonies of #D98BA8
Complementary color
Monochromatic Colors of #D98BA8
Black with #D98BA8
Text Example
Text Example
White with #D98BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BA8; }
p { color: rgb(217,139,168); }
H1.HeaderClassName
{
color: #D98BA8;
}
.AnyTagClassName
{
color: #D98BA8;
}
</style>
background-color css
<style>
a { background-color: #D98BA8; }
a { background-color: rgb(217,139,168); }
div.DivClassName
{
background-color: #D98BA8;
}
.BgClassName
{
background-color: #D98BA8;
}
</style>
border-color css
<style>
span { border-color: #D98BA8; }
span { border-color: rgb(217,139,168); }
td.TdClassName
{
border-color: #D98BA8;
}
.TagClassName
{
border-color: #D98BA8;
}
</style>