Shades of Kobi #DE8CAA
Tints of Kobi #DE8CAA
RGB
CMYK
RGB Variations
Color information
#DE8CAA (or 0xDE8CAA) is known color: Kobi. HEX triplet: DE, 8C and AA. RGB value is (222,140,170). Sum of RGB (Red+Green+Blue) = 222+140+170=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8CAA is #217355. Grayscale: #A7A7A7. Windows color (decimal): -2192214 or 11177182. OLE color: 11177182.
HSL color Cylindrical-coordinate representation of color #DE8CAA: hue angle of 338.05º 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 #DE8CAA is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 170 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.13 |
| HSL | 338.05º | 0.55% | 0.71% | - |
| HSV(B) | 338.05º | 0.37% | 0.87% | - |
| XYZ | 46.76 | 37.19 | 42.74 | - |
| YUV | 167.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 170 | 0 | 0.37 | 0.23 | 0.13 | 338.05 | 0.55 | 0.71 |
| Hex | DE | 8C | AA | 0 | 25 | 17 | D | 152 | 37 | 47 |
| Octal | 336 | 214 | 252 | 0 | 45 | 27 | 15 | 522 | 67 | 107 |
| Binary | 11011110 | 10001100 | 10101010 | 0 | 100101 | 10111 | 1101 | 101010010 | 110111 | 1000111 |
Color Harmonies of #DE8CAA
Complementary color
Monochromatic Colors of #DE8CAA
Black with #DE8CAA
Text Example
Text Example
White with #DE8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8CAA; }
p { color: rgb(222,140,170); }
H1.HeaderClassName
{
color: #DE8CAA;
}
.AnyTagClassName
{
color: #DE8CAA;
}
</style>
background-color css
<style>
a { background-color: #DE8CAA; }
a { background-color: rgb(222,140,170); }
div.DivClassName
{
background-color: #DE8CAA;
}
.BgClassName
{
background-color: #DE8CAA;
}
</style>
border-color css
<style>
span { border-color: #DE8CAA; }
span { border-color: rgb(222,140,170); }
td.TdClassName
{
border-color: #DE8CAA;
}
.TagClassName
{
border-color: #DE8CAA;
}
</style>