Shades of Quartz #E1DDEC
Tints of Quartz #E1DDEC
RGB
CMYK
RGB Variations
Color information
#E1DDEC (or 0xE1DDEC) is known color: Quartz. HEX triplet: E1, DD and EC. RGB value is (225,221,236). Sum of RGB (Red+Green+Blue) = 225+221+236=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDEC is #1E2213. Grayscale: #DFDFDF. Windows color (decimal): -1974804 or 15523297. OLE color: 15523297.
HSL color Cylindrical-coordinate representation of color #E1DDEC: hue angle of 256º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1DDEC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 221 | 236 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.07 |
| HSL | 256º | 0.28% | 0.9% | - |
| HSV(B) | 256º | 0.06% | 0.93% | - |
| XYZ | 72.05 | 73.78 | 89.8 | - |
| YUV | 223.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 236 | 0.05 | 0.06 | 0 | 0.07 | 256 | 0.28 | 0.9 |
| Hex | E1 | DD | EC | 5 | 6 | 0 | 7 | 100 | 1C | 5A |
| Octal | 341 | 335 | 354 | 5 | 6 | 0 | 7 | 400 | 34 | 132 |
| Binary | 11100001 | 11011101 | 11101100 | 101 | 110 | 0 | 111 | 100000000 | 11100 | 1011010 |
Color Harmonies of #E1DDEC
Complementary color
Monochromatic Colors of #E1DDEC
Black with #E1DDEC
Text Example
Text Example
White with #E1DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDEC; }
p { color: rgb(225,221,236); }
H1.HeaderClassName
{
color: #E1DDEC;
}
.AnyTagClassName
{
color: #E1DDEC;
}
</style>
background-color css
<style>
a { background-color: #E1DDEC; }
a { background-color: rgb(225,221,236); }
div.DivClassName
{
background-color: #E1DDEC;
}
.BgClassName
{
background-color: #E1DDEC;
}
</style>
border-color css
<style>
span { border-color: #E1DDEC; }
span { border-color: rgb(225,221,236); }
td.TdClassName
{
border-color: #E1DDEC;
}
.TagClassName
{
border-color: #E1DDEC;
}
</style>