Shades of Prim #E4DBDE
Tints of Prim #E4DBDE
RGB
CMYK
RGB Variations
Color information
#E4DBDE (or 0xE4DBDE) is known color: Prim. HEX triplet: E4, DB and DE. RGB value is (228,219,222). Sum of RGB (Red+Green+Blue) = 228+219+222=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBDE is #1B2421. Grayscale: #DEDEDE. Windows color (decimal): -1778722 or 14605284. OLE color: 14605284.
HSL color Cylindrical-coordinate representation of color #E4DBDE: hue angle of 340º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4DBDE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 219 | 222 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.11 |
| HSL | 340º | 0.14% | 0.88% | - |
| HSV(B) | 340º | 0.04% | 0.89% | - |
| XYZ | 70.51 | 72.43 | 79.37 | - |
| YUV | 222.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 222 | 0 | 0.04 | 0.03 | 0.11 | 340 | 0.14 | 0.88 |
| Hex | E4 | DB | DE | 0 | 4 | 3 | B | 154 | E | 58 |
| Octal | 344 | 333 | 336 | 0 | 4 | 3 | 13 | 524 | 16 | 130 |
| Binary | 11100100 | 11011011 | 11011110 | 0 | 100 | 11 | 1011 | 101010100 | 1110 | 1011000 |
Color Harmonies of #E4DBDE
Complementary color
Monochromatic Colors of #E4DBDE
Black with #E4DBDE
Text Example
Text Example
White with #E4DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBDE; }
p { color: rgb(228,219,222); }
H1.HeaderClassName
{
color: #E4DBDE;
}
.AnyTagClassName
{
color: #E4DBDE;
}
</style>
background-color css
<style>
a { background-color: #E4DBDE; }
a { background-color: rgb(228,219,222); }
div.DivClassName
{
background-color: #E4DBDE;
}
.BgClassName
{
background-color: #E4DBDE;
}
</style>
border-color css
<style>
span { border-color: #E4DBDE; }
span { border-color: rgb(228,219,222); }
td.TdClassName
{
border-color: #E4DBDE;
}
.TagClassName
{
border-color: #E4DBDE;
}
</style>