Shades of Prim #E7D2DD
Tints of Prim #E7D2DD
RGB
CMYK
RGB Variations
Color information
#E7D2DD (or 0xE7D2DD) is known color: Prim. HEX triplet: E7, D2 and DD. RGB value is (231,210,221). Sum of RGB (Red+Green+Blue) = 231+210+221=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2DD is #182D22. Grayscale: #D9D9D9. Windows color (decimal): -1584419 or 14537447. OLE color: 14537447.
HSL color Cylindrical-coordinate representation of color #E7D2DD: hue angle of 328.57º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7D2DD is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 221 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.09 |
| HSL | 328.57º | 0.3% | 0.86% | - |
| HSV(B) | 328.57º | 0.09% | 0.91% | - |
| XYZ | 69.05 | 68.3 | 77.95 | - |
| YUV | 217.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 221 | 0 | 0.09 | 0.04 | 0.09 | 328.57 | 0.3 | 0.86 |
| Hex | E7 | D2 | DD | 0 | 9 | 4 | 9 | 149 | 1E | 56 |
| Octal | 347 | 322 | 335 | 0 | 11 | 4 | 11 | 511 | 36 | 126 |
| Binary | 11100111 | 11010010 | 11011101 | 0 | 1001 | 100 | 1001 | 101001001 | 11110 | 1010110 |
Color Harmonies of #E7D2DD
Complementary color
Monochromatic Colors of #E7D2DD
Black with #E7D2DD
Text Example
Text Example
White with #E7D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2DD; }
p { color: rgb(231,210,221); }
H1.HeaderClassName
{
color: #E7D2DD;
}
.AnyTagClassName
{
color: #E7D2DD;
}
</style>
background-color css
<style>
a { background-color: #E7D2DD; }
a { background-color: rgb(231,210,221); }
div.DivClassName
{
background-color: #E7D2DD;
}
.BgClassName
{
background-color: #E7D2DD;
}
</style>
border-color css
<style>
span { border-color: #E7D2DD; }
span { border-color: rgb(231,210,221); }
td.TdClassName
{
border-color: #E7D2DD;
}
.TagClassName
{
border-color: #E7D2DD;
}
</style>