Shades of Quartz #E1DDF6
Tints of Quartz #E1DDF6
RGB
CMYK
RGB Variations
Color information
#E1DDF6 (or 0xE1DDF6) is known color: Quartz. HEX triplet: E1, DD and F6. RGB value is (225,221,246). Sum of RGB (Red+Green+Blue) = 225+221+246=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDF6 is #1E2209. Grayscale: #E0E0E0. Windows color (decimal): -1974794 or 16178657. OLE color: 16178657.
HSL color Cylindrical-coordinate representation of color #E1DDF6: hue angle of 249.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DDF6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 221 | 246 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 249.6º | 0.58% | 0.92% | - |
| HSV(B) | 249.6º | 0.1% | 0.96% | - |
| XYZ | 73.54 | 74.37 | 97.67 | - |
| YUV | 225.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 246 | 0.09 | 0.10 | 0 | 0.04 | 249.6 | 0.58 | 0.92 |
| Hex | E1 | DD | F6 | 9 | A | 0 | 4 | FA | 3A | 5C |
| Octal | 341 | 335 | 366 | 11 | 12 | 0 | 4 | 372 | 72 | 134 |
| Binary | 11100001 | 11011101 | 11110110 | 1001 | 1010 | 0 | 100 | 11111010 | 111010 | 1011100 |
Color Harmonies of #E1DDF6
Complementary color
Monochromatic Colors of #E1DDF6
Black with #E1DDF6
Text Example
Text Example
White with #E1DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDF6; }
p { color: rgb(225,221,246); }
H1.HeaderClassName
{
color: #E1DDF6;
}
.AnyTagClassName
{
color: #E1DDF6;
}
</style>
background-color css
<style>
a { background-color: #E1DDF6; }
a { background-color: rgb(225,221,246); }
div.DivClassName
{
background-color: #E1DDF6;
}
.BgClassName
{
background-color: #E1DDF6;
}
</style>
border-color css
<style>
span { border-color: #E1DDF6; }
span { border-color: rgb(225,221,246); }
td.TdClassName
{
border-color: #E1DDF6;
}
.TagClassName
{
border-color: #E1DDF6;
}
</style>