Shades of Kobi #DE8CAC
Tints of Kobi #DE8CAC
RGB
CMYK
RGB Variations
Color information
#DE8CAC (or 0xDE8CAC) is known color: Kobi. HEX triplet: DE, 8C and AC. RGB value is (222,140,172). Sum of RGB (Red+Green+Blue) = 222+140+172=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8CAC is #217353. Grayscale: #A8A8A8. Windows color (decimal): -2192212 or 11308254. OLE color: 11308254.
HSL color Cylindrical-coordinate representation of color #DE8CAC: hue angle of 336.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8CAC is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 172 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.13 |
| HSL | 336.59º | 0.55% | 0.71% | - |
| HSV(B) | 336.59º | 0.37% | 0.87% | - |
| XYZ | 46.95 | 37.26 | 43.75 | - |
| YUV | 168.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 172 | 0 | 0.37 | 0.23 | 0.13 | 336.59 | 0.55 | 0.71 |
| Hex | DE | 8C | AC | 0 | 25 | 17 | D | 151 | 37 | 47 |
| Octal | 336 | 214 | 254 | 0 | 45 | 27 | 15 | 521 | 67 | 107 |
| Binary | 11011110 | 10001100 | 10101100 | 0 | 100101 | 10111 | 1101 | 101010001 | 110111 | 1000111 |
Color Harmonies of #DE8CAC
Complementary color
Monochromatic Colors of #DE8CAC
Black with #DE8CAC
Text Example
Text Example
White with #DE8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8CAC; }
p { color: rgb(222,140,172); }
H1.HeaderClassName
{
color: #DE8CAC;
}
.AnyTagClassName
{
color: #DE8CAC;
}
</style>
background-color css
<style>
a { background-color: #DE8CAC; }
a { background-color: rgb(222,140,172); }
div.DivClassName
{
background-color: #DE8CAC;
}
.BgClassName
{
background-color: #DE8CAC;
}
</style>
border-color css
<style>
span { border-color: #DE8CAC; }
span { border-color: rgb(222,140,172); }
td.TdClassName
{
border-color: #DE8CAC;
}
.TagClassName
{
border-color: #DE8CAC;
}
</style>