Shades of Quartz #E0DCFC
Tints of Quartz #E0DCFC
RGB
CMYK
RGB Variations
Color information
#E0DCFC (or 0xE0DCFC) is known color: Quartz. HEX triplet: E0, DC and FC. RGB value is (224,220,252). Sum of RGB (Red+Green+Blue) = 224+220+252=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCFC is #1F2303. Grayscale: #E0E0E0. Windows color (decimal): -2040580 or 16571616. OLE color: 16571616.
HSL color Cylindrical-coordinate representation of color #E0DCFC: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DCFC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 220 | 252 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.01 |
| HSL | 247.5º | 0.84% | 0.93% | - |
| HSV(B) | 247.5º | 0.13% | 0.99% | - |
| XYZ | 73.9 | 74.06 | 102.5 | - |
| YUV | 224.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 252 | 0.11 | 0.13 | 0 | 0.01 | 247.5 | 0.84 | 0.93 |
| Hex | E0 | DC | FC | B | D | 0 | 1 | F8 | 54 | 5D |
| Octal | 340 | 334 | 374 | 13 | 15 | 0 | 1 | 370 | 124 | 135 |
| Binary | 11100000 | 11011100 | 11111100 | 1011 | 1101 | 0 | 1 | 11111000 | 1010100 | 1011101 |
Color Harmonies of #E0DCFC
Complementary color
Monochromatic Colors of #E0DCFC
Black with #E0DCFC
Text Example
Text Example
White with #E0DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCFC; }
p { color: rgb(224,220,252); }
H1.HeaderClassName
{
color: #E0DCFC;
}
.AnyTagClassName
{
color: #E0DCFC;
}
</style>
background-color css
<style>
a { background-color: #E0DCFC; }
a { background-color: rgb(224,220,252); }
div.DivClassName
{
background-color: #E0DCFC;
}
.BgClassName
{
background-color: #E0DCFC;
}
</style>
border-color css
<style>
span { border-color: #E0DCFC; }
span { border-color: rgb(224,220,252); }
td.TdClassName
{
border-color: #E0DCFC;
}
.TagClassName
{
border-color: #E0DCFC;
}
</style>