Shades of Kobi #DE9BB1
Tints of Kobi #DE9BB1
RGB
CMYK
RGB Variations
Color information
#DE9BB1 (or 0xDE9BB1) is known color: Kobi. HEX triplet: DE, 9B and B1. RGB value is (222,155,177). Sum of RGB (Red+Green+Blue) = 222+155+177=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9BB1 is #21644E. Grayscale: #B1B1B1. Windows color (decimal): -2188367 or 11639774. OLE color: 11639774.
HSL color Cylindrical-coordinate representation of color #DE9BB1: hue angle of 340.3º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9BB1 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 177 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.13 |
| HSL | 340.3º | 0.5% | 0.74% | - |
| HSV(B) | 340.3º | 0.3% | 0.87% | - |
| XYZ | 49.78 | 42.15 | 47.11 | - |
| YUV | 177.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 177 | 0 | 0.30 | 0.20 | 0.13 | 340.3 | 0.5 | 0.74 |
| Hex | DE | 9B | B1 | 0 | 1E | 14 | D | 154 | 32 | 4A |
| Octal | 336 | 233 | 261 | 0 | 36 | 24 | 15 | 524 | 62 | 112 |
| Binary | 11011110 | 10011011 | 10110001 | 0 | 11110 | 10100 | 1101 | 101010100 | 110010 | 1001010 |
Color Harmonies of #DE9BB1
Complementary color
Monochromatic Colors of #DE9BB1
Black with #DE9BB1
Text Example
Text Example
White with #DE9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BB1; }
p { color: rgb(222,155,177); }
H1.HeaderClassName
{
color: #DE9BB1;
}
.AnyTagClassName
{
color: #DE9BB1;
}
</style>
background-color css
<style>
a { background-color: #DE9BB1; }
a { background-color: rgb(222,155,177); }
div.DivClassName
{
background-color: #DE9BB1;
}
.BgClassName
{
background-color: #DE9BB1;
}
</style>
border-color css
<style>
span { border-color: #DE9BB1; }
span { border-color: rgb(222,155,177); }
td.TdClassName
{
border-color: #DE9BB1;
}
.TagClassName
{
border-color: #DE9BB1;
}
</style>