Shades of Quartz #E2DFEC
Tints of Quartz #E2DFEC
RGB
CMYK
RGB Variations
Color information
#E2DFEC (or 0xE2DFEC) is known color: Quartz. HEX triplet: E2, DF and EC. RGB value is (226,223,236). Sum of RGB (Red+Green+Blue) = 226+223+236=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFEC is #1D2013. Grayscale: #E1E1E1. Windows color (decimal): -1908756 or 15523810. OLE color: 15523810.
HSL color Cylindrical-coordinate representation of color #E2DFEC: hue angle of 253.85º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DFEC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 223 | 236 | - |
CMYK | 0.04 | 0.06 | 0 | 0.07 |
HSL | 253.85º | 0.25% | 0.9% | - |
HSV(B) | 253.85º | 0.06% | 0.93% | - |
XYZ | 72.89 | 75 | 89.99 | - |
YUV | 225.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 236 | 0.04 | 0.06 | 0 | 0.07 | 253.85 | 0.25 | 0.9 |
Hex | E2 | DF | EC | 4 | 6 | 0 | 7 | FE | 19 | 5A |
Octal | 342 | 337 | 354 | 4 | 6 | 0 | 7 | 376 | 31 | 132 |
Binary | 11100010 | 11011111 | 11101100 | 100 | 110 | 0 | 111 | 11111110 | 11001 | 1011010 |
Color Harmonies of #E2DFEC
Complementary color
Monochromatic Colors of #E2DFEC
Black with #E2DFEC
Text Example
Text Example
White with #E2DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFEC; }
p { color: rgb(226,223,236); }
H1.HeaderClassName
{
color: #E2DFEC;
}
.AnyTagClassName
{
color: #E2DFEC;
}
</style>
background-color css
<style>
a { background-color: #E2DFEC; }
a { background-color: rgb(226,223,236); }
div.DivClassName
{
background-color: #E2DFEC;
}
.BgClassName
{
background-color: #E2DFEC;
}
</style>
border-color css
<style>
span { border-color: #E2DFEC; }
span { border-color: rgb(226,223,236); }
td.TdClassName
{
border-color: #E2DFEC;
}
.TagClassName
{
border-color: #E2DFEC;
}
</style>