Shades of Kobi #DE9EB5
Tints of Kobi #DE9EB5
RGB
CMYK
RGB Variations
Color information
#DE9EB5 (or 0xDE9EB5) is known color: Kobi. HEX triplet: DE, 9E and B5. RGB value is (222,158,181). Sum of RGB (Red+Green+Blue) = 222+158+181=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EB5 is #21614A. Grayscale: #B3B3B3. Windows color (decimal): -2187595 or 11902686. OLE color: 11902686.
HSL color Cylindrical-coordinate representation of color #DE9EB5: hue angle of 338.44º 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 #DE9EB5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 158 | 181 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.13 |
| HSL | 338.44º | 0.49% | 0.75% | - |
| HSV(B) | 338.44º | 0.29% | 0.87% | - |
| XYZ | 50.69 | 43.32 | 49.41 | - |
| YUV | 179.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 181 | 0 | 0.29 | 0.18 | 0.13 | 338.44 | 0.49 | 0.75 |
| Hex | DE | 9E | B5 | 0 | 1D | 12 | D | 152 | 31 | 4B |
| Octal | 336 | 236 | 265 | 0 | 35 | 22 | 15 | 522 | 61 | 113 |
| Binary | 11011110 | 10011110 | 10110101 | 0 | 11101 | 10010 | 1101 | 101010010 | 110001 | 1001011 |
Color Harmonies of #DE9EB5
Complementary color
Monochromatic Colors of #DE9EB5
Black with #DE9EB5
Text Example
Text Example
White with #DE9EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EB5; }
p { color: rgb(222,158,181); }
H1.HeaderClassName
{
color: #DE9EB5;
}
.AnyTagClassName
{
color: #DE9EB5;
}
</style>
background-color css
<style>
a { background-color: #DE9EB5; }
a { background-color: rgb(222,158,181); }
div.DivClassName
{
background-color: #DE9EB5;
}
.BgClassName
{
background-color: #DE9EB5;
}
</style>
border-color css
<style>
span { border-color: #DE9EB5; }
span { border-color: rgb(222,158,181); }
td.TdClassName
{
border-color: #DE9EB5;
}
.TagClassName
{
border-color: #DE9EB5;
}
</style>