Shades of Quartz #E2DDF2
Tints of Quartz #E2DDF2
RGB
CMYK
RGB Variations
Color information
#E2DDF2 (or 0xE2DDF2) is known color: Quartz. HEX triplet: E2, DD and F2. RGB value is (226,221,242). Sum of RGB (Red+Green+Blue) = 226+221+242=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDF2 is #1D220D. Grayscale: #E0E0E0. Windows color (decimal): -1909262 or 15916514. OLE color: 15916514.
HSL color Cylindrical-coordinate representation of color #E2DDF2: hue angle of 254.29º 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 #E2DDF2 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 226 | 221 | 242 | - |
CMYK | 0.07 | 0.09 | 0 | 0.05 |
HSL | 254.29º | 0.45% | 0.91% | - |
HSV(B) | 254.29º | 0.09% | 0.95% | - |
XYZ | 73.25 | 74.29 | 94.48 | - |
YUV | 224.89 | 137.66 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 242 | 0.07 | 0.09 | 0 | 0.05 | 254.29 | 0.45 | 0.91 |
Hex | E2 | DD | F2 | 7 | 9 | 0 | 5 | FE | 2D | 5B |
Octal | 342 | 335 | 362 | 7 | 11 | 0 | 5 | 376 | 55 | 133 |
Binary | 11100010 | 11011101 | 11110010 | 111 | 1001 | 0 | 101 | 11111110 | 101101 | 1011011 |
Color Harmonies of #E2DDF2
Complementary color
Monochromatic Colors of #E2DDF2
Black with #E2DDF2
Text Example
Text Example
White with #E2DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDF2; }
p { color: rgb(226,221,242); }
H1.HeaderClassName
{
color: #E2DDF2;
}
.AnyTagClassName
{
color: #E2DDF2;
}
</style>
background-color css
<style>
a { background-color: #E2DDF2; }
a { background-color: rgb(226,221,242); }
div.DivClassName
{
background-color: #E2DDF2;
}
.BgClassName
{
background-color: #E2DDF2;
}
</style>
border-color css
<style>
span { border-color: #E2DDF2; }
span { border-color: rgb(226,221,242); }
td.TdClassName
{
border-color: #E2DDF2;
}
.TagClassName
{
border-color: #E2DDF2;
}
</style>