Shades of Kobi #DE99A1
Tints of Kobi #DE99A1
RGB
CMYK
RGB Variations
Color information
#DE99A1 (or 0xDE99A1) is known color: Kobi. HEX triplet: DE, 99 and A1. RGB value is (222,153,161). Sum of RGB (Red+Green+Blue) = 222+153+161=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99A1 is #21665E. Grayscale: #AEAEAE. Windows color (decimal): -2188895 or 10590686. OLE color: 10590686.
HSL color Cylindrical-coordinate representation of color #DE99A1: hue angle of 353.04º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE99A1 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 161 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.13 |
| HSL | 353.04º | 0.51% | 0.74% | - |
| HSV(B) | 353.04º | 0.31% | 0.87% | - |
| XYZ | 47.95 | 40.89 | 39.08 | - |
| YUV | 174.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 161 | 0 | 0.31 | 0.27 | 0.13 | 353.04 | 0.51 | 0.74 |
| Hex | DE | 99 | A1 | 0 | 1F | 1B | D | 161 | 33 | 4A |
| Octal | 336 | 231 | 241 | 0 | 37 | 33 | 15 | 541 | 63 | 112 |
| Binary | 11011110 | 10011001 | 10100001 | 0 | 11111 | 11011 | 1101 | 101100001 | 110011 | 1001010 |
Color Harmonies of #DE99A1
Complementary color
Monochromatic Colors of #DE99A1
Black with #DE99A1
Text Example
Text Example
White with #DE99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99A1; }
p { color: rgb(222,153,161); }
H1.HeaderClassName
{
color: #DE99A1;
}
.AnyTagClassName
{
color: #DE99A1;
}
</style>
background-color css
<style>
a { background-color: #DE99A1; }
a { background-color: rgb(222,153,161); }
div.DivClassName
{
background-color: #DE99A1;
}
.BgClassName
{
background-color: #DE99A1;
}
</style>
border-color css
<style>
span { border-color: #DE99A1; }
span { border-color: rgb(222,153,161); }
td.TdClassName
{
border-color: #DE99A1;
}
.TagClassName
{
border-color: #DE99A1;
}
</style>