Shades of Quartz #E1DDF4
Tints of Quartz #E1DDF4
RGB
CMYK
RGB Variations
Color information
#E1DDF4 (or 0xE1DDF4) is known color: Quartz. HEX triplet: E1, DD and F4. RGB value is (225,221,244). Sum of RGB (Red+Green+Blue) = 225+221+244=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1DDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDF4 is #1E220B. Grayscale: #E0E0E0. Windows color (decimal): -1974796 or 16047585. OLE color: 16047585.
HSL color Cylindrical-coordinate representation of color #E1DDF4: hue angle of 250.43º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DDF4 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 221 | 244 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.04 |
| HSL | 250.43º | 0.51% | 0.91% | - |
| HSV(B) | 250.43º | 0.09% | 0.96% | - |
| XYZ | 73.24 | 74.25 | 96.06 | - |
| YUV | 224.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 244 | 0.08 | 0.09 | 0 | 0.04 | 250.43 | 0.51 | 0.91 |
| Hex | E1 | DD | F4 | 8 | 9 | 0 | 4 | FA | 33 | 5B |
| Octal | 341 | 335 | 364 | 10 | 11 | 0 | 4 | 372 | 63 | 133 |
| Binary | 11100001 | 11011101 | 11110100 | 1000 | 1001 | 0 | 100 | 11111010 | 110011 | 1011011 |
Color Harmonies of #E1DDF4
Complementary color
Monochromatic Colors of #E1DDF4
Black with #E1DDF4
Text Example
Text Example
White with #E1DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDF4; }
p { color: rgb(225,221,244); }
H1.HeaderClassName
{
color: #E1DDF4;
}
.AnyTagClassName
{
color: #E1DDF4;
}
</style>
background-color css
<style>
a { background-color: #E1DDF4; }
a { background-color: rgb(225,221,244); }
div.DivClassName
{
background-color: #E1DDF4;
}
.BgClassName
{
background-color: #E1DDF4;
}
</style>
border-color css
<style>
span { border-color: #E1DDF4; }
span { border-color: rgb(225,221,244); }
td.TdClassName
{
border-color: #E1DDF4;
}
.TagClassName
{
border-color: #E1DDF4;
}
</style>