Shades of Kobi #DF9EA7
Tints of Kobi #DF9EA7
RGB
CMYK
RGB Variations
Color information
#DF9EA7 (or 0xDF9EA7) is known color: Kobi. HEX triplet: DF, 9E and A7. RGB value is (223,158,167). Sum of RGB (Red+Green+Blue) = 223+158+167=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9EA7 is #206158. Grayscale: #B2B2B2. Windows color (decimal): -2122073 or 10985183. OLE color: 10985183.
HSL color Cylindrical-coordinate representation of color #DF9EA7: hue angle of 351.69º 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 #DF9EA7 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 167 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.13 |
| HSL | 351.69º | 0.5% | 0.75% | - |
| HSV(B) | 351.69º | 0.29% | 0.87% | - |
| XYZ | 49.63 | 42.93 | 42.23 | - |
| YUV | 178.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 167 | 0 | 0.29 | 0.25 | 0.13 | 351.69 | 0.5 | 0.75 |
| Hex | DF | 9E | A7 | 0 | 1D | 19 | D | 160 | 32 | 4B |
| Octal | 337 | 236 | 247 | 0 | 35 | 31 | 15 | 540 | 62 | 113 |
| Binary | 11011111 | 10011110 | 10100111 | 0 | 11101 | 11001 | 1101 | 101100000 | 110010 | 1001011 |
Color Harmonies of #DF9EA7
Complementary color
Monochromatic Colors of #DF9EA7
Black with #DF9EA7
Text Example
Text Example
White with #DF9EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EA7; }
p { color: rgb(223,158,167); }
H1.HeaderClassName
{
color: #DF9EA7;
}
.AnyTagClassName
{
color: #DF9EA7;
}
</style>
background-color css
<style>
a { background-color: #DF9EA7; }
a { background-color: rgb(223,158,167); }
div.DivClassName
{
background-color: #DF9EA7;
}
.BgClassName
{
background-color: #DF9EA7;
}
</style>
border-color css
<style>
span { border-color: #DF9EA7; }
span { border-color: rgb(223,158,167); }
td.TdClassName
{
border-color: #DF9EA7;
}
.TagClassName
{
border-color: #DF9EA7;
}
</style>