Shades of Quartz #E2DDF6
Tints of Quartz #E2DDF6
RGB
CMYK
RGB Variations
Color information
#E2DDF6 (or 0xE2DDF6) is known color: Quartz. HEX triplet: E2, DD and F6. RGB value is (226,221,246). Sum of RGB (Red+Green+Blue) = 226+221+246=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDF6 is #1D2209. Grayscale: #E1E1E1. Windows color (decimal): -1909258 or 16178658. OLE color: 16178658.
HSL color Cylindrical-coordinate representation of color #E2DDF6: hue angle of 252º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DDF6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 226 | 221 | 246 | - |
CMYK | 0.08 | 0.10 | 0 | 0.04 |
HSL | 252º | 0.58% | 0.92% | - |
HSV(B) | 252º | 0.1% | 0.96% | - |
XYZ | 73.86 | 74.54 | 97.68 | - |
YUV | 225.35 | 139.66 | 128.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 246 | 0.08 | 0.10 | 0 | 0.04 | 252 | 0.58 | 0.92 |
Hex | E2 | DD | F6 | 8 | A | 0 | 4 | FC | 3A | 5C |
Octal | 342 | 335 | 366 | 10 | 12 | 0 | 4 | 374 | 72 | 134 |
Binary | 11100010 | 11011101 | 11110110 | 1000 | 1010 | 0 | 100 | 11111100 | 111010 | 1011100 |
Color Harmonies of #E2DDF6
Complementary color
Monochromatic Colors of #E2DDF6
Black with #E2DDF6
Text Example
Text Example
White with #E2DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDF6; }
p { color: rgb(226,221,246); }
H1.HeaderClassName
{
color: #E2DDF6;
}
.AnyTagClassName
{
color: #E2DDF6;
}
</style>
background-color css
<style>
a { background-color: #E2DDF6; }
a { background-color: rgb(226,221,246); }
div.DivClassName
{
background-color: #E2DDF6;
}
.BgClassName
{
background-color: #E2DDF6;
}
</style>
border-color css
<style>
span { border-color: #E2DDF6; }
span { border-color: rgb(226,221,246); }
td.TdClassName
{
border-color: #E2DDF6;
}
.TagClassName
{
border-color: #E2DDF6;
}
</style>