Shades of Quartz #E2DFEA
Tints of Quartz #E2DFEA
RGB
CMYK
RGB Variations
Color information
#E2DFEA (or 0xE2DFEA) is known color: Quartz. HEX triplet: E2, DF and EA. RGB value is (226,223,234). Sum of RGB (Red+Green+Blue) = 226+223+234=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFEA is #1D2015. Grayscale: #E1E1E1. Windows color (decimal): -1908758 or 15392738. OLE color: 15392738.
HSL color Cylindrical-coordinate representation of color #E2DFEA: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DFEA is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 223 | 234 | - |
CMYK | 0.03 | 0.05 | 0 | 0.08 |
HSL | 256.36º | 0.21% | 0.9% | - |
HSV(B) | 256.36º | 0.05% | 0.92% | - |
XYZ | 72.6 | 74.88 | 88.47 | - |
YUV | 225.15 | 132.99 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 234 | 0.03 | 0.05 | 0 | 0.08 | 256.36 | 0.21 | 0.9 |
Hex | E2 | DF | EA | 3 | 5 | 0 | 8 | 100 | 15 | 5A |
Octal | 342 | 337 | 352 | 3 | 5 | 0 | 10 | 400 | 25 | 132 |
Binary | 11100010 | 11011111 | 11101010 | 11 | 101 | 0 | 1000 | 100000000 | 10101 | 1011010 |
Color Harmonies of #E2DFEA
Complementary color
Monochromatic Colors of #E2DFEA
Black with #E2DFEA
Text Example
Text Example
White with #E2DFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFEA; }
p { color: rgb(226,223,234); }
H1.HeaderClassName
{
color: #E2DFEA;
}
.AnyTagClassName
{
color: #E2DFEA;
}
</style>
background-color css
<style>
a { background-color: #E2DFEA; }
a { background-color: rgb(226,223,234); }
div.DivClassName
{
background-color: #E2DFEA;
}
.BgClassName
{
background-color: #E2DFEA;
}
</style>
border-color css
<style>
span { border-color: #E2DFEA; }
span { border-color: rgb(226,223,234); }
td.TdClassName
{
border-color: #E2DFEA;
}
.TagClassName
{
border-color: #E2DFEA;
}
</style>