Shades of Kobi #DE9CB5
Tints of Kobi #DE9CB5
RGB
CMYK
RGB Variations
Color information
#DE9CB5 (or 0xDE9CB5) is known color: Kobi. HEX triplet: DE, 9C and B5. RGB value is (222,156,181). Sum of RGB (Red+Green+Blue) = 222+156+181=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CB5 is #21634A. Grayscale: #B2B2B2. Windows color (decimal): -2188107 or 11902174. OLE color: 11902174.
HSL color Cylindrical-coordinate representation of color #DE9CB5: hue angle of 337.27º 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 #DE9CB5 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 181 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.13 |
| HSL | 337.27º | 0.5% | 0.74% | - |
| HSV(B) | 337.27º | 0.3% | 0.87% | - |
| XYZ | 50.35 | 42.64 | 49.29 | - |
| YUV | 178.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 181 | 0 | 0.30 | 0.18 | 0.13 | 337.27 | 0.5 | 0.74 |
| Hex | DE | 9C | B5 | 0 | 1E | 12 | D | 151 | 32 | 4A |
| Octal | 336 | 234 | 265 | 0 | 36 | 22 | 15 | 521 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10110101 | 0 | 11110 | 10010 | 1101 | 101010001 | 110010 | 1001010 |
Color Harmonies of #DE9CB5
Complementary color
Monochromatic Colors of #DE9CB5
Black with #DE9CB5
Text Example
Text Example
White with #DE9CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CB5; }
p { color: rgb(222,156,181); }
H1.HeaderClassName
{
color: #DE9CB5;
}
.AnyTagClassName
{
color: #DE9CB5;
}
</style>
background-color css
<style>
a { background-color: #DE9CB5; }
a { background-color: rgb(222,156,181); }
div.DivClassName
{
background-color: #DE9CB5;
}
.BgClassName
{
background-color: #DE9CB5;
}
</style>
border-color css
<style>
span { border-color: #DE9CB5; }
span { border-color: rgb(222,156,181); }
td.TdClassName
{
border-color: #DE9CB5;
}
.TagClassName
{
border-color: #DE9CB5;
}
</style>