Shades of Prim #E4D4DB
Tints of Prim #E4D4DB
RGB
CMYK
RGB Variations
Color information
#E4D4DB (or 0xE4D4DB) is known color: Prim. HEX triplet: E4, D4 and DB. RGB value is (228,212,219). Sum of RGB (Red+Green+Blue) = 228+212+219=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4DB is #1B2B24. Grayscale: #D9D9D9. Windows color (decimal): -1780517 or 14406884. OLE color: 14406884.
HSL color Cylindrical-coordinate representation of color #E4D4DB: hue angle of 333.75º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4D4DB is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 212 | 219 | - |
CMYK | 0 | 0.07 | 0.04 | 0.11 |
HSL | 333.75º | 0.23% | 0.86% | - |
HSV(B) | 333.75º | 0.07% | 0.89% | - |
XYZ | 68.32 | 68.7 | 76.68 | - |
YUV | 217.58 | 128.8 | 135.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 212 | 219 | 0 | 0.07 | 0.04 | 0.11 | 333.75 | 0.23 | 0.86 |
Hex | E4 | D4 | DB | 0 | 7 | 4 | B | 14E | 17 | 56 |
Octal | 344 | 324 | 333 | 0 | 7 | 4 | 13 | 516 | 27 | 126 |
Binary | 11100100 | 11010100 | 11011011 | 0 | 111 | 100 | 1011 | 101001110 | 10111 | 1010110 |
Color Harmonies of #E4D4DB
Complementary color
Monochromatic Colors of #E4D4DB
Black with #E4D4DB
Text Example
Text Example
White with #E4D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D4DB; }
p { color: rgb(228,212,219); }
H1.HeaderClassName
{
color: #E4D4DB;
}
.AnyTagClassName
{
color: #E4D4DB;
}
</style>
background-color css
<style>
a { background-color: #E4D4DB; }
a { background-color: rgb(228,212,219); }
div.DivClassName
{
background-color: #E4D4DB;
}
.BgClassName
{
background-color: #E4D4DB;
}
</style>
border-color css
<style>
span { border-color: #E4D4DB; }
span { border-color: rgb(228,212,219); }
td.TdClassName
{
border-color: #E4D4DB;
}
.TagClassName
{
border-color: #E4D4DB;
}
</style>