Shades of Quartz #E1DDF2
Tints of Quartz #E1DDF2
RGB
CMYK
RGB Variations
Color information
#E1DDF2 (or 0xE1DDF2) is known color: Quartz. HEX triplet: E1, DD and F2. RGB value is (225,221,242). Sum of RGB (Red+Green+Blue) = 225+221+242=688 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.70% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDF2 is #1E220D. Grayscale: #E0E0E0. Windows color (decimal): -1974798 or 15916513. OLE color: 15916513.
HSL color Cylindrical-coordinate representation of color #E1DDF2: hue angle of 251.43º degrees, saturation: 0.45, 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 #E1DDF2 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 221 | 242 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.05 |
| HSL | 251.43º | 0.45% | 0.91% | - |
| HSV(B) | 251.43º | 0.09% | 0.95% | - |
| XYZ | 72.93 | 74.13 | 94.47 | - |
| YUV | 224.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 242 | 0.07 | 0.09 | 0 | 0.05 | 251.43 | 0.45 | 0.91 |
| Hex | E1 | DD | F2 | 7 | 9 | 0 | 5 | FB | 2D | 5B |
| Octal | 341 | 335 | 362 | 7 | 11 | 0 | 5 | 373 | 55 | 133 |
| Binary | 11100001 | 11011101 | 11110010 | 111 | 1001 | 0 | 101 | 11111011 | 101101 | 1011011 |
Color Harmonies of #E1DDF2
Complementary color
Monochromatic Colors of #E1DDF2
Black with #E1DDF2
Text Example
Text Example
White with #E1DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDF2; }
p { color: rgb(225,221,242); }
H1.HeaderClassName
{
color: #E1DDF2;
}
.AnyTagClassName
{
color: #E1DDF2;
}
</style>
background-color css
<style>
a { background-color: #E1DDF2; }
a { background-color: rgb(225,221,242); }
div.DivClassName
{
background-color: #E1DDF2;
}
.BgClassName
{
background-color: #E1DDF2;
}
</style>
border-color css
<style>
span { border-color: #E1DDF2; }
span { border-color: rgb(225,221,242); }
td.TdClassName
{
border-color: #E1DDF2;
}
.TagClassName
{
border-color: #E1DDF2;
}
</style>