Shades of Prim #E3D7DB
Tints of Prim #E3D7DB
RGB
CMYK
RGB Variations
Color information
#E3D7DB (or 0xE3D7DB) is known color: Prim. HEX triplet: E3, D7 and DB. RGB value is (227,215,219). Sum of RGB (Red+Green+Blue) = 227+215+219=661 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.34% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D7DB is #1C2824. Grayscale: #DBDBDB. Windows color (decimal): -1845285 or 14407651. OLE color: 14407651.
HSL color Cylindrical-coordinate representation of color #E3D7DB: hue angle of 340º degrees, saturation: 0.18, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E3D7DB is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 215 | 219 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.11 |
| HSL | 340º | 0.18% | 0.87% | - |
| HSV(B) | 340º | 0.05% | 0.89% | - |
| XYZ | 68.77 | 70.05 | 76.91 | - |
| YUV | 219.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 219 | 0 | 0.05 | 0.04 | 0.11 | 340 | 0.18 | 0.87 |
| Hex | E3 | D7 | DB | 0 | 5 | 4 | B | 154 | 12 | 57 |
| Octal | 343 | 327 | 333 | 0 | 5 | 4 | 13 | 524 | 22 | 127 |
| Binary | 11100011 | 11010111 | 11011011 | 0 | 101 | 100 | 1011 | 101010100 | 10010 | 1010111 |
Color Harmonies of #E3D7DB
Complementary color
Monochromatic Colors of #E3D7DB
Black with #E3D7DB
Text Example
Text Example
White with #E3D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D7DB; }
p { color: rgb(227,215,219); }
H1.HeaderClassName
{
color: #E3D7DB;
}
.AnyTagClassName
{
color: #E3D7DB;
}
</style>
background-color css
<style>
a { background-color: #E3D7DB; }
a { background-color: rgb(227,215,219); }
div.DivClassName
{
background-color: #E3D7DB;
}
.BgClassName
{
background-color: #E3D7DB;
}
</style>
border-color css
<style>
span { border-color: #E3D7DB; }
span { border-color: rgb(227,215,219); }
td.TdClassName
{
border-color: #E3D7DB;
}
.TagClassName
{
border-color: #E3D7DB;
}
</style>