Shades of Quartz #E1DCFA
Tints of Quartz #E1DCFA
RGB
CMYK
RGB Variations
Color information
#E1DCFA (or 0xE1DCFA) is known color: Quartz. HEX triplet: E1, DC and FA. RGB value is (225,220,250). Sum of RGB (Red+Green+Blue) = 225+220+250=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCFA is #1E2305. Grayscale: #E0E0E0. Windows color (decimal): -1975046 or 16440545. OLE color: 16440545.
HSL color Cylindrical-coordinate representation of color #E1DCFA: hue angle of 250º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1DCFA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 220 | 250 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.02 |
| HSL | 250º | 0.75% | 0.92% | - |
| HSV(B) | 250º | 0.12% | 0.98% | - |
| XYZ | 73.9 | 74.1 | 100.85 | - |
| YUV | 224.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 250 | 0.10 | 0.12 | 0 | 0.02 | 250 | 0.75 | 0.92 |
| Hex | E1 | DC | FA | A | C | 0 | 2 | FA | 4B | 5C |
| Octal | 341 | 334 | 372 | 12 | 14 | 0 | 2 | 372 | 113 | 134 |
| Binary | 11100001 | 11011100 | 11111010 | 1010 | 1100 | 0 | 10 | 11111010 | 1001011 | 1011100 |
Color Harmonies of #E1DCFA
Complementary color
Monochromatic Colors of #E1DCFA
Black with #E1DCFA
Text Example
Text Example
White with #E1DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCFA; }
p { color: rgb(225,220,250); }
H1.HeaderClassName
{
color: #E1DCFA;
}
.AnyTagClassName
{
color: #E1DCFA;
}
</style>
background-color css
<style>
a { background-color: #E1DCFA; }
a { background-color: rgb(225,220,250); }
div.DivClassName
{
background-color: #E1DCFA;
}
.BgClassName
{
background-color: #E1DCFA;
}
</style>
border-color css
<style>
span { border-color: #E1DCFA; }
span { border-color: rgb(225,220,250); }
td.TdClassName
{
border-color: #E1DCFA;
}
.TagClassName
{
border-color: #E1DCFA;
}
</style>