Shades of Kobi #D98EAF
Tints of Kobi #D98EAF
RGB
CMYK
RGB Variations
Color information
#D98EAF (or 0xD98EAF) is known color: Kobi. HEX triplet: D9, 8E and AF. RGB value is (217,142,175). Sum of RGB (Red+Green+Blue) = 217+142+175=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D98EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98EAF is #267150. Grayscale: #A8A8A8. Windows color (decimal): -2519377 or 11505369. OLE color: 11505369.
HSL color Cylindrical-coordinate representation of color #D98EAF: hue angle of 333.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 #D98EAF is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 175 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.15 |
| HSL | 333.6º | 0.5% | 0.7% | - |
| HSV(B) | 333.6º | 0.35% | 0.85% | - |
| XYZ | 46.03 | 37.19 | 45.31 | - |
| YUV | 168.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 175 | 0 | 0.35 | 0.19 | 0.15 | 333.6 | 0.5 | 0.7 |
| Hex | D9 | 8E | AF | 0 | 23 | 13 | F | 14E | 32 | 46 |
| Octal | 331 | 216 | 257 | 0 | 43 | 23 | 17 | 516 | 62 | 106 |
| Binary | 11011001 | 10001110 | 10101111 | 0 | 100011 | 10011 | 1111 | 101001110 | 110010 | 1000110 |
Color Harmonies of #D98EAF
Complementary color
Monochromatic Colors of #D98EAF
Black with #D98EAF
Text Example
Text Example
White with #D98EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98EAF; }
p { color: rgb(217,142,175); }
H1.HeaderClassName
{
color: #D98EAF;
}
.AnyTagClassName
{
color: #D98EAF;
}
</style>
background-color css
<style>
a { background-color: #D98EAF; }
a { background-color: rgb(217,142,175); }
div.DivClassName
{
background-color: #D98EAF;
}
.BgClassName
{
background-color: #D98EAF;
}
</style>
border-color css
<style>
span { border-color: #D98EAF; }
span { border-color: rgb(217,142,175); }
td.TdClassName
{
border-color: #D98EAF;
}
.TagClassName
{
border-color: #D98EAF;
}
</style>