Shades of Quartz #E2DDF5
Tints of Quartz #E2DDF5
RGB
CMYK
RGB Variations
Color information
#E2DDF5 (or 0xE2DDF5) is known color: Quartz. HEX triplet: E2, DD and F5. RGB value is (226,221,245). Sum of RGB (Red+Green+Blue) = 226+221+245=692 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.66% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDF5 is #1D220A. Grayscale: #E1E1E1. Windows color (decimal): -1909259 or 16113122. OLE color: 16113122.
HSL color Cylindrical-coordinate representation of color #E2DDF5: hue angle of 252.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DDF5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 226 | 221 | 245 | - |
CMYK | 0.08 | 0.10 | 0 | 0.04 |
HSL | 252.5º | 0.55% | 0.91% | - |
HSV(B) | 252.5º | 0.1% | 0.96% | - |
XYZ | 73.7 | 74.47 | 96.88 | - |
YUV | 225.23 | 139.16 | 128.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 245 | 0.08 | 0.10 | 0 | 0.04 | 252.5 | 0.55 | 0.91 |
Hex | E2 | DD | F5 | 8 | A | 0 | 4 | FD | 37 | 5B |
Octal | 342 | 335 | 365 | 10 | 12 | 0 | 4 | 375 | 67 | 133 |
Binary | 11100010 | 11011101 | 11110101 | 1000 | 1010 | 0 | 100 | 11111101 | 110111 | 1011011 |
Color Harmonies of #E2DDF5
Complementary color
Monochromatic Colors of #E2DDF5
Black with #E2DDF5
Text Example
Text Example
White with #E2DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDF5; }
p { color: rgb(226,221,245); }
H1.HeaderClassName
{
color: #E2DDF5;
}
.AnyTagClassName
{
color: #E2DDF5;
}
</style>
background-color css
<style>
a { background-color: #E2DDF5; }
a { background-color: rgb(226,221,245); }
div.DivClassName
{
background-color: #E2DDF5;
}
.BgClassName
{
background-color: #E2DDF5;
}
</style>
border-color css
<style>
span { border-color: #E2DDF5; }
span { border-color: rgb(226,221,245); }
td.TdClassName
{
border-color: #E2DDF5;
}
.TagClassName
{
border-color: #E2DDF5;
}
</style>