Shades of Kobi #D98FAB
Tints of Kobi #D98FAB
RGB
CMYK
RGB Variations
Color information
#D98FAB (or 0xD98FAB) is known color: Kobi. HEX triplet: D9, 8F and AB. RGB value is (217,143,171). Sum of RGB (Red+Green+Blue) = 217+143+171=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FAB is #267054. Grayscale: #A8A8A8. Windows color (decimal): -2519125 or 11243481. OLE color: 11243481.
HSL color Cylindrical-coordinate representation of color #D98FAB: hue angle of 337.3º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FAB is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 171 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.15 |
| HSL | 337.3º | 0.49% | 0.71% | - |
| HSV(B) | 337.3º | 0.34% | 0.85% | - |
| XYZ | 45.79 | 37.34 | 43.32 | - |
| YUV | 168.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 171 | 0 | 0.34 | 0.21 | 0.15 | 337.3 | 0.49 | 0.71 |
| Hex | D9 | 8F | AB | 0 | 22 | 15 | F | 151 | 31 | 47 |
| Octal | 331 | 217 | 253 | 0 | 42 | 25 | 17 | 521 | 61 | 107 |
| Binary | 11011001 | 10001111 | 10101011 | 0 | 100010 | 10101 | 1111 | 101010001 | 110001 | 1000111 |
Color Harmonies of #D98FAB
Complementary color
Monochromatic Colors of #D98FAB
Black with #D98FAB
Text Example
Text Example
White with #D98FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FAB; }
p { color: rgb(217,143,171); }
H1.HeaderClassName
{
color: #D98FAB;
}
.AnyTagClassName
{
color: #D98FAB;
}
</style>
background-color css
<style>
a { background-color: #D98FAB; }
a { background-color: rgb(217,143,171); }
div.DivClassName
{
background-color: #D98FAB;
}
.BgClassName
{
background-color: #D98FAB;
}
</style>
border-color css
<style>
span { border-color: #D98FAB; }
span { border-color: rgb(217,143,171); }
td.TdClassName
{
border-color: #D98FAB;
}
.TagClassName
{
border-color: #D98FAB;
}
</style>