Shades of Kobi #E19DAB
Tints of Kobi #E19DAB
RGB
CMYK
RGB Variations
Color information
#E19DAB (or 0xE19DAB) is known color: Kobi. HEX triplet: E1, 9D and AB. RGB value is (225,157,171). Sum of RGB (Red+Green+Blue) = 225+157+171=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DAB is #1E6254. Grayscale: #B2B2B2. Windows color (decimal): -1991253 or 11247073. OLE color: 11247073.
HSL color Cylindrical-coordinate representation of color #E19DAB: hue angle of 347.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DAB is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 171 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.12 |
| HSL | 347.65º | 0.53% | 0.75% | - |
| HSV(B) | 347.65º | 0.3% | 0.88% | - |
| XYZ | 50.46 | 43.06 | 44.18 | - |
| YUV | 178.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 171 | 0 | 0.30 | 0.24 | 0.12 | 347.65 | 0.53 | 0.75 |
| Hex | E1 | 9D | AB | 0 | 1E | 18 | C | 15C | 35 | 4B |
| Octal | 341 | 235 | 253 | 0 | 36 | 30 | 14 | 534 | 65 | 113 |
| Binary | 11100001 | 10011101 | 10101011 | 0 | 11110 | 11000 | 1100 | 101011100 | 110101 | 1001011 |
Color Harmonies of #E19DAB
Complementary color
Monochromatic Colors of #E19DAB
Black with #E19DAB
Text Example
Text Example
White with #E19DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19DAB; }
p { color: rgb(225,157,171); }
H1.HeaderClassName
{
color: #E19DAB;
}
.AnyTagClassName
{
color: #E19DAB;
}
</style>
background-color css
<style>
a { background-color: #E19DAB; }
a { background-color: rgb(225,157,171); }
div.DivClassName
{
background-color: #E19DAB;
}
.BgClassName
{
background-color: #E19DAB;
}
</style>
border-color css
<style>
span { border-color: #E19DAB; }
span { border-color: rgb(225,157,171); }
td.TdClassName
{
border-color: #E19DAB;
}
.TagClassName
{
border-color: #E19DAB;
}
</style>