Shades of Kobi #DF8DAC
Tints of Kobi #DF8DAC
RGB
CMYK
RGB Variations
Color information
#DF8DAC (or 0xDF8DAC) is known color: Kobi. HEX triplet: DF, 8D and AC. RGB value is (223,141,172). Sum of RGB (Red+Green+Blue) = 223+141+172=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8DAC is #207253. Grayscale: #A9A9A9. Windows color (decimal): -2126420 or 11308511. OLE color: 11308511.
HSL color Cylindrical-coordinate representation of color #DF8DAC: hue angle of 337.32º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8DAC is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 172 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.13 |
| HSL | 337.32º | 0.56% | 0.71% | - |
| HSV(B) | 337.32º | 0.37% | 0.87% | - |
| XYZ | 47.4 | 37.72 | 43.81 | - |
| YUV | 169.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 172 | 0 | 0.37 | 0.23 | 0.13 | 337.32 | 0.56 | 0.71 |
| Hex | DF | 8D | AC | 0 | 25 | 17 | D | 151 | 38 | 47 |
| Octal | 337 | 215 | 254 | 0 | 45 | 27 | 15 | 521 | 70 | 107 |
| Binary | 11011111 | 10001101 | 10101100 | 0 | 100101 | 10111 | 1101 | 101010001 | 111000 | 1000111 |
Color Harmonies of #DF8DAC
Complementary color
Monochromatic Colors of #DF8DAC
Black with #DF8DAC
Text Example
Text Example
White with #DF8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8DAC; }
p { color: rgb(223,141,172); }
H1.HeaderClassName
{
color: #DF8DAC;
}
.AnyTagClassName
{
color: #DF8DAC;
}
</style>
background-color css
<style>
a { background-color: #DF8DAC; }
a { background-color: rgb(223,141,172); }
div.DivClassName
{
background-color: #DF8DAC;
}
.BgClassName
{
background-color: #DF8DAC;
}
</style>
border-color css
<style>
span { border-color: #DF8DAC; }
span { border-color: rgb(223,141,172); }
td.TdClassName
{
border-color: #DF8DAC;
}
.TagClassName
{
border-color: #DF8DAC;
}
</style>