Shades of Prim #E7D9DF
Tints of Prim #E7D9DF
RGB
CMYK
RGB Variations
Color information
#E7D9DF (or 0xE7D9DF) is known color: Prim. HEX triplet: E7, D9 and DF. RGB value is (231,217,223). Sum of RGB (Red+Green+Blue) = 231+217+223=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9DF is #182620. Grayscale: #DDDDDD. Windows color (decimal): -1582625 or 14670311. OLE color: 14670311.
HSL color Cylindrical-coordinate representation of color #E7D9DF: hue angle of 334.29º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7D9DF is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 217 | 223 | - |
CMYK | 0 | 0.06 | 0.03 | 0.09 |
HSL | 334.29º | 0.23% | 0.88% | - |
HSV(B) | 334.29º | 0.06% | 0.91% | - |
XYZ | 71.09 | 71.94 | 79.95 | - |
YUV | 221.87 | 128.64 | 134.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 217 | 223 | 0 | 0.06 | 0.03 | 0.09 | 334.29 | 0.23 | 0.88 |
Hex | E7 | D9 | DF | 0 | 6 | 3 | 9 | 14E | 17 | 58 |
Octal | 347 | 331 | 337 | 0 | 6 | 3 | 11 | 516 | 27 | 130 |
Binary | 11100111 | 11011001 | 11011111 | 0 | 110 | 11 | 1001 | 101001110 | 10111 | 1011000 |
Color Harmonies of #E7D9DF
Complementary color
Monochromatic Colors of #E7D9DF
Black with #E7D9DF
Text Example
Text Example
White with #E7D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9DF; }
p { color: rgb(231,217,223); }
H1.HeaderClassName
{
color: #E7D9DF;
}
.AnyTagClassName
{
color: #E7D9DF;
}
</style>
background-color css
<style>
a { background-color: #E7D9DF; }
a { background-color: rgb(231,217,223); }
div.DivClassName
{
background-color: #E7D9DF;
}
.BgClassName
{
background-color: #E7D9DF;
}
</style>
border-color css
<style>
span { border-color: #E7D9DF; }
span { border-color: rgb(231,217,223); }
td.TdClassName
{
border-color: #E7D9DF;
}
.TagClassName
{
border-color: #E7D9DF;
}
</style>