Shades of Porcelain #E2DEDA
Tints of Porcelain #E2DEDA
RGB
CMYK
RGB Variations
Color information
#E2DEDA (or 0xE2DEDA) is known color: Porcelain. HEX triplet: E2, DE and DA. RGB value is (226,222,218). Sum of RGB (Red+Green+Blue) = 226+222+218=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEDA is #1D2125. Grayscale: #DEDEDE. Windows color (decimal): -1909030 or 14343906. OLE color: 14343906.
HSL color Cylindrical-coordinate representation of color #E2DEDA: hue angle of 30º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2DEDA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 222 | 218 | - |
CMYK | 0 | 0.02 | 0.04 | 0.11 |
HSL | 30º | 0.12% | 0.87% | - |
HSV(B) | 30º | 0.04% | 0.89% | - |
XYZ | 70.14 | 73.47 | 76.81 | - |
YUV | 222.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 218 | 0 | 0.02 | 0.04 | 0.11 | 30 | 0.12 | 0.87 |
Hex | E2 | DE | DA | 0 | 2 | 4 | B | 1E | C | 57 |
Octal | 342 | 336 | 332 | 0 | 2 | 4 | 13 | 36 | 14 | 127 |
Binary | 11100010 | 11011110 | 11011010 | 0 | 10 | 100 | 1011 | 11110 | 1100 | 1010111 |
Color Harmonies of #E2DEDA
Complementary color
Monochromatic Colors of #E2DEDA
Black with #E2DEDA
Text Example
Text Example
White with #E2DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEDA; }
p { color: rgb(226,222,218); }
H1.HeaderClassName
{
color: #E2DEDA;
}
.AnyTagClassName
{
color: #E2DEDA;
}
</style>
background-color css
<style>
a { background-color: #E2DEDA; }
a { background-color: rgb(226,222,218); }
div.DivClassName
{
background-color: #E2DEDA;
}
.BgClassName
{
background-color: #E2DEDA;
}
</style>
border-color css
<style>
span { border-color: #E2DEDA; }
span { border-color: rgb(226,222,218); }
td.TdClassName
{
border-color: #E2DEDA;
}
.TagClassName
{
border-color: #E2DEDA;
}
</style>