Shades of Prim #E1DBDE
Tints of Prim #E1DBDE
RGB
CMYK
RGB Variations
Color information
#E1DBDE (or 0xE1DBDE) is known color: Prim. HEX triplet: E1, DB and DE. RGB value is (225,219,222). Sum of RGB (Red+Green+Blue) = 225+219+222=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDE is #1E2421. Grayscale: #DDDDDD. Windows color (decimal): -1975330 or 14605281. OLE color: 14605281.
HSL color Cylindrical-coordinate representation of color #E1DBDE: hue angle of 330º 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 #E1DBDE is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 222 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.12 |
| HSL | 330º | 0.09% | 0.87% | - |
| HSV(B) | 330º | 0.03% | 0.88% | - |
| XYZ | 69.57 | 71.94 | 79.33 | - |
| YUV | 221.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 222 | 0 | 0.03 | 0.01 | 0.12 | 330 | 0.09 | 0.87 |
| Hex | E1 | DB | DE | 0 | 3 | 1 | C | 14A | 9 | 57 |
| Octal | 341 | 333 | 336 | 0 | 3 | 1 | 14 | 512 | 11 | 127 |
| Binary | 11100001 | 11011011 | 11011110 | 0 | 11 | 1 | 1100 | 101001010 | 1001 | 1010111 |
Color Harmonies of #E1DBDE
Complementary color
Monochromatic Colors of #E1DBDE
Black with #E1DBDE
Text Example
Text Example
White with #E1DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBDE; }
p { color: rgb(225,219,222); }
H1.HeaderClassName
{
color: #E1DBDE;
}
.AnyTagClassName
{
color: #E1DBDE;
}
</style>
background-color css
<style>
a { background-color: #E1DBDE; }
a { background-color: rgb(225,219,222); }
div.DivClassName
{
background-color: #E1DBDE;
}
.BgClassName
{
background-color: #E1DBDE;
}
</style>
border-color css
<style>
span { border-color: #E1DBDE; }
span { border-color: rgb(225,219,222); }
td.TdClassName
{
border-color: #E1DBDE;
}
.TagClassName
{
border-color: #E1DBDE;
}
</style>