Shades of Prim #E7D2DE
Tints of Prim #E7D2DE
RGB
CMYK
RGB Variations
Color information
#E7D2DE (or 0xE7D2DE) is known color: Prim. HEX triplet: E7, D2 and DE. RGB value is (231,210,222). Sum of RGB (Red+Green+Blue) = 231+210+222=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2DE is #182D21. Grayscale: #D9D9D9. Windows color (decimal): -1584418 or 14602983. OLE color: 14602983.
HSL color Cylindrical-coordinate representation of color #E7D2DE: hue angle of 325.71º 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 #E7D2DE is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 222 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.09 |
| HSL | 325.71º | 0.3% | 0.86% | - |
| HSV(B) | 325.71º | 0.09% | 0.91% | - |
| XYZ | 69.19 | 68.36 | 78.65 | - |
| YUV | 217.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 222 | 0 | 0.09 | 0.04 | 0.09 | 325.71 | 0.3 | 0.86 |
| Hex | E7 | D2 | DE | 0 | 9 | 4 | 9 | 146 | 1E | 56 |
| Octal | 347 | 322 | 336 | 0 | 11 | 4 | 11 | 506 | 36 | 126 |
| Binary | 11100111 | 11010010 | 11011110 | 0 | 1001 | 100 | 1001 | 101000110 | 11110 | 1010110 |
Color Harmonies of #E7D2DE
Complementary color
Monochromatic Colors of #E7D2DE
Black with #E7D2DE
Text Example
Text Example
White with #E7D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2DE; }
p { color: rgb(231,210,222); }
H1.HeaderClassName
{
color: #E7D2DE;
}
.AnyTagClassName
{
color: #E7D2DE;
}
</style>
background-color css
<style>
a { background-color: #E7D2DE; }
a { background-color: rgb(231,210,222); }
div.DivClassName
{
background-color: #E7D2DE;
}
.BgClassName
{
background-color: #E7D2DE;
}
</style>
border-color css
<style>
span { border-color: #E7D2DE; }
span { border-color: rgb(231,210,222); }
td.TdClassName
{
border-color: #E7D2DE;
}
.TagClassName
{
border-color: #E7D2DE;
}
</style>