Shades of Kobi #DF98AC
Tints of Kobi #DF98AC
RGB
CMYK
RGB Variations
Color information
#DF98AC (or 0xDF98AC) is known color: Kobi. HEX triplet: DF, 98 and AC. RGB value is (223,152,172). Sum of RGB (Red+Green+Blue) = 223+152+172=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF98AC is #206753. Grayscale: #AFAFAF. Windows color (decimal): -2123604 or 11311327. OLE color: 11311327.
HSL color Cylindrical-coordinate representation of color #DF98AC: hue angle of 343.1º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98AC is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 172 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.13 |
| HSL | 343.1º | 0.53% | 0.74% | - |
| HSV(B) | 343.1º | 0.32% | 0.87% | - |
| XYZ | 49.11 | 41.12 | 44.38 | - |
| YUV | 175.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 172 | 0 | 0.32 | 0.23 | 0.13 | 343.1 | 0.53 | 0.74 |
| Hex | DF | 98 | AC | 0 | 20 | 17 | D | 157 | 35 | 4A |
| Octal | 337 | 230 | 254 | 0 | 40 | 27 | 15 | 527 | 65 | 112 |
| Binary | 11011111 | 10011000 | 10101100 | 0 | 100000 | 10111 | 1101 | 101010111 | 110101 | 1001010 |
Color Harmonies of #DF98AC
Complementary color
Monochromatic Colors of #DF98AC
Black with #DF98AC
Text Example
Text Example
White with #DF98AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98AC; }
p { color: rgb(223,152,172); }
H1.HeaderClassName
{
color: #DF98AC;
}
.AnyTagClassName
{
color: #DF98AC;
}
</style>
background-color css
<style>
a { background-color: #DF98AC; }
a { background-color: rgb(223,152,172); }
div.DivClassName
{
background-color: #DF98AC;
}
.BgClassName
{
background-color: #DF98AC;
}
</style>
border-color css
<style>
span { border-color: #DF98AC; }
span { border-color: rgb(223,152,172); }
td.TdClassName
{
border-color: #DF98AC;
}
.TagClassName
{
border-color: #DF98AC;
}
</style>