Shades of Quartz #E2D7FC
Tints of Quartz #E2D7FC
RGB
CMYK
RGB Variations
Color information
#E2D7FC (or 0xE2D7FC) is known color: Quartz. HEX triplet: E2, D7 and FC. RGB value is (226,215,252). Sum of RGB (Red+Green+Blue) = 226+215+252=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2D7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D7FC is #1D2803. Grayscale: #DEDEDE. Windows color (decimal): -1910788 or 16570338. OLE color: 16570338.
HSL color Cylindrical-coordinate representation of color #E2D7FC: hue angle of 257.84º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D7FC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 215 | 252 | - |
CMYK | 0.10 | 0.15 | 0 | 0.01 |
HSL | 257.84º | 0.86% | 0.92% | - |
HSV(B) | 257.84º | 0.15% | 0.99% | - |
XYZ | 73.24 | 71.8 | 102.09 | - |
YUV | 222.51 | 144.64 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 215 | 252 | 0.10 | 0.15 | 0 | 0.01 | 257.84 | 0.86 | 0.92 |
Hex | E2 | D7 | FC | A | F | 0 | 1 | 102 | 56 | 5C |
Octal | 342 | 327 | 374 | 12 | 17 | 0 | 1 | 402 | 126 | 134 |
Binary | 11100010 | 11010111 | 11111100 | 1010 | 1111 | 0 | 1 | 100000010 | 1010110 | 1011100 |
Color Harmonies of #E2D7FC
Complementary color
Monochromatic Colors of #E2D7FC
Black with #E2D7FC
Text Example
Text Example
White with #E2D7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D7FC; }
p { color: rgb(226,215,252); }
H1.HeaderClassName
{
color: #E2D7FC;
}
.AnyTagClassName
{
color: #E2D7FC;
}
</style>
background-color css
<style>
a { background-color: #E2D7FC; }
a { background-color: rgb(226,215,252); }
div.DivClassName
{
background-color: #E2D7FC;
}
.BgClassName
{
background-color: #E2D7FC;
}
</style>
border-color css
<style>
span { border-color: #E2D7FC; }
span { border-color: rgb(226,215,252); }
td.TdClassName
{
border-color: #E2D7FC;
}
.TagClassName
{
border-color: #E2D7FC;
}
</style>