Shades of Kobi #DF8EA8
Tints of Kobi #DF8EA8
RGB
CMYK
RGB Variations
Color information
#DF8EA8 (or 0xDF8EA8) is known color: Kobi. HEX triplet: DF, 8E and A8. RGB value is (223,142,168). Sum of RGB (Red+Green+Blue) = 223+142+168=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8EA8 is #207157. Grayscale: #A9A9A9. Windows color (decimal): -2126168 or 11046623. OLE color: 11046623.
HSL color Cylindrical-coordinate representation of color #DF8EA8: hue angle of 340.74º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8EA8 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 168 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.13 |
| HSL | 340.74º | 0.56% | 0.72% | - |
| HSV(B) | 340.74º | 0.36% | 0.87% | - |
| XYZ | 47.17 | 37.86 | 41.87 | - |
| YUV | 169.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 168 | 0 | 0.36 | 0.25 | 0.13 | 340.74 | 0.56 | 0.72 |
| Hex | DF | 8E | A8 | 0 | 24 | 19 | D | 155 | 38 | 48 |
| Octal | 337 | 216 | 250 | 0 | 44 | 31 | 15 | 525 | 70 | 110 |
| Binary | 11011111 | 10001110 | 10101000 | 0 | 100100 | 11001 | 1101 | 101010101 | 111000 | 1001000 |
Color Harmonies of #DF8EA8
Complementary color
Monochromatic Colors of #DF8EA8
Black with #DF8EA8
Text Example
Text Example
White with #DF8EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EA8; }
p { color: rgb(223,142,168); }
H1.HeaderClassName
{
color: #DF8EA8;
}
.AnyTagClassName
{
color: #DF8EA8;
}
</style>
background-color css
<style>
a { background-color: #DF8EA8; }
a { background-color: rgb(223,142,168); }
div.DivClassName
{
background-color: #DF8EA8;
}
.BgClassName
{
background-color: #DF8EA8;
}
</style>
border-color css
<style>
span { border-color: #DF8EA8; }
span { border-color: rgb(223,142,168); }
td.TdClassName
{
border-color: #DF8EA8;
}
.TagClassName
{
border-color: #DF8EA8;
}
</style>