Shades of Prim #E7D3DD
Tints of Prim #E7D3DD
RGB
CMYK
RGB Variations
Color information
#E7D3DD (or 0xE7D3DD) is known color: Prim. HEX triplet: E7, D3 and DD. RGB value is (231,211,221). Sum of RGB (Red+Green+Blue) = 231+211+221=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3DD is #182C22. Grayscale: #DADADA. Windows color (decimal): -1584163 or 14537703. OLE color: 14537703.
HSL color Cylindrical-coordinate representation of color #E7D3DD: hue angle of 330º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D3DD is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 221 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.09 |
| HSL | 330º | 0.29% | 0.87% | - |
| HSV(B) | 330º | 0.09% | 0.91% | - |
| XYZ | 69.3 | 68.8 | 78.03 | - |
| YUV | 218.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 221 | 0 | 0.09 | 0.04 | 0.09 | 330 | 0.29 | 0.87 |
| Hex | E7 | D3 | DD | 0 | 9 | 4 | 9 | 14A | 1D | 57 |
| Octal | 347 | 323 | 335 | 0 | 11 | 4 | 11 | 512 | 35 | 127 |
| Binary | 11100111 | 11010011 | 11011101 | 0 | 1001 | 100 | 1001 | 101001010 | 11101 | 1010111 |
Color Harmonies of #E7D3DD
Complementary color
Monochromatic Colors of #E7D3DD
Black with #E7D3DD
Text Example
Text Example
White with #E7D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3DD; }
p { color: rgb(231,211,221); }
H1.HeaderClassName
{
color: #E7D3DD;
}
.AnyTagClassName
{
color: #E7D3DD;
}
</style>
background-color css
<style>
a { background-color: #E7D3DD; }
a { background-color: rgb(231,211,221); }
div.DivClassName
{
background-color: #E7D3DD;
}
.BgClassName
{
background-color: #E7D3DD;
}
</style>
border-color css
<style>
span { border-color: #E7D3DD; }
span { border-color: rgb(231,211,221); }
td.TdClassName
{
border-color: #E7D3DD;
}
.TagClassName
{
border-color: #E7D3DD;
}
</style>