Shades of Quartz #E2DAFA
Tints of Quartz #E2DAFA
RGB
CMYK
RGB Variations
Color information
#E2DAFA (or 0xE2DAFA) is known color: Quartz. HEX triplet: E2, DA and FA. RGB value is (226,218,250). Sum of RGB (Red+Green+Blue) = 226+218+250=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFA is #1D2505. Grayscale: #DFDFDF. Windows color (decimal): -1910022 or 16440034. OLE color: 16440034.
HSL color Cylindrical-coordinate representation of color #E2DAFA: hue angle of 255º degrees, saturation: 0.76, 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 #E2DAFA is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 218 | 250 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.02 |
| HSL | 255º | 0.76% | 0.92% | - |
| HSV(B) | 255º | 0.13% | 0.98% | - |
| XYZ | 73.69 | 73.21 | 100.69 | - |
| YUV | 224.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 250 | 0.10 | 0.13 | 0 | 0.02 | 255 | 0.76 | 0.92 |
| Hex | E2 | DA | FA | A | D | 0 | 2 | FF | 4C | 5C |
| Octal | 342 | 332 | 372 | 12 | 15 | 0 | 2 | 377 | 114 | 134 |
| Binary | 11100010 | 11011010 | 11111010 | 1010 | 1101 | 0 | 10 | 11111111 | 1001100 | 1011100 |
Color Harmonies of #E2DAFA
Complementary color
Monochromatic Colors of #E2DAFA
Black with #E2DAFA
Text Example
Text Example
White with #E2DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAFA; }
p { color: rgb(226,218,250); }
H1.HeaderClassName
{
color: #E2DAFA;
}
.AnyTagClassName
{
color: #E2DAFA;
}
</style>
background-color css
<style>
a { background-color: #E2DAFA; }
a { background-color: rgb(226,218,250); }
div.DivClassName
{
background-color: #E2DAFA;
}
.BgClassName
{
background-color: #E2DAFA;
}
</style>
border-color css
<style>
span { border-color: #E2DAFA; }
span { border-color: rgb(226,218,250); }
td.TdClassName
{
border-color: #E2DAFA;
}
.TagClassName
{
border-color: #E2DAFA;
}
</style>