Shades of Porcelain #E1DFDD
Tints of Porcelain #E1DFDD
RGB
CMYK
RGB Variations
Color information
#E1DFDD (or 0xE1DFDD) is known color: Porcelain. HEX triplet: E1, DF and DD. RGB value is (225,223,221). Sum of RGB (Red+Green+Blue) = 225+223+221=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFDD is #1E2022. Grayscale: #DFDFDF. Windows color (decimal): -1974307 or 14540769. OLE color: 14540769.
HSL color Cylindrical-coordinate representation of color #E1DFDD: hue angle of 30º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1DFDD is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 223 | 221 | - |
CMYK | 0 | 0.01 | 0.02 | 0.12 |
HSL | 30º | 0.06% | 0.87% | - |
HSV(B) | 30º | 0.02% | 0.88% | - |
XYZ | 70.49 | 74 | 78.98 | - |
YUV | 223.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 223 | 221 | 0 | 0.01 | 0.02 | 0.12 | 30 | 0.06 | 0.87 |
Hex | E1 | DF | DD | 0 | 1 | 2 | C | 1E | 6 | 57 |
Octal | 341 | 337 | 335 | 0 | 1 | 2 | 14 | 36 | 6 | 127 |
Binary | 11100001 | 11011111 | 11011101 | 0 | 1 | 10 | 1100 | 11110 | 110 | 1010111 |
Color Harmonies of #E1DFDD
Complementary color
Monochromatic Colors of #E1DFDD
Black with #E1DFDD
Text Example
Text Example
White with #E1DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFDD; }
p { color: rgb(225,223,221); }
H1.HeaderClassName
{
color: #E1DFDD;
}
.AnyTagClassName
{
color: #E1DFDD;
}
</style>
background-color css
<style>
a { background-color: #E1DFDD; }
a { background-color: rgb(225,223,221); }
div.DivClassName
{
background-color: #E1DFDD;
}
.BgClassName
{
background-color: #E1DFDD;
}
</style>
border-color css
<style>
span { border-color: #E1DFDD; }
span { border-color: rgb(225,223,221); }
td.TdClassName
{
border-color: #E1DFDD;
}
.TagClassName
{
border-color: #E1DFDD;
}
</style>