Shades of Kobi #D98EA5
Tints of Kobi #D98EA5
RGB
CMYK
RGB Variations
Color information
#D98EA5 (or 0xD98EA5) is known color: Kobi. HEX triplet: D9, 8E and A5. RGB value is (217,142,165). Sum of RGB (Red+Green+Blue) = 217+142+165=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D98EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98EA5 is #26715A. Grayscale: #A7A7A7. Windows color (decimal): -2519387 or 10850009. OLE color: 10850009.
HSL color Cylindrical-coordinate representation of color #D98EA5: hue angle of 341.6º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98EA5 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 165 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.15 |
| HSL | 341.6º | 0.5% | 0.7% | - |
| HSV(B) | 341.6º | 0.35% | 0.85% | - |
| XYZ | 45.08 | 36.81 | 40.33 | - |
| YUV | 167.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 165 | 0 | 0.35 | 0.24 | 0.15 | 341.6 | 0.5 | 0.7 |
| Hex | D9 | 8E | A5 | 0 | 23 | 18 | F | 156 | 32 | 46 |
| Octal | 331 | 216 | 245 | 0 | 43 | 30 | 17 | 526 | 62 | 106 |
| Binary | 11011001 | 10001110 | 10100101 | 0 | 100011 | 11000 | 1111 | 101010110 | 110010 | 1000110 |
Color Harmonies of #D98EA5
Complementary color
Monochromatic Colors of #D98EA5
Black with #D98EA5
Text Example
Text Example
White with #D98EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98EA5; }
p { color: rgb(217,142,165); }
H1.HeaderClassName
{
color: #D98EA5;
}
.AnyTagClassName
{
color: #D98EA5;
}
</style>
background-color css
<style>
a { background-color: #D98EA5; }
a { background-color: rgb(217,142,165); }
div.DivClassName
{
background-color: #D98EA5;
}
.BgClassName
{
background-color: #D98EA5;
}
</style>
border-color css
<style>
span { border-color: #D98EA5; }
span { border-color: rgb(217,142,165); }
td.TdClassName
{
border-color: #D98EA5;
}
.TagClassName
{
border-color: #D98EA5;
}
</style>