Shades of Prim #E7DDE3
Tints of Prim #E7DDE3
RGB
CMYK
RGB Variations
Color information
#E7DDE3 (or 0xE7DDE3) is known color: Prim. HEX triplet: E7, DD and E3. RGB value is (231,221,227). Sum of RGB (Red+Green+Blue) = 231+221+227=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDE3 is #18221C. Grayscale: #E0E0E0. Windows color (decimal): -1581597 or 14933479. OLE color: 14933479.
HSL color Cylindrical-coordinate representation of color #E7DDE3: hue angle of 324º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DDE3 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 227 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.09 |
| HSL | 324º | 0.17% | 0.89% | - |
| HSV(B) | 324º | 0.04% | 0.91% | - |
| XYZ | 72.68 | 74.25 | 83.17 | - |
| YUV | 224.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 227 | 0 | 0.04 | 0.02 | 0.09 | 324 | 0.17 | 0.89 |
| Hex | E7 | DD | E3 | 0 | 4 | 2 | 9 | 144 | 11 | 59 |
| Octal | 347 | 335 | 343 | 0 | 4 | 2 | 11 | 504 | 21 | 131 |
| Binary | 11100111 | 11011101 | 11100011 | 0 | 100 | 10 | 1001 | 101000100 | 10001 | 1011001 |
Color Harmonies of #E7DDE3
Complementary color
Monochromatic Colors of #E7DDE3
Black with #E7DDE3
Text Example
Text Example
White with #E7DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDE3; }
p { color: rgb(231,221,227); }
H1.HeaderClassName
{
color: #E7DDE3;
}
.AnyTagClassName
{
color: #E7DDE3;
}
</style>
background-color css
<style>
a { background-color: #E7DDE3; }
a { background-color: rgb(231,221,227); }
div.DivClassName
{
background-color: #E7DDE3;
}
.BgClassName
{
background-color: #E7DDE3;
}
</style>
border-color css
<style>
span { border-color: #E7DDE3; }
span { border-color: rgb(231,221,227); }
td.TdClassName
{
border-color: #E7DDE3;
}
.TagClassName
{
border-color: #E7DDE3;
}
</style>