Shades of Kobi #DE9DB0
Tints of Kobi #DE9DB0
RGB
CMYK
RGB Variations
Color information
#DE9DB0 (or 0xDE9DB0) is known color: Kobi. HEX triplet: DE, 9D and B0. RGB value is (222,157,176). Sum of RGB (Red+Green+Blue) = 222+157+176=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9DB0 is #21624F. Grayscale: #B2B2B2. Windows color (decimal): -2187856 or 11574750. OLE color: 11574750.
HSL color Cylindrical-coordinate representation of color #DE9DB0: hue angle of 342.46º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DB0 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 176 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.13 |
| HSL | 342.46º | 0.5% | 0.74% | - |
| HSV(B) | 342.46º | 0.29% | 0.87% | - |
| XYZ | 50.02 | 42.78 | 46.7 | - |
| YUV | 178.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 176 | 0 | 0.29 | 0.21 | 0.13 | 342.46 | 0.5 | 0.74 |
| Hex | DE | 9D | B0 | 0 | 1D | 15 | D | 156 | 32 | 4A |
| Octal | 336 | 235 | 260 | 0 | 35 | 25 | 15 | 526 | 62 | 112 |
| Binary | 11011110 | 10011101 | 10110000 | 0 | 11101 | 10101 | 1101 | 101010110 | 110010 | 1001010 |
Color Harmonies of #DE9DB0
Complementary color
Monochromatic Colors of #DE9DB0
Black with #DE9DB0
Text Example
Text Example
White with #DE9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DB0; }
p { color: rgb(222,157,176); }
H1.HeaderClassName
{
color: #DE9DB0;
}
.AnyTagClassName
{
color: #DE9DB0;
}
</style>
background-color css
<style>
a { background-color: #DE9DB0; }
a { background-color: rgb(222,157,176); }
div.DivClassName
{
background-color: #DE9DB0;
}
.BgClassName
{
background-color: #DE9DB0;
}
</style>
border-color css
<style>
span { border-color: #DE9DB0; }
span { border-color: rgb(222,157,176); }
td.TdClassName
{
border-color: #DE9DB0;
}
.TagClassName
{
border-color: #DE9DB0;
}
</style>