Shades of Quartz #E2D8FC
Tints of Quartz #E2D8FC
RGB
CMYK
RGB Variations
Color information
#E2D8FC (or 0xE2D8FC) is known color: Quartz. HEX triplet: E2, D8 and FC. RGB value is (226,216,252). Sum of RGB (Red+Green+Blue) = 226+216+252=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D8FC is #1D2703. Grayscale: #DEDEDE. Windows color (decimal): -1910532 or 16570594. OLE color: 16570594.
HSL color Cylindrical-coordinate representation of color #E2D8FC: hue angle of 256.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2D8FC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 216 | 252 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.01 |
| HSL | 256.67º | 0.86% | 0.92% | - |
| HSV(B) | 256.67º | 0.14% | 0.99% | - |
| XYZ | 73.49 | 72.31 | 102.18 | - |
| YUV | 223.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 252 | 0.10 | 0.14 | 0 | 0.01 | 256.67 | 0.86 | 0.92 |
| Hex | E2 | D8 | FC | A | E | 0 | 1 | 101 | 56 | 5C |
| Octal | 342 | 330 | 374 | 12 | 16 | 0 | 1 | 401 | 126 | 134 |
| Binary | 11100010 | 11011000 | 11111100 | 1010 | 1110 | 0 | 1 | 100000001 | 1010110 | 1011100 |
Color Harmonies of #E2D8FC
Complementary color
Monochromatic Colors of #E2D8FC
Black with #E2D8FC
Text Example
Text Example
White with #E2D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D8FC; }
p { color: rgb(226,216,252); }
H1.HeaderClassName
{
color: #E2D8FC;
}
.AnyTagClassName
{
color: #E2D8FC;
}
</style>
background-color css
<style>
a { background-color: #E2D8FC; }
a { background-color: rgb(226,216,252); }
div.DivClassName
{
background-color: #E2D8FC;
}
.BgClassName
{
background-color: #E2D8FC;
}
</style>
border-color css
<style>
span { border-color: #E2D8FC; }
span { border-color: rgb(226,216,252); }
td.TdClassName
{
border-color: #E2D8FC;
}
.TagClassName
{
border-color: #E2D8FC;
}
</style>