Shades of Kobi #DF9EA8
Tints of Kobi #DF9EA8
RGB
CMYK
RGB Variations
Color information
#DF9EA8 (or 0xDF9EA8) is known color: Kobi. HEX triplet: DF, 9E and A8. RGB value is (223,158,168). Sum of RGB (Red+Green+Blue) = 223+158+168=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9EA8 is #206157. Grayscale: #B2B2B2. Windows color (decimal): -2122072 or 11050719. OLE color: 11050719.
HSL color Cylindrical-coordinate representation of color #DF9EA8: hue angle of 350.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9EA8 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 168 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.13 |
| HSL | 350.77º | 0.5% | 0.75% | - |
| HSV(B) | 350.77º | 0.29% | 0.87% | - |
| XYZ | 49.73 | 42.97 | 42.72 | - |
| YUV | 178.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 168 | 0 | 0.29 | 0.25 | 0.13 | 350.77 | 0.5 | 0.75 |
| Hex | DF | 9E | A8 | 0 | 1D | 19 | D | 15F | 32 | 4B |
| Octal | 337 | 236 | 250 | 0 | 35 | 31 | 15 | 537 | 62 | 113 |
| Binary | 11011111 | 10011110 | 10101000 | 0 | 11101 | 11001 | 1101 | 101011111 | 110010 | 1001011 |
Color Harmonies of #DF9EA8
Complementary color
Monochromatic Colors of #DF9EA8
Black with #DF9EA8
Text Example
Text Example
White with #DF9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EA8; }
p { color: rgb(223,158,168); }
H1.HeaderClassName
{
color: #DF9EA8;
}
.AnyTagClassName
{
color: #DF9EA8;
}
</style>
background-color css
<style>
a { background-color: #DF9EA8; }
a { background-color: rgb(223,158,168); }
div.DivClassName
{
background-color: #DF9EA8;
}
.BgClassName
{
background-color: #DF9EA8;
}
</style>
border-color css
<style>
span { border-color: #DF9EA8; }
span { border-color: rgb(223,158,168); }
td.TdClassName
{
border-color: #DF9EA8;
}
.TagClassName
{
border-color: #DF9EA8;
}
</style>