Shades of Prim #E3D8DF
Tints of Prim #E3D8DF
RGB
CMYK
RGB Variations
Color information
#E3D8DF (or 0xE3D8DF) is known color: Prim. HEX triplet: E3, D8 and DF. RGB value is (227,216,223). Sum of RGB (Red+Green+Blue) = 227+216+223=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D8DF is #1C2720. Grayscale: #DCDCDC. Windows color (decimal): -1845025 or 14670051. OLE color: 14670051.
HSL color Cylindrical-coordinate representation of color #E3D8DF: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E3D8DF is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 216 | 223 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.11 |
| HSL | 321.82º | 0.16% | 0.87% | - |
| HSV(B) | 321.82º | 0.05% | 0.89% | - |
| XYZ | 69.55 | 70.77 | 79.81 | - |
| YUV | 220.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 223 | 0 | 0.05 | 0.02 | 0.11 | 321.82 | 0.16 | 0.87 |
| Hex | E3 | D8 | DF | 0 | 5 | 2 | B | 142 | 10 | 57 |
| Octal | 343 | 330 | 337 | 0 | 5 | 2 | 13 | 502 | 20 | 127 |
| Binary | 11100011 | 11011000 | 11011111 | 0 | 101 | 10 | 1011 | 101000010 | 10000 | 1010111 |
Color Harmonies of #E3D8DF
Complementary color
Monochromatic Colors of #E3D8DF
Black with #E3D8DF
Text Example
Text Example
White with #E3D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D8DF; }
p { color: rgb(227,216,223); }
H1.HeaderClassName
{
color: #E3D8DF;
}
.AnyTagClassName
{
color: #E3D8DF;
}
</style>
background-color css
<style>
a { background-color: #E3D8DF; }
a { background-color: rgb(227,216,223); }
div.DivClassName
{
background-color: #E3D8DF;
}
.BgClassName
{
background-color: #E3D8DF;
}
</style>
border-color css
<style>
span { border-color: #E3D8DF; }
span { border-color: rgb(227,216,223); }
td.TdClassName
{
border-color: #E3D8DF;
}
.TagClassName
{
border-color: #E3D8DF;
}
</style>