Shades of Kobi #DE86AD
Tints of Kobi #DE86AD
RGB
CMYK
RGB Variations
Color information
#DE86AD (or 0xDE86AD) is known color: Kobi. HEX triplet: DE, 86 and AD. RGB value is (222,134,173). Sum of RGB (Red+Green+Blue) = 222+134+173=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE86AD is #217952. Grayscale: #A4A4A4. Windows color (decimal): -2193747 or 11372254. OLE color: 11372254.
HSL color Cylindrical-coordinate representation of color #DE86AD: hue angle of 333.41º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE86AD is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 173 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.13 |
| HSL | 333.41º | 0.57% | 0.7% | - |
| HSV(B) | 333.41º | 0.4% | 0.87% | - |
| XYZ | 46.19 | 35.6 | 43.97 | - |
| YUV | 164.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 173 | 0 | 0.40 | 0.22 | 0.13 | 333.41 | 0.57 | 0.7 |
| Hex | DE | 86 | AD | 0 | 28 | 16 | D | 14D | 39 | 46 |
| Octal | 336 | 206 | 255 | 0 | 50 | 26 | 15 | 515 | 71 | 106 |
| Binary | 11011110 | 10000110 | 10101101 | 0 | 101000 | 10110 | 1101 | 101001101 | 111001 | 1000110 |
Color Harmonies of #DE86AD
Complementary color
Monochromatic Colors of #DE86AD
Black with #DE86AD
Text Example
Text Example
White with #DE86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE86AD; }
p { color: rgb(222,134,173); }
H1.HeaderClassName
{
color: #DE86AD;
}
.AnyTagClassName
{
color: #DE86AD;
}
</style>
background-color css
<style>
a { background-color: #DE86AD; }
a { background-color: rgb(222,134,173); }
div.DivClassName
{
background-color: #DE86AD;
}
.BgClassName
{
background-color: #DE86AD;
}
</style>
border-color css
<style>
span { border-color: #DE86AD; }
span { border-color: rgb(222,134,173); }
td.TdClassName
{
border-color: #DE86AD;
}
.TagClassName
{
border-color: #DE86AD;
}
</style>