Shades of Prim #E3D0DC
Tints of Prim #E3D0DC
RGB
CMYK
RGB Variations
Color information
#E3D0DC (or 0xE3D0DC) is known color: Prim. HEX triplet: E3, D0 and DC. RGB value is (227,208,220). Sum of RGB (Red+Green+Blue) = 227+208+220=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0DC is #1C2F23. Grayscale: #D7D7D7. Windows color (decimal): -1847076 or 14471395. OLE color: 14471395.
HSL color Cylindrical-coordinate representation of color #E3D0DC: hue angle of 322.11º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D0DC is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 220 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.11 |
| HSL | 322.11º | 0.25% | 0.85% | - |
| HSV(B) | 322.11º | 0.08% | 0.89% | - |
| XYZ | 67.15 | 66.61 | 77.03 | - |
| YUV | 215.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 220 | 0 | 0.08 | 0.03 | 0.11 | 322.11 | 0.25 | 0.85 |
| Hex | E3 | D0 | DC | 0 | 8 | 3 | B | 142 | 19 | 55 |
| Octal | 343 | 320 | 334 | 0 | 10 | 3 | 13 | 502 | 31 | 125 |
| Binary | 11100011 | 11010000 | 11011100 | 0 | 1000 | 11 | 1011 | 101000010 | 11001 | 1010101 |
Color Harmonies of #E3D0DC
Complementary color
Monochromatic Colors of #E3D0DC
Black with #E3D0DC
Text Example
Text Example
White with #E3D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0DC; }
p { color: rgb(227,208,220); }
H1.HeaderClassName
{
color: #E3D0DC;
}
.AnyTagClassName
{
color: #E3D0DC;
}
</style>
background-color css
<style>
a { background-color: #E3D0DC; }
a { background-color: rgb(227,208,220); }
div.DivClassName
{
background-color: #E3D0DC;
}
.BgClassName
{
background-color: #E3D0DC;
}
</style>
border-color css
<style>
span { border-color: #E3D0DC; }
span { border-color: rgb(227,208,220); }
td.TdClassName
{
border-color: #E3D0DC;
}
.TagClassName
{
border-color: #E3D0DC;
}
</style>