Shades of Kobi #DE8EAD
Tints of Kobi #DE8EAD
RGB
CMYK
RGB Variations
Color information
#DE8EAD (or 0xDE8EAD) is known color: Kobi. HEX triplet: DE, 8E and AD. RGB value is (222,142,173). Sum of RGB (Red+Green+Blue) = 222+142+173=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8EAD is #217152. Grayscale: #A9A9A9. Windows color (decimal): -2191699 or 11374302. OLE color: 11374302.
HSL color Cylindrical-coordinate representation of color #DE8EAD: hue angle of 336.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8EAD is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 173 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.13 |
| HSL | 336.75º | 0.55% | 0.71% | - |
| HSV(B) | 336.75º | 0.36% | 0.87% | - |
| XYZ | 47.34 | 37.89 | 44.35 | - |
| YUV | 169.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 173 | 0 | 0.36 | 0.22 | 0.13 | 336.75 | 0.55 | 0.71 |
| Hex | DE | 8E | AD | 0 | 24 | 16 | D | 151 | 37 | 47 |
| Octal | 336 | 216 | 255 | 0 | 44 | 26 | 15 | 521 | 67 | 107 |
| Binary | 11011110 | 10001110 | 10101101 | 0 | 100100 | 10110 | 1101 | 101010001 | 110111 | 1000111 |
Color Harmonies of #DE8EAD
Complementary color
Monochromatic Colors of #DE8EAD
Black with #DE8EAD
Text Example
Text Example
White with #DE8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8EAD; }
p { color: rgb(222,142,173); }
H1.HeaderClassName
{
color: #DE8EAD;
}
.AnyTagClassName
{
color: #DE8EAD;
}
</style>
background-color css
<style>
a { background-color: #DE8EAD; }
a { background-color: rgb(222,142,173); }
div.DivClassName
{
background-color: #DE8EAD;
}
.BgClassName
{
background-color: #DE8EAD;
}
</style>
border-color css
<style>
span { border-color: #DE8EAD; }
span { border-color: rgb(222,142,173); }
td.TdClassName
{
border-color: #DE8EAD;
}
.TagClassName
{
border-color: #DE8EAD;
}
</style>