Shades of Quartz #E1DCF4
Tints of Quartz #E1DCF4
RGB
CMYK
RGB Variations
Color information
#E1DCF4 (or 0xE1DCF4) is known color: Quartz. HEX triplet: E1, DC and F4. RGB value is (225,220,244). Sum of RGB (Red+Green+Blue) = 225+220+244=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1DCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCF4 is #1E230B. Grayscale: #E0E0E0. Windows color (decimal): -1975052 or 16047329. OLE color: 16047329.
HSL color Cylindrical-coordinate representation of color #E1DCF4: hue angle of 252.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DCF4 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 220 | 244 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.04 |
| HSL | 252.5º | 0.52% | 0.91% | - |
| HSV(B) | 252.5º | 0.1% | 0.96% | - |
| XYZ | 72.97 | 73.73 | 95.97 | - |
| YUV | 224.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 244 | 0.08 | 0.10 | 0 | 0.04 | 252.5 | 0.52 | 0.91 |
| Hex | E1 | DC | F4 | 8 | A | 0 | 4 | FD | 34 | 5B |
| Octal | 341 | 334 | 364 | 10 | 12 | 0 | 4 | 375 | 64 | 133 |
| Binary | 11100001 | 11011100 | 11110100 | 1000 | 1010 | 0 | 100 | 11111101 | 110100 | 1011011 |
Color Harmonies of #E1DCF4
Complementary color
Monochromatic Colors of #E1DCF4
Black with #E1DCF4
Text Example
Text Example
White with #E1DCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCF4; }
p { color: rgb(225,220,244); }
H1.HeaderClassName
{
color: #E1DCF4;
}
.AnyTagClassName
{
color: #E1DCF4;
}
</style>
background-color css
<style>
a { background-color: #E1DCF4; }
a { background-color: rgb(225,220,244); }
div.DivClassName
{
background-color: #E1DCF4;
}
.BgClassName
{
background-color: #E1DCF4;
}
</style>
border-color css
<style>
span { border-color: #E1DCF4; }
span { border-color: rgb(225,220,244); }
td.TdClassName
{
border-color: #E1DCF4;
}
.TagClassName
{
border-color: #E1DCF4;
}
</style>