Shades of Prim #E3D4DA
Tints of Prim #E3D4DA
RGB
CMYK
RGB Variations
Color information
#E3D4DA (or 0xE3D4DA) is known color: Prim. HEX triplet: E3, D4 and DA. RGB value is (227,212,218). Sum of RGB (Red+Green+Blue) = 227+212+218=657 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.55% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D4DA is #1C2B25. Grayscale: #D9D9D9. Windows color (decimal): -1846054 or 14341347. OLE color: 14341347.
HSL color Cylindrical-coordinate representation of color #E3D4DA: hue angle of 336º degrees, saturation: 0.21, 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 #E3D4DA is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 218 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.11 |
| HSL | 336º | 0.21% | 0.86% | - |
| HSV(B) | 336º | 0.07% | 0.89% | - |
| XYZ | 67.88 | 68.48 | 75.97 | - |
| YUV | 217.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 218 | 0 | 0.07 | 0.04 | 0.11 | 336 | 0.21 | 0.86 |
| Hex | E3 | D4 | DA | 0 | 7 | 4 | B | 150 | 15 | 56 |
| Octal | 343 | 324 | 332 | 0 | 7 | 4 | 13 | 520 | 25 | 126 |
| Binary | 11100011 | 11010100 | 11011010 | 0 | 111 | 100 | 1011 | 101010000 | 10101 | 1010110 |
Color Harmonies of #E3D4DA
Complementary color
Monochromatic Colors of #E3D4DA
Black with #E3D4DA
Text Example
Text Example
White with #E3D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D4DA; }
p { color: rgb(227,212,218); }
H1.HeaderClassName
{
color: #E3D4DA;
}
.AnyTagClassName
{
color: #E3D4DA;
}
</style>
background-color css
<style>
a { background-color: #E3D4DA; }
a { background-color: rgb(227,212,218); }
div.DivClassName
{
background-color: #E3D4DA;
}
.BgClassName
{
background-color: #E3D4DA;
}
</style>
border-color css
<style>
span { border-color: #E3D4DA; }
span { border-color: rgb(227,212,218); }
td.TdClassName
{
border-color: #E3D4DA;
}
.TagClassName
{
border-color: #E3D4DA;
}
</style>