Shades of Quartz #E0DCF3
Tints of Quartz #E0DCF3
RGB
CMYK
RGB Variations
Color information
#E0DCF3 (or 0xE0DCF3) is known color: Quartz. HEX triplet: E0, DC and F3. RGB value is (224,220,243). Sum of RGB (Red+Green+Blue) = 224+220+243=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCF3 is #1F230C. Grayscale: #DFDFDF. Windows color (decimal): -2040589 or 15981792. OLE color: 15981792.
HSL color Cylindrical-coordinate representation of color #E0DCF3: hue angle of 250.43º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DCF3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 220 | 243 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.05 |
| HSL | 250.43º | 0.49% | 0.91% | - |
| HSV(B) | 250.43º | 0.09% | 0.95% | - |
| XYZ | 72.51 | 73.5 | 95.16 | - |
| YUV | 223.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 243 | 0.08 | 0.09 | 0 | 0.05 | 250.43 | 0.49 | 0.91 |
| Hex | E0 | DC | F3 | 8 | 9 | 0 | 5 | FA | 31 | 5B |
| Octal | 340 | 334 | 363 | 10 | 11 | 0 | 5 | 372 | 61 | 133 |
| Binary | 11100000 | 11011100 | 11110011 | 1000 | 1001 | 0 | 101 | 11111010 | 110001 | 1011011 |
Color Harmonies of #E0DCF3
Complementary color
Monochromatic Colors of #E0DCF3
Black with #E0DCF3
Text Example
Text Example
White with #E0DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCF3; }
p { color: rgb(224,220,243); }
H1.HeaderClassName
{
color: #E0DCF3;
}
.AnyTagClassName
{
color: #E0DCF3;
}
</style>
background-color css
<style>
a { background-color: #E0DCF3; }
a { background-color: rgb(224,220,243); }
div.DivClassName
{
background-color: #E0DCF3;
}
.BgClassName
{
background-color: #E0DCF3;
}
</style>
border-color css
<style>
span { border-color: #E0DCF3; }
span { border-color: rgb(224,220,243); }
td.TdClassName
{
border-color: #E0DCF3;
}
.TagClassName
{
border-color: #E0DCF3;
}
</style>