Shades of Quartz #E2DAFC
Tints of Quartz #E2DAFC
RGB
CMYK
RGB Variations
Color information
#E2DAFC (or 0xE2DAFC) is known color: Quartz. HEX triplet: E2, DA and FC. RGB value is (226,218,252). Sum of RGB (Red+Green+Blue) = 226+218+252=696 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.47% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAFC is #1D2503. Grayscale: #E0E0E0. Windows color (decimal): -1910020 or 16571106. OLE color: 16571106.
HSL color Cylindrical-coordinate representation of color #E2DAFC: hue angle of 254.12º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DAFC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 218 | 252 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.01 |
| HSL | 254.12º | 0.85% | 0.92% | - |
| HSV(B) | 254.12º | 0.13% | 0.99% | - |
| XYZ | 74.01 | 73.34 | 102.35 | - |
| YUV | 224.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 252 | 0.10 | 0.13 | 0 | 0.01 | 254.12 | 0.85 | 0.92 |
| Hex | E2 | DA | FC | A | D | 0 | 1 | FE | 55 | 5C |
| Octal | 342 | 332 | 374 | 12 | 15 | 0 | 1 | 376 | 125 | 134 |
| Binary | 11100010 | 11011010 | 11111100 | 1010 | 1101 | 0 | 1 | 11111110 | 1010101 | 1011100 |
Color Harmonies of #E2DAFC
Complementary color
Monochromatic Colors of #E2DAFC
Black with #E2DAFC
Text Example
Text Example
White with #E2DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAFC; }
p { color: rgb(226,218,252); }
H1.HeaderClassName
{
color: #E2DAFC;
}
.AnyTagClassName
{
color: #E2DAFC;
}
</style>
background-color css
<style>
a { background-color: #E2DAFC; }
a { background-color: rgb(226,218,252); }
div.DivClassName
{
background-color: #E2DAFC;
}
.BgClassName
{
background-color: #E2DAFC;
}
</style>
border-color css
<style>
span { border-color: #E2DAFC; }
span { border-color: rgb(226,218,252); }
td.TdClassName
{
border-color: #E2DAFC;
}
.TagClassName
{
border-color: #E2DAFC;
}
</style>