Shades of Quartz #E1D7FC
Tints of Quartz #E1D7FC
RGB
CMYK
RGB Variations
Color information
#E1D7FC (or 0xE1D7FC) is known color: Quartz. HEX triplet: E1, D7 and FC. RGB value is (225,215,252). Sum of RGB (Red+Green+Blue) = 225+215+252=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1D7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7FC is #1E2803. Grayscale: #DEDEDE. Windows color (decimal): -1976324 or 16570337. OLE color: 16570337.
HSL color Cylindrical-coordinate representation of color #E1D7FC: hue angle of 256.22º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D7FC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 215 | 252 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.01 |
| HSL | 256.22º | 0.86% | 0.92% | - |
| HSV(B) | 256.22º | 0.15% | 0.99% | - |
| XYZ | 72.92 | 71.64 | 102.08 | - |
| YUV | 222.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 252 | 0.11 | 0.15 | 0 | 0.01 | 256.22 | 0.86 | 0.92 |
| Hex | E1 | D7 | FC | B | F | 0 | 1 | 100 | 56 | 5C |
| Octal | 341 | 327 | 374 | 13 | 17 | 0 | 1 | 400 | 126 | 134 |
| Binary | 11100001 | 11010111 | 11111100 | 1011 | 1111 | 0 | 1 | 100000000 | 1010110 | 1011100 |
Color Harmonies of #E1D7FC
Complementary color
Monochromatic Colors of #E1D7FC
Black with #E1D7FC
Text Example
Text Example
White with #E1D7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7FC; }
p { color: rgb(225,215,252); }
H1.HeaderClassName
{
color: #E1D7FC;
}
.AnyTagClassName
{
color: #E1D7FC;
}
</style>
background-color css
<style>
a { background-color: #E1D7FC; }
a { background-color: rgb(225,215,252); }
div.DivClassName
{
background-color: #E1D7FC;
}
.BgClassName
{
background-color: #E1D7FC;
}
</style>
border-color css
<style>
span { border-color: #E1D7FC; }
span { border-color: rgb(225,215,252); }
td.TdClassName
{
border-color: #E1D7FC;
}
.TagClassName
{
border-color: #E1D7FC;
}
</style>