Shades of Kobi #D98DAB
Tints of Kobi #D98DAB
RGB
CMYK
RGB Variations
Color information
#D98DAB (or 0xD98DAB) is known color: Kobi. HEX triplet: D9, 8D and AB. RGB value is (217,141,171). Sum of RGB (Red+Green+Blue) = 217+141+171=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DAB is #267254. Grayscale: #A7A7A7. Windows color (decimal): -2519637 or 11242969. OLE color: 11242969.
HSL color Cylindrical-coordinate representation of color #D98DAB: hue angle of 336.32º 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 #D98DAB is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 171 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.15 |
| HSL | 336.32º | 0.5% | 0.7% | - |
| HSV(B) | 336.32º | 0.35% | 0.85% | - |
| XYZ | 45.49 | 36.74 | 43.22 | - |
| YUV | 167.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 171 | 0 | 0.35 | 0.21 | 0.15 | 336.32 | 0.5 | 0.7 |
| Hex | D9 | 8D | AB | 0 | 23 | 15 | F | 150 | 32 | 46 |
| Octal | 331 | 215 | 253 | 0 | 43 | 25 | 17 | 520 | 62 | 106 |
| Binary | 11011001 | 10001101 | 10101011 | 0 | 100011 | 10101 | 1111 | 101010000 | 110010 | 1000110 |
Color Harmonies of #D98DAB
Complementary color
Monochromatic Colors of #D98DAB
Black with #D98DAB
Text Example
Text Example
White with #D98DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DAB; }
p { color: rgb(217,141,171); }
H1.HeaderClassName
{
color: #D98DAB;
}
.AnyTagClassName
{
color: #D98DAB;
}
</style>
background-color css
<style>
a { background-color: #D98DAB; }
a { background-color: rgb(217,141,171); }
div.DivClassName
{
background-color: #D98DAB;
}
.BgClassName
{
background-color: #D98DAB;
}
</style>
border-color css
<style>
span { border-color: #D98DAB; }
span { border-color: rgb(217,141,171); }
td.TdClassName
{
border-color: #D98DAB;
}
.TagClassName
{
border-color: #D98DAB;
}
</style>