Shades of Quartz #E2D9FA
Tints of Quartz #E2D9FA
RGB
CMYK
RGB Variations
Color information
#E2D9FA (or 0xE2D9FA) is known color: Quartz. HEX triplet: E2, D9 and FA. RGB value is (226,217,250). Sum of RGB (Red+Green+Blue) = 226+217+250=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D9FA is #1D2605. Grayscale: #DFDFDF. Windows color (decimal): -1910278 or 16439778. OLE color: 16439778.
HSL color Cylindrical-coordinate representation of color #E2D9FA: hue angle of 256.36º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2D9FA is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 217 | 250 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.02 |
| HSL | 256.36º | 0.77% | 0.92% | - |
| HSV(B) | 256.36º | 0.13% | 0.98% | - |
| XYZ | 73.43 | 72.7 | 100.6 | - |
| YUV | 223.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 250 | 0.10 | 0.13 | 0 | 0.02 | 256.36 | 0.77 | 0.92 |
| Hex | E2 | D9 | FA | A | D | 0 | 2 | 100 | 4D | 5C |
| Octal | 342 | 331 | 372 | 12 | 15 | 0 | 2 | 400 | 115 | 134 |
| Binary | 11100010 | 11011001 | 11111010 | 1010 | 1101 | 0 | 10 | 100000000 | 1001101 | 1011100 |
Color Harmonies of #E2D9FA
Complementary color
Monochromatic Colors of #E2D9FA
Black with #E2D9FA
Text Example
Text Example
White with #E2D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9FA; }
p { color: rgb(226,217,250); }
H1.HeaderClassName
{
color: #E2D9FA;
}
.AnyTagClassName
{
color: #E2D9FA;
}
</style>
background-color css
<style>
a { background-color: #E2D9FA; }
a { background-color: rgb(226,217,250); }
div.DivClassName
{
background-color: #E2D9FA;
}
.BgClassName
{
background-color: #E2D9FA;
}
</style>
border-color css
<style>
span { border-color: #E2D9FA; }
span { border-color: rgb(226,217,250); }
td.TdClassName
{
border-color: #E2D9FA;
}
.TagClassName
{
border-color: #E2D9FA;
}
</style>