Shades of Quartz #E1DCEE
Tints of Quartz #E1DCEE
RGB
CMYK
RGB Variations
Color information
#E1DCEE (or 0xE1DCEE) is known color: Quartz. HEX triplet: E1, DC and EE. RGB value is (225,220,238). Sum of RGB (Red+Green+Blue) = 225+220+238=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCEE is #1E2311. Grayscale: #DFDFDF. Windows color (decimal): -1975058 or 15654113. OLE color: 15654113.
HSL color Cylindrical-coordinate representation of color #E1DCEE: hue angle of 256.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DCEE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 220 | 238 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 256.67º | 0.35% | 0.9% | - |
| HSV(B) | 256.67º | 0.08% | 0.93% | - |
| XYZ | 72.08 | 73.37 | 91.25 | - |
| YUV | 223.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 238 | 0.05 | 0.08 | 0 | 0.07 | 256.67 | 0.35 | 0.9 |
| Hex | E1 | DC | EE | 5 | 8 | 0 | 7 | 101 | 23 | 5A |
| Octal | 341 | 334 | 356 | 5 | 10 | 0 | 7 | 401 | 43 | 132 |
| Binary | 11100001 | 11011100 | 11101110 | 101 | 1000 | 0 | 111 | 100000001 | 100011 | 1011010 |
Color Harmonies of #E1DCEE
Complementary color
Monochromatic Colors of #E1DCEE
Black with #E1DCEE
Text Example
Text Example
White with #E1DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCEE; }
p { color: rgb(225,220,238); }
H1.HeaderClassName
{
color: #E1DCEE;
}
.AnyTagClassName
{
color: #E1DCEE;
}
</style>
background-color css
<style>
a { background-color: #E1DCEE; }
a { background-color: rgb(225,220,238); }
div.DivClassName
{
background-color: #E1DCEE;
}
.BgClassName
{
background-color: #E1DCEE;
}
</style>
border-color css
<style>
span { border-color: #E1DCEE; }
span { border-color: rgb(225,220,238); }
td.TdClassName
{
border-color: #E1DCEE;
}
.TagClassName
{
border-color: #E1DCEE;
}
</style>