Shades of Porcelain #E2DCD7
Tints of Porcelain #E2DCD7
RGB
CMYK
RGB Variations
Color information
#E2DCD7 (or 0xE2DCD7) is known color: Porcelain. HEX triplet: E2, DC and D7. RGB value is (226,220,215). Sum of RGB (Red+Green+Blue) = 226+220+215=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCD7 is #1D2328. Grayscale: #DDDDDD. Windows color (decimal): -1909545 or 14146786. OLE color: 14146786.
HSL color Cylindrical-coordinate representation of color #E2DCD7: hue angle of 27.27º degrees, saturation: 0.16, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DCD7 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 215 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.11 |
| HSL | 27.27º | 0.16% | 0.86% | - |
| HSV(B) | 27.27º | 0.05% | 0.89% | - |
| XYZ | 69.22 | 72.26 | 74.59 | - |
| YUV | 221.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 215 | 0 | 0.03 | 0.05 | 0.11 | 27.27 | 0.16 | 0.86 |
| Hex | E2 | DC | D7 | 0 | 3 | 5 | B | 1B | 10 | 56 |
| Octal | 342 | 334 | 327 | 0 | 3 | 5 | 13 | 33 | 20 | 126 |
| Binary | 11100010 | 11011100 | 11010111 | 0 | 11 | 101 | 1011 | 11011 | 10000 | 1010110 |
Color Harmonies of #E2DCD7
Complementary color
Monochromatic Colors of #E2DCD7
Black with #E2DCD7
Text Example
Text Example
White with #E2DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCD7; }
p { color: rgb(226,220,215); }
H1.HeaderClassName
{
color: #E2DCD7;
}
.AnyTagClassName
{
color: #E2DCD7;
}
</style>
background-color css
<style>
a { background-color: #E2DCD7; }
a { background-color: rgb(226,220,215); }
div.DivClassName
{
background-color: #E2DCD7;
}
.BgClassName
{
background-color: #E2DCD7;
}
</style>
border-color css
<style>
span { border-color: #E2DCD7; }
span { border-color: rgb(226,220,215); }
td.TdClassName
{
border-color: #E2DCD7;
}
.TagClassName
{
border-color: #E2DCD7;
}
</style>