Shades of Quartz #E1DFEA
Tints of Quartz #E1DFEA
RGB
CMYK
RGB Variations
Color information
#E1DFEA (or 0xE1DFEA) is known color: Quartz. HEX triplet: E1, DF and EA. RGB value is (225,223,234). Sum of RGB (Red+Green+Blue) = 225+223+234=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFEA is #1E2015. Grayscale: #E0E0E0. Windows color (decimal): -1974294 or 15392737. OLE color: 15392737.
HSL color Cylindrical-coordinate representation of color #E1DFEA: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DFEA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 223 | 234 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.08 |
| HSL | 250.91º | 0.21% | 0.9% | - |
| HSV(B) | 250.91º | 0.05% | 0.92% | - |
| XYZ | 72.29 | 74.72 | 88.45 | - |
| YUV | 224.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 234 | 0.04 | 0.05 | 0 | 0.08 | 250.91 | 0.21 | 0.9 |
| Hex | E1 | DF | EA | 4 | 5 | 0 | 8 | FB | 15 | 5A |
| Octal | 341 | 337 | 352 | 4 | 5 | 0 | 10 | 373 | 25 | 132 |
| Binary | 11100001 | 11011111 | 11101010 | 100 | 101 | 0 | 1000 | 11111011 | 10101 | 1011010 |
Color Harmonies of #E1DFEA
Complementary color
Monochromatic Colors of #E1DFEA
Black with #E1DFEA
Text Example
Text Example
White with #E1DFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFEA; }
p { color: rgb(225,223,234); }
H1.HeaderClassName
{
color: #E1DFEA;
}
.AnyTagClassName
{
color: #E1DFEA;
}
</style>
background-color css
<style>
a { background-color: #E1DFEA; }
a { background-color: rgb(225,223,234); }
div.DivClassName
{
background-color: #E1DFEA;
}
.BgClassName
{
background-color: #E1DFEA;
}
</style>
border-color css
<style>
span { border-color: #E1DFEA; }
span { border-color: rgb(225,223,234); }
td.TdClassName
{
border-color: #E1DFEA;
}
.TagClassName
{
border-color: #E1DFEA;
}
</style>