Shades of Quartz #E1DCF0
Tints of Quartz #E1DCF0
RGB
CMYK
RGB Variations
Color information
#E1DCF0 (or 0xE1DCF0) is known color: Quartz. HEX triplet: E1, DC and F0. RGB value is (225,220,240). Sum of RGB (Red+Green+Blue) = 225+220+240=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1DCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCF0 is #1E230F. Grayscale: #DFDFDF. Windows color (decimal): -1975056 or 15785185. OLE color: 15785185.
HSL color Cylindrical-coordinate representation of color #E1DCF0: hue angle of 255º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DCF0 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 220 | 240 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.06 |
| HSL | 255º | 0.4% | 0.9% | - |
| HSV(B) | 255º | 0.08% | 0.94% | - |
| XYZ | 72.37 | 73.49 | 92.81 | - |
| YUV | 223.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 240 | 0.06 | 0.08 | 0 | 0.06 | 255 | 0.4 | 0.9 |
| Hex | E1 | DC | F0 | 6 | 8 | 0 | 6 | FF | 28 | 5A |
| Octal | 341 | 334 | 360 | 6 | 10 | 0 | 6 | 377 | 50 | 132 |
| Binary | 11100001 | 11011100 | 11110000 | 110 | 1000 | 0 | 110 | 11111111 | 101000 | 1011010 |
Color Harmonies of #E1DCF0
Complementary color
Monochromatic Colors of #E1DCF0
Black with #E1DCF0
Text Example
Text Example
White with #E1DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCF0; }
p { color: rgb(225,220,240); }
H1.HeaderClassName
{
color: #E1DCF0;
}
.AnyTagClassName
{
color: #E1DCF0;
}
</style>
background-color css
<style>
a { background-color: #E1DCF0; }
a { background-color: rgb(225,220,240); }
div.DivClassName
{
background-color: #E1DCF0;
}
.BgClassName
{
background-color: #E1DCF0;
}
</style>
border-color css
<style>
span { border-color: #E1DCF0; }
span { border-color: rgb(225,220,240); }
td.TdClassName
{
border-color: #E1DCF0;
}
.TagClassName
{
border-color: #E1DCF0;
}
</style>