Shades of Prim #E1DBDD
Tints of Prim #E1DBDD
RGB
CMYK
RGB Variations
Color information
#E1DBDD (or 0xE1DBDD) is known color: Prim. HEX triplet: E1, DB and DD. RGB value is (225,219,221). Sum of RGB (Red+Green+Blue) = 225+219+221=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDD is #1E2422. Grayscale: #DDDDDD. Windows color (decimal): -1975331 or 14539745. OLE color: 14539745.
HSL color Cylindrical-coordinate representation of color #E1DBDD: hue angle of 340º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DBDD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 221 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.12 |
| HSL | 340º | 0.09% | 0.87% | - |
| HSV(B) | 340º | 0.03% | 0.88% | - |
| XYZ | 69.43 | 71.89 | 78.62 | - |
| YUV | 221.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 221 | 0 | 0.03 | 0.02 | 0.12 | 340 | 0.09 | 0.87 |
| Hex | E1 | DB | DD | 0 | 3 | 2 | C | 154 | 9 | 57 |
| Octal | 341 | 333 | 335 | 0 | 3 | 2 | 14 | 524 | 11 | 127 |
| Binary | 11100001 | 11011011 | 11011101 | 0 | 11 | 10 | 1100 | 101010100 | 1001 | 1010111 |
Color Harmonies of #E1DBDD
Complementary color
Monochromatic Colors of #E1DBDD
Black with #E1DBDD
Text Example
Text Example
White with #E1DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBDD; }
p { color: rgb(225,219,221); }
H1.HeaderClassName
{
color: #E1DBDD;
}
.AnyTagClassName
{
color: #E1DBDD;
}
</style>
background-color css
<style>
a { background-color: #E1DBDD; }
a { background-color: rgb(225,219,221); }
div.DivClassName
{
background-color: #E1DBDD;
}
.BgClassName
{
background-color: #E1DBDD;
}
</style>
border-color css
<style>
span { border-color: #E1DBDD; }
span { border-color: rgb(225,219,221); }
td.TdClassName
{
border-color: #E1DBDD;
}
.TagClassName
{
border-color: #E1DBDD;
}
</style>