Shades of Prim #E7D6DF
Tints of Prim #E7D6DF
RGB
CMYK
RGB Variations
Color information
#E7D6DF (or 0xE7D6DF) is known color: Prim. HEX triplet: E7, D6 and DF. RGB value is (231,214,223). Sum of RGB (Red+Green+Blue) = 231+214+223=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6DF is #182920. Grayscale: #DCDCDC. Windows color (decimal): -1583393 or 14669543. OLE color: 14669543.
HSL color Cylindrical-coordinate representation of color #E7D6DF: hue angle of 328.24º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7D6DF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 214 | 223 | - |
CMYK | 0 | 0.07 | 0.03 | 0.09 |
HSL | 328.24º | 0.26% | 0.87% | - |
HSV(B) | 328.24º | 0.07% | 0.91% | - |
XYZ | 70.32 | 70.41 | 79.7 | - |
YUV | 220.11 | 129.63 | 135.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 214 | 223 | 0 | 0.07 | 0.03 | 0.09 | 328.24 | 0.26 | 0.87 |
Hex | E7 | D6 | DF | 0 | 7 | 3 | 9 | 148 | 1A | 57 |
Octal | 347 | 326 | 337 | 0 | 7 | 3 | 11 | 510 | 32 | 127 |
Binary | 11100111 | 11010110 | 11011111 | 0 | 111 | 11 | 1001 | 101001000 | 11010 | 1010111 |
Color Harmonies of #E7D6DF
Complementary color
Monochromatic Colors of #E7D6DF
Black with #E7D6DF
Text Example
Text Example
White with #E7D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D6DF; }
p { color: rgb(231,214,223); }
H1.HeaderClassName
{
color: #E7D6DF;
}
.AnyTagClassName
{
color: #E7D6DF;
}
</style>
background-color css
<style>
a { background-color: #E7D6DF; }
a { background-color: rgb(231,214,223); }
div.DivClassName
{
background-color: #E7D6DF;
}
.BgClassName
{
background-color: #E7D6DF;
}
</style>
border-color css
<style>
span { border-color: #E7D6DF; }
span { border-color: rgb(231,214,223); }
td.TdClassName
{
border-color: #E7D6DF;
}
.TagClassName
{
border-color: #E7D6DF;
}
</style>