Shades of Prim #E4D3DB
Tints of Prim #E4D3DB
RGB
CMYK
RGB Variations
Color information
#E4D3DB (or 0xE4D3DB) is known color: Prim. HEX triplet: E4, D3 and DB. RGB value is (228,211,219). Sum of RGB (Red+Green+Blue) = 228+211+219=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D3DB is #1B2C24. Grayscale: #D8D8D8. Windows color (decimal): -1780773 or 14406628. OLE color: 14406628.
HSL color Cylindrical-coordinate representation of color #E4D3DB: hue angle of 331.76º degrees, saturation: 0.24, 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 #E4D3DB is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 211 | 219 | - |
CMYK | 0 | 0.07 | 0.04 | 0.11 |
HSL | 331.76º | 0.24% | 0.86% | - |
HSV(B) | 331.76º | 0.07% | 0.89% | - |
XYZ | 68.08 | 68.2 | 76.59 | - |
YUV | 217 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 211 | 219 | 0 | 0.07 | 0.04 | 0.11 | 331.76 | 0.24 | 0.86 |
Hex | E4 | D3 | DB | 0 | 7 | 4 | B | 14C | 18 | 56 |
Octal | 344 | 323 | 333 | 0 | 7 | 4 | 13 | 514 | 30 | 126 |
Binary | 11100100 | 11010011 | 11011011 | 0 | 111 | 100 | 1011 | 101001100 | 11000 | 1010110 |
Color Harmonies of #E4D3DB
Complementary color
Monochromatic Colors of #E4D3DB
Black with #E4D3DB
Text Example
Text Example
White with #E4D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D3DB; }
p { color: rgb(228,211,219); }
H1.HeaderClassName
{
color: #E4D3DB;
}
.AnyTagClassName
{
color: #E4D3DB;
}
</style>
background-color css
<style>
a { background-color: #E4D3DB; }
a { background-color: rgb(228,211,219); }
div.DivClassName
{
background-color: #E4D3DB;
}
.BgClassName
{
background-color: #E4D3DB;
}
</style>
border-color css
<style>
span { border-color: #E4D3DB; }
span { border-color: rgb(228,211,219); }
td.TdClassName
{
border-color: #E4D3DB;
}
.TagClassName
{
border-color: #E4D3DB;
}
</style>