Shades of Quartz #E2DBF2
Tints of Quartz #E2DBF2
RGB
CMYK
RGB Variations
Color information
#E2DBF2 (or 0xE2DBF2) is known color: Quartz. HEX triplet: E2, DB and F2. RGB value is (226,219,242). Sum of RGB (Red+Green+Blue) = 226+219+242=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBF2 is #1D240D. Grayscale: #DFDFDF. Windows color (decimal): -1909774 or 15916002. OLE color: 15916002.
HSL color Cylindrical-coordinate representation of color #E2DBF2: hue angle of 258.26º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DBF2 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 219 | 242 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.05 |
| HSL | 258.26º | 0.47% | 0.9% | - |
| HSV(B) | 258.26º | 0.1% | 0.95% | - |
| XYZ | 72.72 | 73.24 | 94.31 | - |
| YUV | 223.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 242 | 0.07 | 0.10 | 0 | 0.05 | 258.26 | 0.47 | 0.9 |
| Hex | E2 | DB | F2 | 7 | A | 0 | 5 | 102 | 2F | 5A |
| Octal | 342 | 333 | 362 | 7 | 12 | 0 | 5 | 402 | 57 | 132 |
| Binary | 11100010 | 11011011 | 11110010 | 111 | 1010 | 0 | 101 | 100000010 | 101111 | 1011010 |
Color Harmonies of #E2DBF2
Complementary color
Monochromatic Colors of #E2DBF2
Black with #E2DBF2
Text Example
Text Example
White with #E2DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBF2; }
p { color: rgb(226,219,242); }
H1.HeaderClassName
{
color: #E2DBF2;
}
.AnyTagClassName
{
color: #E2DBF2;
}
</style>
background-color css
<style>
a { background-color: #E2DBF2; }
a { background-color: rgb(226,219,242); }
div.DivClassName
{
background-color: #E2DBF2;
}
.BgClassName
{
background-color: #E2DBF2;
}
</style>
border-color css
<style>
span { border-color: #E2DBF2; }
span { border-color: rgb(226,219,242); }
td.TdClassName
{
border-color: #E2DBF2;
}
.TagClassName
{
border-color: #E2DBF2;
}
</style>