Shades of Kobi #DE9CB4
Tints of Kobi #DE9CB4
RGB
CMYK
RGB Variations
Color information
#DE9CB4 (or 0xDE9CB4) is known color: Kobi. HEX triplet: DE, 9C and B4. RGB value is (222,156,180). Sum of RGB (Red+Green+Blue) = 222+156+180=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CB4 is #21634B. Grayscale: #B2B2B2. Windows color (decimal): -2188108 or 11836638. OLE color: 11836638.
HSL color Cylindrical-coordinate representation of color #DE9CB4: hue angle of 338.18º 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 #DE9CB4 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 180 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.13 |
| HSL | 338.18º | 0.5% | 0.74% | - |
| HSV(B) | 338.18º | 0.3% | 0.87% | - |
| XYZ | 50.25 | 42.6 | 48.75 | - |
| YUV | 178.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 180 | 0 | 0.30 | 0.19 | 0.13 | 338.18 | 0.5 | 0.74 |
| Hex | DE | 9C | B4 | 0 | 1E | 13 | D | 152 | 32 | 4A |
| Octal | 336 | 234 | 264 | 0 | 36 | 23 | 15 | 522 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10110100 | 0 | 11110 | 10011 | 1101 | 101010010 | 110010 | 1001010 |
Color Harmonies of #DE9CB4
Complementary color
Monochromatic Colors of #DE9CB4
Black with #DE9CB4
Text Example
Text Example
White with #DE9CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CB4; }
p { color: rgb(222,156,180); }
H1.HeaderClassName
{
color: #DE9CB4;
}
.AnyTagClassName
{
color: #DE9CB4;
}
</style>
background-color css
<style>
a { background-color: #DE9CB4; }
a { background-color: rgb(222,156,180); }
div.DivClassName
{
background-color: #DE9CB4;
}
.BgClassName
{
background-color: #DE9CB4;
}
</style>
border-color css
<style>
span { border-color: #DE9CB4; }
span { border-color: rgb(222,156,180); }
td.TdClassName
{
border-color: #DE9CB4;
}
.TagClassName
{
border-color: #DE9CB4;
}
</style>