Shades of Kobi #DE9EAB
Tints of Kobi #DE9EAB
RGB
CMYK
RGB Variations
Color information
#DE9EAB (or 0xDE9EAB) is known color: Kobi. HEX triplet: DE, 9E and AB. RGB value is (222,158,171). Sum of RGB (Red+Green+Blue) = 222+158+171=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9EAB is #216154. Grayscale: #B2B2B2. Windows color (decimal): -2187605 or 11247326. OLE color: 11247326.
HSL color Cylindrical-coordinate representation of color #DE9EAB: hue angle of 347.81º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9EAB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 171 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.13 |
| HSL | 347.81º | 0.49% | 0.75% | - |
| HSV(B) | 347.81º | 0.29% | 0.87% | - |
| XYZ | 49.7 | 42.92 | 44.19 | - |
| YUV | 178.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 171 | 0 | 0.29 | 0.23 | 0.13 | 347.81 | 0.49 | 0.75 |
| Hex | DE | 9E | AB | 0 | 1D | 17 | D | 15C | 31 | 4B |
| Octal | 336 | 236 | 253 | 0 | 35 | 27 | 15 | 534 | 61 | 113 |
| Binary | 11011110 | 10011110 | 10101011 | 0 | 11101 | 10111 | 1101 | 101011100 | 110001 | 1001011 |
Color Harmonies of #DE9EAB
Complementary color
Monochromatic Colors of #DE9EAB
Black with #DE9EAB
Text Example
Text Example
White with #DE9EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EAB; }
p { color: rgb(222,158,171); }
H1.HeaderClassName
{
color: #DE9EAB;
}
.AnyTagClassName
{
color: #DE9EAB;
}
</style>
background-color css
<style>
a { background-color: #DE9EAB; }
a { background-color: rgb(222,158,171); }
div.DivClassName
{
background-color: #DE9EAB;
}
.BgClassName
{
background-color: #DE9EAB;
}
</style>
border-color css
<style>
span { border-color: #DE9EAB; }
span { border-color: rgb(222,158,171); }
td.TdClassName
{
border-color: #DE9EAB;
}
.TagClassName
{
border-color: #DE9EAB;
}
</style>