Shades of Porcelain #E2DFDC
Tints of Porcelain #E2DFDC
RGB
CMYK
RGB Variations
Color information
#E2DFDC (or 0xE2DFDC) is known color: Porcelain. HEX triplet: E2, DF and DC. RGB value is (226,223,220). Sum of RGB (Red+Green+Blue) = 226+223+220=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFDC is #1D2023. Grayscale: #DFDFDF. Windows color (decimal): -1908772 or 14475234. OLE color: 14475234.
HSL color Cylindrical-coordinate representation of color #E2DFDC: hue angle of 30º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DFDC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 223 | 220 | - |
CMYK | 0 | 0.01 | 0.03 | 0.11 |
HSL | 30º | 0.09% | 0.87% | - |
HSV(B) | 30º | 0.03% | 0.89% | - |
XYZ | 70.67 | 74.11 | 78.29 | - |
YUV | 223.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 220 | 0 | 0.01 | 0.03 | 0.11 | 30 | 0.09 | 0.87 |
Hex | E2 | DF | DC | 0 | 1 | 3 | B | 1E | 9 | 57 |
Octal | 342 | 337 | 334 | 0 | 1 | 3 | 13 | 36 | 11 | 127 |
Binary | 11100010 | 11011111 | 11011100 | 0 | 1 | 11 | 1011 | 11110 | 1001 | 1010111 |
Color Harmonies of #E2DFDC
Complementary color
Monochromatic Colors of #E2DFDC
Black with #E2DFDC
Text Example
Text Example
White with #E2DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFDC; }
p { color: rgb(226,223,220); }
H1.HeaderClassName
{
color: #E2DFDC;
}
.AnyTagClassName
{
color: #E2DFDC;
}
</style>
background-color css
<style>
a { background-color: #E2DFDC; }
a { background-color: rgb(226,223,220); }
div.DivClassName
{
background-color: #E2DFDC;
}
.BgClassName
{
background-color: #E2DFDC;
}
</style>
border-color css
<style>
span { border-color: #E2DFDC; }
span { border-color: rgb(226,223,220); }
td.TdClassName
{
border-color: #E2DFDC;
}
.TagClassName
{
border-color: #E2DFDC;
}
</style>