Shades of Quartz #E1DCF6
Tints of Quartz #E1DCF6
RGB
CMYK
RGB Variations
Color information
#E1DCF6 (or 0xE1DCF6) is known color: Quartz. HEX triplet: E1, DC and F6. RGB value is (225,220,246). Sum of RGB (Red+Green+Blue) = 225+220+246=691 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.56% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCF6 is #1E2309. Grayscale: #E0E0E0. Windows color (decimal): -1975050 or 16178401. OLE color: 16178401.
HSL color Cylindrical-coordinate representation of color #E1DCF6: hue angle of 251.54º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1DCF6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 220 | 246 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.04 |
| HSL | 251.54º | 0.59% | 0.91% | - |
| HSV(B) | 251.54º | 0.11% | 0.96% | - |
| XYZ | 73.28 | 73.85 | 97.58 | - |
| YUV | 224.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 246 | 0.09 | 0.11 | 0 | 0.04 | 251.54 | 0.59 | 0.91 |
| Hex | E1 | DC | F6 | 9 | B | 0 | 4 | FC | 3B | 5B |
| Octal | 341 | 334 | 366 | 11 | 13 | 0 | 4 | 374 | 73 | 133 |
| Binary | 11100001 | 11011100 | 11110110 | 1001 | 1011 | 0 | 100 | 11111100 | 111011 | 1011011 |
Color Harmonies of #E1DCF6
Complementary color
Monochromatic Colors of #E1DCF6
Black with #E1DCF6
Text Example
Text Example
White with #E1DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCF6; }
p { color: rgb(225,220,246); }
H1.HeaderClassName
{
color: #E1DCF6;
}
.AnyTagClassName
{
color: #E1DCF6;
}
</style>
background-color css
<style>
a { background-color: #E1DCF6; }
a { background-color: rgb(225,220,246); }
div.DivClassName
{
background-color: #E1DCF6;
}
.BgClassName
{
background-color: #E1DCF6;
}
</style>
border-color css
<style>
span { border-color: #E1DCF6; }
span { border-color: rgb(225,220,246); }
td.TdClassName
{
border-color: #E1DCF6;
}
.TagClassName
{
border-color: #E1DCF6;
}
</style>