Shades of Porcelain #E1DEDB
Tints of Porcelain #E1DEDB
RGB
CMYK
RGB Variations
Color information
#E1DEDB (or 0xE1DEDB) is known color: Porcelain. HEX triplet: E1, DE and DB. RGB value is (225,222,219). Sum of RGB (Red+Green+Blue) = 225+222+219=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDB is #1E2124. Grayscale: #DEDEDE. Windows color (decimal): -1974565 or 14409441. OLE color: 14409441.
HSL color Cylindrical-coordinate representation of color #E1DEDB: hue angle of 30º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DEDB is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 219 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.12 |
| HSL | 30º | 0.09% | 0.87% | - |
| HSV(B) | 30º | 0.03% | 0.88% | - |
| XYZ | 69.96 | 73.36 | 77.49 | - |
| YUV | 222.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 219 | 0 | 0.01 | 0.03 | 0.12 | 30 | 0.09 | 0.87 |
| Hex | E1 | DE | DB | 0 | 1 | 3 | C | 1E | 9 | 57 |
| Octal | 341 | 336 | 333 | 0 | 1 | 3 | 14 | 36 | 11 | 127 |
| Binary | 11100001 | 11011110 | 11011011 | 0 | 1 | 11 | 1100 | 11110 | 1001 | 1010111 |
Color Harmonies of #E1DEDB
Complementary color
Monochromatic Colors of #E1DEDB
Black with #E1DEDB
Text Example
Text Example
White with #E1DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEDB; }
p { color: rgb(225,222,219); }
H1.HeaderClassName
{
color: #E1DEDB;
}
.AnyTagClassName
{
color: #E1DEDB;
}
</style>
background-color css
<style>
a { background-color: #E1DEDB; }
a { background-color: rgb(225,222,219); }
div.DivClassName
{
background-color: #E1DEDB;
}
.BgClassName
{
background-color: #E1DEDB;
}
</style>
border-color css
<style>
span { border-color: #E1DEDB; }
span { border-color: rgb(225,222,219); }
td.TdClassName
{
border-color: #E1DEDB;
}
.TagClassName
{
border-color: #E1DEDB;
}
</style>