Shades of Kobi #DE9EA9
Tints of Kobi #DE9EA9
RGB
CMYK
RGB Variations
Color information
#DE9EA9 (or 0xDE9EA9) is known color: Kobi. HEX triplet: DE, 9E and A9. RGB value is (222,158,169). Sum of RGB (Red+Green+Blue) = 222+158+169=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9EA9 is #216156. Grayscale: #B2B2B2. Windows color (decimal): -2187607 or 11116254. OLE color: 11116254.
HSL color Cylindrical-coordinate representation of color #DE9EA9: hue angle of 349.69º 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 #DE9EA9 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 169 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.13 |
| HSL | 349.69º | 0.49% | 0.75% | - |
| HSV(B) | 349.69º | 0.29% | 0.87% | - |
| XYZ | 49.51 | 42.85 | 43.2 | - |
| YUV | 178.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 169 | 0 | 0.29 | 0.24 | 0.13 | 349.69 | 0.49 | 0.75 |
| Hex | DE | 9E | A9 | 0 | 1D | 18 | D | 15E | 31 | 4B |
| Octal | 336 | 236 | 251 | 0 | 35 | 30 | 15 | 536 | 61 | 113 |
| Binary | 11011110 | 10011110 | 10101001 | 0 | 11101 | 11000 | 1101 | 101011110 | 110001 | 1001011 |
Color Harmonies of #DE9EA9
Complementary color
Monochromatic Colors of #DE9EA9
Black with #DE9EA9
Text Example
Text Example
White with #DE9EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EA9; }
p { color: rgb(222,158,169); }
H1.HeaderClassName
{
color: #DE9EA9;
}
.AnyTagClassName
{
color: #DE9EA9;
}
</style>
background-color css
<style>
a { background-color: #DE9EA9; }
a { background-color: rgb(222,158,169); }
div.DivClassName
{
background-color: #DE9EA9;
}
.BgClassName
{
background-color: #DE9EA9;
}
</style>
border-color css
<style>
span { border-color: #DE9EA9; }
span { border-color: rgb(222,158,169); }
td.TdClassName
{
border-color: #DE9EA9;
}
.TagClassName
{
border-color: #DE9EA9;
}
</style>