Shades of Kobi #DE9CAA
Tints of Kobi #DE9CAA
RGB
CMYK
RGB Variations
Color information
#DE9CAA (or 0xDE9CAA) is known color: Kobi. HEX triplet: DE, 9C and AA. RGB value is (222,156,170). Sum of RGB (Red+Green+Blue) = 222+156+170=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CAA is #216355. Grayscale: #B1B1B1. Windows color (decimal): -2188118 or 11181278. OLE color: 11181278.
HSL color Cylindrical-coordinate representation of color #DE9CAA: hue angle of 347.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 #DE9CAA is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 170 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.13 |
| HSL | 347.27º | 0.5% | 0.74% | - |
| HSV(B) | 347.27º | 0.3% | 0.87% | - |
| XYZ | 49.27 | 42.21 | 43.58 | - |
| YUV | 177.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 170 | 0 | 0.30 | 0.23 | 0.13 | 347.27 | 0.5 | 0.74 |
| Hex | DE | 9C | AA | 0 | 1E | 17 | D | 15B | 32 | 4A |
| Octal | 336 | 234 | 252 | 0 | 36 | 27 | 15 | 533 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10101010 | 0 | 11110 | 10111 | 1101 | 101011011 | 110010 | 1001010 |
Color Harmonies of #DE9CAA
Complementary color
Monochromatic Colors of #DE9CAA
Black with #DE9CAA
Text Example
Text Example
White with #DE9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CAA; }
p { color: rgb(222,156,170); }
H1.HeaderClassName
{
color: #DE9CAA;
}
.AnyTagClassName
{
color: #DE9CAA;
}
</style>
background-color css
<style>
a { background-color: #DE9CAA; }
a { background-color: rgb(222,156,170); }
div.DivClassName
{
background-color: #DE9CAA;
}
.BgClassName
{
background-color: #DE9CAA;
}
</style>
border-color css
<style>
span { border-color: #DE9CAA; }
span { border-color: rgb(222,156,170); }
td.TdClassName
{
border-color: #DE9CAA;
}
.TagClassName
{
border-color: #DE9CAA;
}
</style>