Shades of Kobi #DF8EA0
Tints of Kobi #DF8EA0
RGB
CMYK
RGB Variations
Color information
#DF8EA0 (or 0xDF8EA0) is known color: Kobi. HEX triplet: DF, 8E and A0. RGB value is (223,142,160). Sum of RGB (Red+Green+Blue) = 223+142+160=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8EA0 is #20715F. Grayscale: #A8A8A8. Windows color (decimal): -2126176 or 10522335. OLE color: 10522335.
HSL color Cylindrical-coordinate representation of color #DF8EA0: hue angle of 346.67º 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 #DF8EA0 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 160 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.13 |
| HSL | 346.67º | 0.56% | 0.72% | - |
| HSV(B) | 346.67º | 0.36% | 0.87% | - |
| XYZ | 46.45 | 37.57 | 38.06 | - |
| YUV | 168.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 160 | 0 | 0.36 | 0.28 | 0.13 | 346.67 | 0.56 | 0.72 |
| Hex | DF | 8E | A0 | 0 | 24 | 1C | D | 15B | 38 | 48 |
| Octal | 337 | 216 | 240 | 0 | 44 | 34 | 15 | 533 | 70 | 110 |
| Binary | 11011111 | 10001110 | 10100000 | 0 | 100100 | 11100 | 1101 | 101011011 | 111000 | 1001000 |
Color Harmonies of #DF8EA0
Complementary color
Monochromatic Colors of #DF8EA0
Black with #DF8EA0
Text Example
Text Example
White with #DF8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8EA0; }
p { color: rgb(223,142,160); }
H1.HeaderClassName
{
color: #DF8EA0;
}
.AnyTagClassName
{
color: #DF8EA0;
}
</style>
background-color css
<style>
a { background-color: #DF8EA0; }
a { background-color: rgb(223,142,160); }
div.DivClassName
{
background-color: #DF8EA0;
}
.BgClassName
{
background-color: #DF8EA0;
}
</style>
border-color css
<style>
span { border-color: #DF8EA0; }
span { border-color: rgb(223,142,160); }
td.TdClassName
{
border-color: #DF8EA0;
}
.TagClassName
{
border-color: #DF8EA0;
}
</style>