Shades of Quartz #E1D9FF
Tints of Quartz #E1D9FF
RGB
CMYK
RGB Variations
Color information
#E1D9FF (or 0xE1D9FF) is known color: Quartz. HEX triplet: E1, D9 and FF. RGB value is (225,217,255). Sum of RGB (Red+Green+Blue) = 225+217+255=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D9FF is #1E2600. Grayscale: #DFDFDF. Windows color (decimal): -1975809 or 16767457. OLE color: 16767457.
HSL color Cylindrical-coordinate representation of color #E1D9FF: hue angle of 252.63º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D9FF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 217 | 255 | - |
| CMYK | 0.12 | 0.15 | 0 | 0 |
| HSL | 252.63º | 1% | 0.93% | - |
| HSV(B) | 252.63º | 0.15% | 1% | - |
| XYZ | 73.91 | 72.85 | 104.77 | - |
| YUV | 223.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 255 | 0.12 | 0.15 | 0 | 0 | 252.63 | 1 | 0.93 |
| Hex | E1 | D9 | FF | C | F | 0 | 0 | FD | 64 | 5D |
| Octal | 341 | 331 | 377 | 14 | 17 | 0 | 0 | 375 | 144 | 135 |
| Binary | 11100001 | 11011001 | 11111111 | 1100 | 1111 | 0 | 0 | 11111101 | 1100100 | 1011101 |
Color Harmonies of #E1D9FF
Complementary color
Monochromatic Colors of #E1D9FF
Black with #E1D9FF
Text Example
Text Example
White with #E1D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9FF; }
p { color: rgb(225,217,255); }
H1.HeaderClassName
{
color: #E1D9FF;
}
.AnyTagClassName
{
color: #E1D9FF;
}
</style>
background-color css
<style>
a { background-color: #E1D9FF; }
a { background-color: rgb(225,217,255); }
div.DivClassName
{
background-color: #E1D9FF;
}
.BgClassName
{
background-color: #E1D9FF;
}
</style>
border-color css
<style>
span { border-color: #E1D9FF; }
span { border-color: rgb(225,217,255); }
td.TdClassName
{
border-color: #E1D9FF;
}
.TagClassName
{
border-color: #E1D9FF;
}
</style>