Shades of Quartz #E1DEF0
Tints of Quartz #E1DEF0
RGB
CMYK
RGB Variations
Color information
#E1DEF0 (or 0xE1DEF0) is known color: Quartz. HEX triplet: E1, DE and F0. RGB value is (225,222,240). Sum of RGB (Red+Green+Blue) = 225+222+240=687 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.75% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1DEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEF0 is #1E210F. Grayscale: #E0E0E0. Windows color (decimal): -1974544 or 15785697. OLE color: 15785697.
HSL color Cylindrical-coordinate representation of color #E1DEF0: hue angle of 250º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1DEF0 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 222 | 240 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.06 |
| HSL | 250º | 0.38% | 0.91% | - |
| HSV(B) | 250º | 0.07% | 0.94% | - |
| XYZ | 72.9 | 74.54 | 92.98 | - |
| YUV | 224.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 240 | 0.06 | 0.08 | 0 | 0.06 | 250 | 0.38 | 0.91 |
| Hex | E1 | DE | F0 | 6 | 8 | 0 | 6 | FA | 26 | 5B |
| Octal | 341 | 336 | 360 | 6 | 10 | 0 | 6 | 372 | 46 | 133 |
| Binary | 11100001 | 11011110 | 11110000 | 110 | 1000 | 0 | 110 | 11111010 | 100110 | 1011011 |
Color Harmonies of #E1DEF0
Complementary color
Monochromatic Colors of #E1DEF0
Black with #E1DEF0
Text Example
Text Example
White with #E1DEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEF0; }
p { color: rgb(225,222,240); }
H1.HeaderClassName
{
color: #E1DEF0;
}
.AnyTagClassName
{
color: #E1DEF0;
}
</style>
background-color css
<style>
a { background-color: #E1DEF0; }
a { background-color: rgb(225,222,240); }
div.DivClassName
{
background-color: #E1DEF0;
}
.BgClassName
{
background-color: #E1DEF0;
}
</style>
border-color css
<style>
span { border-color: #E1DEF0; }
span { border-color: rgb(225,222,240); }
td.TdClassName
{
border-color: #E1DEF0;
}
.TagClassName
{
border-color: #E1DEF0;
}
</style>