Shades of Kobi #DF9EAC
Tints of Kobi #DF9EAC
RGB
CMYK
RGB Variations
Color information
#DF9EAC (or 0xDF9EAC) is known color: Kobi. HEX triplet: DF, 9E and AC. RGB value is (223,158,172). Sum of RGB (Red+Green+Blue) = 223+158+172=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9EAC is #206153. Grayscale: #B3B3B3. Windows color (decimal): -2122068 or 11312863. OLE color: 11312863.
HSL color Cylindrical-coordinate representation of color #DF9EAC: hue angle of 347.08º 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 #DF9EAC is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 172 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.13 |
| HSL | 347.08º | 0.5% | 0.75% | - |
| HSV(B) | 347.08º | 0.29% | 0.87% | - |
| XYZ | 50.1 | 43.12 | 44.71 | - |
| YUV | 179.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 172 | 0 | 0.29 | 0.23 | 0.13 | 347.08 | 0.5 | 0.75 |
| Hex | DF | 9E | AC | 0 | 1D | 17 | D | 15B | 32 | 4B |
| Octal | 337 | 236 | 254 | 0 | 35 | 27 | 15 | 533 | 62 | 113 |
| Binary | 11011111 | 10011110 | 10101100 | 0 | 11101 | 10111 | 1101 | 101011011 | 110010 | 1001011 |
Color Harmonies of #DF9EAC
Complementary color
Monochromatic Colors of #DF9EAC
Black with #DF9EAC
Text Example
Text Example
White with #DF9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EAC; }
p { color: rgb(223,158,172); }
H1.HeaderClassName
{
color: #DF9EAC;
}
.AnyTagClassName
{
color: #DF9EAC;
}
</style>
background-color css
<style>
a { background-color: #DF9EAC; }
a { background-color: rgb(223,158,172); }
div.DivClassName
{
background-color: #DF9EAC;
}
.BgClassName
{
background-color: #DF9EAC;
}
</style>
border-color css
<style>
span { border-color: #DF9EAC; }
span { border-color: rgb(223,158,172); }
td.TdClassName
{
border-color: #DF9EAC;
}
.TagClassName
{
border-color: #DF9EAC;
}
</style>