Shades of Kobi #DE98A1
Tints of Kobi #DE98A1
RGB
CMYK
RGB Variations
Color information
#DE98A1 (or 0xDE98A1) is known color: Kobi. HEX triplet: DE, 98 and A1. RGB value is (222,152,161). Sum of RGB (Red+Green+Blue) = 222+152+161=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE98A1 is #21675E. Grayscale: #ADADAD. Windows color (decimal): -2189151 or 10590430. OLE color: 10590430.
HSL color Cylindrical-coordinate representation of color #DE98A1: hue angle of 352.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98A1 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 161 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.13 |
| HSL | 352.29º | 0.51% | 0.73% | - |
| HSV(B) | 352.29º | 0.32% | 0.87% | - |
| XYZ | 47.79 | 40.56 | 39.03 | - |
| YUV | 173.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 161 | 0 | 0.32 | 0.27 | 0.13 | 352.29 | 0.51 | 0.73 |
| Hex | DE | 98 | A1 | 0 | 20 | 1B | D | 160 | 33 | 49 |
| Octal | 336 | 230 | 241 | 0 | 40 | 33 | 15 | 540 | 63 | 111 |
| Binary | 11011110 | 10011000 | 10100001 | 0 | 100000 | 11011 | 1101 | 101100000 | 110011 | 1001001 |
Color Harmonies of #DE98A1
Complementary color
Monochromatic Colors of #DE98A1
Black with #DE98A1
Text Example
Text Example
White with #DE98A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98A1; }
p { color: rgb(222,152,161); }
H1.HeaderClassName
{
color: #DE98A1;
}
.AnyTagClassName
{
color: #DE98A1;
}
</style>
background-color css
<style>
a { background-color: #DE98A1; }
a { background-color: rgb(222,152,161); }
div.DivClassName
{
background-color: #DE98A1;
}
.BgClassName
{
background-color: #DE98A1;
}
</style>
border-color css
<style>
span { border-color: #DE98A1; }
span { border-color: rgb(222,152,161); }
td.TdClassName
{
border-color: #DE98A1;
}
.TagClassName
{
border-color: #DE98A1;
}
</style>