Shades of Quartz #E3DCF6
Tints of Quartz #E3DCF6
RGB
CMYK
RGB Variations
Color information
#E3DCF6 (or 0xE3DCF6) is known color: Quartz. HEX triplet: E3, DC and F6. RGB value is (227,220,246). Sum of RGB (Red+Green+Blue) = 227+220+246=693 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.76% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DCF6 is #1C2309. Grayscale: #E0E0E0. Windows color (decimal): -1843978 or 16178403. OLE color: 16178403.
HSL color Cylindrical-coordinate representation of color #E3DCF6: hue angle of 256.15º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3DCF6 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 220 | 246 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.04 |
| HSL | 256.15º | 0.59% | 0.91% | - |
| HSV(B) | 256.15º | 0.11% | 0.96% | - |
| XYZ | 73.91 | 74.17 | 97.61 | - |
| YUV | 225.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 246 | 0.08 | 0.11 | 0 | 0.04 | 256.15 | 0.59 | 0.91 |
| Hex | E3 | DC | F6 | 8 | B | 0 | 4 | 100 | 3B | 5B |
| Octal | 343 | 334 | 366 | 10 | 13 | 0 | 4 | 400 | 73 | 133 |
| Binary | 11100011 | 11011100 | 11110110 | 1000 | 1011 | 0 | 100 | 100000000 | 111011 | 1011011 |
Color Harmonies of #E3DCF6
Complementary color
Monochromatic Colors of #E3DCF6
Black with #E3DCF6
Text Example
Text Example
White with #E3DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCF6; }
p { color: rgb(227,220,246); }
H1.HeaderClassName
{
color: #E3DCF6;
}
.AnyTagClassName
{
color: #E3DCF6;
}
</style>
background-color css
<style>
a { background-color: #E3DCF6; }
a { background-color: rgb(227,220,246); }
div.DivClassName
{
background-color: #E3DCF6;
}
.BgClassName
{
background-color: #E3DCF6;
}
</style>
border-color css
<style>
span { border-color: #E3DCF6; }
span { border-color: rgb(227,220,246); }
td.TdClassName
{
border-color: #E3DCF6;
}
.TagClassName
{
border-color: #E3DCF6;
}
</style>