Shades of Quartz #E2DEF3
Tints of Quartz #E2DEF3
RGB
CMYK
RGB Variations
Color information
#E2DEF3 (or 0xE2DEF3) is known color: Quartz. HEX triplet: E2, DE and F3. RGB value is (226,222,243). Sum of RGB (Red+Green+Blue) = 226+222+243=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2DEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEF3 is #1D210C. Grayscale: #E1E1E1. Windows color (decimal): -1909005 or 15982306. OLE color: 15982306.
HSL color Cylindrical-coordinate representation of color #E2DEF3: hue angle of 251.43º degrees, saturation: 0.47, 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 #E2DEF3 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 226 | 222 | 243 | - |
CMYK | 0.07 | 0.09 | 0 | 0.05 |
HSL | 251.43º | 0.47% | 0.91% | - |
HSV(B) | 251.43º | 0.09% | 0.95% | - |
XYZ | 73.66 | 74.88 | 95.37 | - |
YUV | 225.59 | 137.83 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 243 | 0.07 | 0.09 | 0 | 0.05 | 251.43 | 0.47 | 0.91 |
Hex | E2 | DE | F3 | 7 | 9 | 0 | 5 | FB | 2F | 5B |
Octal | 342 | 336 | 363 | 7 | 11 | 0 | 5 | 373 | 57 | 133 |
Binary | 11100010 | 11011110 | 11110011 | 111 | 1001 | 0 | 101 | 11111011 | 101111 | 1011011 |
Color Harmonies of #E2DEF3
Complementary color
Monochromatic Colors of #E2DEF3
Black with #E2DEF3
Text Example
Text Example
White with #E2DEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEF3; }
p { color: rgb(226,222,243); }
H1.HeaderClassName
{
color: #E2DEF3;
}
.AnyTagClassName
{
color: #E2DEF3;
}
</style>
background-color css
<style>
a { background-color: #E2DEF3; }
a { background-color: rgb(226,222,243); }
div.DivClassName
{
background-color: #E2DEF3;
}
.BgClassName
{
background-color: #E2DEF3;
}
</style>
border-color css
<style>
span { border-color: #E2DEF3; }
span { border-color: rgb(226,222,243); }
td.TdClassName
{
border-color: #E2DEF3;
}
.TagClassName
{
border-color: #E2DEF3;
}
</style>