Shades of Prim #E3DCDF
Tints of Prim #E3DCDF
RGB
CMYK
RGB Variations
Color information
#E3DCDF (or 0xE3DCDF) is known color: Prim. HEX triplet: E3, DC and DF. RGB value is (227,220,223). Sum of RGB (Red+Green+Blue) = 227+220+223=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCDF is #1C2320. Grayscale: #DEDEDE. Windows color (decimal): -1844001 or 14671075. OLE color: 14671075.
HSL color Cylindrical-coordinate representation of color #E3DCDF: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3DCDF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 223 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.11 |
| HSL | 334.29º | 0.11% | 0.88% | - |
| HSV(B) | 334.29º | 0.03% | 0.89% | - |
| XYZ | 70.59 | 72.85 | 80.15 | - |
| YUV | 222.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 223 | 0 | 0.03 | 0.02 | 0.11 | 334.29 | 0.11 | 0.88 |
| Hex | E3 | DC | DF | 0 | 3 | 2 | B | 14E | B | 58 |
| Octal | 343 | 334 | 337 | 0 | 3 | 2 | 13 | 516 | 13 | 130 |
| Binary | 11100011 | 11011100 | 11011111 | 0 | 11 | 10 | 1011 | 101001110 | 1011 | 1011000 |
Color Harmonies of #E3DCDF
Complementary color
Monochromatic Colors of #E3DCDF
Black with #E3DCDF
Text Example
Text Example
White with #E3DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCDF; }
p { color: rgb(227,220,223); }
H1.HeaderClassName
{
color: #E3DCDF;
}
.AnyTagClassName
{
color: #E3DCDF;
}
</style>
background-color css
<style>
a { background-color: #E3DCDF; }
a { background-color: rgb(227,220,223); }
div.DivClassName
{
background-color: #E3DCDF;
}
.BgClassName
{
background-color: #E3DCDF;
}
</style>
border-color css
<style>
span { border-color: #E3DCDF; }
span { border-color: rgb(227,220,223); }
td.TdClassName
{
border-color: #E3DCDF;
}
.TagClassName
{
border-color: #E3DCDF;
}
</style>