Shades of Prim #E7DCE2
Tints of Prim #E7DCE2
RGB
CMYK
RGB Variations
Color information
#E7DCE2 (or 0xE7DCE2) is known color: Prim. HEX triplet: E7, DC and E2. RGB value is (231,220,226). Sum of RGB (Red+Green+Blue) = 231+220+226=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCE2 is #18231D. Grayscale: #DFDFDF. Windows color (decimal): -1581854 or 14867687. OLE color: 14867687.
HSL color Cylindrical-coordinate representation of color #E7DCE2: hue angle of 327.27º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DCE2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 226 | - |
CMYK | 0 | 0.05 | 0.02 | 0.09 |
HSL | 327.27º | 0.19% | 0.88% | - |
HSV(B) | 327.27º | 0.05% | 0.91% | - |
XYZ | 72.28 | 73.67 | 82.36 | - |
YUV | 223.97 | 129.14 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 226 | 0 | 0.05 | 0.02 | 0.09 | 327.27 | 0.19 | 0.88 |
Hex | E7 | DC | E2 | 0 | 5 | 2 | 9 | 147 | 13 | 58 |
Octal | 347 | 334 | 342 | 0 | 5 | 2 | 11 | 507 | 23 | 130 |
Binary | 11100111 | 11011100 | 11100010 | 0 | 101 | 10 | 1001 | 101000111 | 10011 | 1011000 |
Color Harmonies of #E7DCE2
Complementary color
Monochromatic Colors of #E7DCE2
Black with #E7DCE2
Text Example
Text Example
White with #E7DCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCE2; }
p { color: rgb(231,220,226); }
H1.HeaderClassName
{
color: #E7DCE2;
}
.AnyTagClassName
{
color: #E7DCE2;
}
</style>
background-color css
<style>
a { background-color: #E7DCE2; }
a { background-color: rgb(231,220,226); }
div.DivClassName
{
background-color: #E7DCE2;
}
.BgClassName
{
background-color: #E7DCE2;
}
</style>
border-color css
<style>
span { border-color: #E7DCE2; }
span { border-color: rgb(231,220,226); }
td.TdClassName
{
border-color: #E7DCE2;
}
.TagClassName
{
border-color: #E7DCE2;
}
</style>