Shades of Porcelain #E1DCD8
Tints of Porcelain #E1DCD8
RGB
CMYK
RGB Variations
Color information
#E1DCD8 (or 0xE1DCD8) is known color: Porcelain. HEX triplet: E1, DC and D8. RGB value is (225,220,216). Sum of RGB (Red+Green+Blue) = 225+220+216=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD8 is #1E2327. Grayscale: #DDDDDD. Windows color (decimal): -1975080 or 14212321. OLE color: 14212321.
HSL color Cylindrical-coordinate representation of color #E1DCD8: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DCD8 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 216 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.12 |
| HSL | 26.67º | 0.13% | 0.86% | - |
| HSV(B) | 26.67º | 0.04% | 0.88% | - |
| XYZ | 69.04 | 72.15 | 75.25 | - |
| YUV | 221.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 216 | 0 | 0.02 | 0.04 | 0.12 | 26.67 | 0.13 | 0.86 |
| Hex | E1 | DC | D8 | 0 | 2 | 4 | C | 1B | D | 56 |
| Octal | 341 | 334 | 330 | 0 | 2 | 4 | 14 | 33 | 15 | 126 |
| Binary | 11100001 | 11011100 | 11011000 | 0 | 10 | 100 | 1100 | 11011 | 1101 | 1010110 |
Color Harmonies of #E1DCD8
Complementary color
Monochromatic Colors of #E1DCD8
Black with #E1DCD8
Text Example
Text Example
White with #E1DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCD8; }
p { color: rgb(225,220,216); }
H1.HeaderClassName
{
color: #E1DCD8;
}
.AnyTagClassName
{
color: #E1DCD8;
}
</style>
background-color css
<style>
a { background-color: #E1DCD8; }
a { background-color: rgb(225,220,216); }
div.DivClassName
{
background-color: #E1DCD8;
}
.BgClassName
{
background-color: #E1DCD8;
}
</style>
border-color css
<style>
span { border-color: #E1DCD8; }
span { border-color: rgb(225,220,216); }
td.TdClassName
{
border-color: #E1DCD8;
}
.TagClassName
{
border-color: #E1DCD8;
}
</style>