Shades of Prim #E7D4DD
Tints of Prim #E7D4DD
RGB
CMYK
RGB Variations
Color information
#E7D4DD (or 0xE7D4DD) is known color: Prim. HEX triplet: E7, D4 and DD. RGB value is (231,212,221). Sum of RGB (Red+Green+Blue) = 231+212+221=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4DD is #182B22. Grayscale: #DADADA. Windows color (decimal): -1583907 or 14537959. OLE color: 14537959.
HSL color Cylindrical-coordinate representation of color #E7D4DD: hue angle of 331.58º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7D4DD is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 212 | 221 | - |
CMYK | 0 | 0.08 | 0.04 | 0.09 |
HSL | 331.58º | 0.28% | 0.87% | - |
HSV(B) | 331.58º | 0.08% | 0.91% | - |
XYZ | 69.55 | 69.3 | 78.12 | - |
YUV | 218.71 | 129.29 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 212 | 221 | 0 | 0.08 | 0.04 | 0.09 | 331.58 | 0.28 | 0.87 |
Hex | E7 | D4 | DD | 0 | 8 | 4 | 9 | 14C | 1C | 57 |
Octal | 347 | 324 | 335 | 0 | 10 | 4 | 11 | 514 | 34 | 127 |
Binary | 11100111 | 11010100 | 11011101 | 0 | 1000 | 100 | 1001 | 101001100 | 11100 | 1010111 |
Color Harmonies of #E7D4DD
Complementary color
Monochromatic Colors of #E7D4DD
Black with #E7D4DD
Text Example
Text Example
White with #E7D4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4DD; }
p { color: rgb(231,212,221); }
H1.HeaderClassName
{
color: #E7D4DD;
}
.AnyTagClassName
{
color: #E7D4DD;
}
</style>
background-color css
<style>
a { background-color: #E7D4DD; }
a { background-color: rgb(231,212,221); }
div.DivClassName
{
background-color: #E7D4DD;
}
.BgClassName
{
background-color: #E7D4DD;
}
</style>
border-color css
<style>
span { border-color: #E7D4DD; }
span { border-color: rgb(231,212,221); }
td.TdClassName
{
border-color: #E7D4DD;
}
.TagClassName
{
border-color: #E7D4DD;
}
</style>