Shades of Prim #E7D5DD
Tints of Prim #E7D5DD
RGB
CMYK
RGB Variations
Color information
#E7D5DD (or 0xE7D5DD) is known color: Prim. HEX triplet: E7, D5 and DD. RGB value is (231,213,221). Sum of RGB (Red+Green+Blue) = 231+213+221=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5DD is #182A22. Grayscale: #DBDBDB. Windows color (decimal): -1583651 or 14538215. OLE color: 14538215.
HSL color Cylindrical-coordinate representation of color #E7D5DD: hue angle of 333.33º degrees, saturation: 0.27, 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 #E7D5DD is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 213 | 221 | - |
CMYK | 0 | 0.08 | 0.04 | 0.09 |
HSL | 333.33º | 0.27% | 0.87% | - |
HSV(B) | 333.33º | 0.08% | 0.91% | - |
XYZ | 69.8 | 69.8 | 78.2 | - |
YUV | 219.29 | 128.96 | 136.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 213 | 221 | 0 | 0.08 | 0.04 | 0.09 | 333.33 | 0.27 | 0.87 |
Hex | E7 | D5 | DD | 0 | 8 | 4 | 9 | 14D | 1B | 57 |
Octal | 347 | 325 | 335 | 0 | 10 | 4 | 11 | 515 | 33 | 127 |
Binary | 11100111 | 11010101 | 11011101 | 0 | 1000 | 100 | 1001 | 101001101 | 11011 | 1010111 |
Color Harmonies of #E7D5DD
Complementary color
Monochromatic Colors of #E7D5DD
Black with #E7D5DD
Text Example
Text Example
White with #E7D5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5DD; }
p { color: rgb(231,213,221); }
H1.HeaderClassName
{
color: #E7D5DD;
}
.AnyTagClassName
{
color: #E7D5DD;
}
</style>
background-color css
<style>
a { background-color: #E7D5DD; }
a { background-color: rgb(231,213,221); }
div.DivClassName
{
background-color: #E7D5DD;
}
.BgClassName
{
background-color: #E7D5DD;
}
</style>
border-color css
<style>
span { border-color: #E7D5DD; }
span { border-color: rgb(231,213,221); }
td.TdClassName
{
border-color: #E7D5DD;
}
.TagClassName
{
border-color: #E7D5DD;
}
</style>