Shades of Kobi #DF96A7
Tints of Kobi #DF96A7
RGB
CMYK
RGB Variations
Color information
#DF96A7 (or 0xDF96A7) is known color: Kobi. HEX triplet: DF, 96 and A7. RGB value is (223,150,167). Sum of RGB (Red+Green+Blue) = 223+150+167=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96A7 is #206958. Grayscale: #ADADAD. Windows color (decimal): -2124121 or 10983135. OLE color: 10983135.
HSL color Cylindrical-coordinate representation of color #DF96A7: hue angle of 346.03º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96A7 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 167 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.13 |
| HSL | 346.03º | 0.53% | 0.73% | - |
| HSV(B) | 346.03º | 0.33% | 0.87% | - |
| XYZ | 48.31 | 40.29 | 41.79 | - |
| YUV | 173.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 167 | 0 | 0.33 | 0.25 | 0.13 | 346.03 | 0.53 | 0.73 |
| Hex | DF | 96 | A7 | 0 | 21 | 19 | D | 15A | 35 | 49 |
| Octal | 337 | 226 | 247 | 0 | 41 | 31 | 15 | 532 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10100111 | 0 | 100001 | 11001 | 1101 | 101011010 | 110101 | 1001001 |
Color Harmonies of #DF96A7
Complementary color
Monochromatic Colors of #DF96A7
Black with #DF96A7
Text Example
Text Example
White with #DF96A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96A7; }
p { color: rgb(223,150,167); }
H1.HeaderClassName
{
color: #DF96A7;
}
.AnyTagClassName
{
color: #DF96A7;
}
</style>
background-color css
<style>
a { background-color: #DF96A7; }
a { background-color: rgb(223,150,167); }
div.DivClassName
{
background-color: #DF96A7;
}
.BgClassName
{
background-color: #DF96A7;
}
</style>
border-color css
<style>
span { border-color: #DF96A7; }
span { border-color: rgb(223,150,167); }
td.TdClassName
{
border-color: #DF96A7;
}
.TagClassName
{
border-color: #DF96A7;
}
</style>