Shades of Quartz #E2DAF5
Tints of Quartz #E2DAF5
RGB
CMYK
RGB Variations
Color information
#E2DAF5 (or 0xE2DAF5) is known color: Quartz. HEX triplet: E2, DA and F5. RGB value is (226,218,245). Sum of RGB (Red+Green+Blue) = 226+218+245=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2DAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAF5 is #1D250A. Grayscale: #DFDFDF. Windows color (decimal): -1910027 or 16112354. OLE color: 16112354.
HSL color Cylindrical-coordinate representation of color #E2DAF5: hue angle of 257.78º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DAF5 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 226 | 218 | 245 | - |
CMYK | 0.08 | 0.11 | 0 | 0.04 |
HSL | 257.78º | 0.57% | 0.91% | - |
HSV(B) | 257.78º | 0.11% | 0.96% | - |
XYZ | 72.92 | 72.9 | 96.61 | - |
YUV | 223.47 | 140.15 | 129.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 245 | 0.08 | 0.11 | 0 | 0.04 | 257.78 | 0.57 | 0.91 |
Hex | E2 | DA | F5 | 8 | B | 0 | 4 | 102 | 39 | 5B |
Octal | 342 | 332 | 365 | 10 | 13 | 0 | 4 | 402 | 71 | 133 |
Binary | 11100010 | 11011010 | 11110101 | 1000 | 1011 | 0 | 100 | 100000010 | 111001 | 1011011 |
Color Harmonies of #E2DAF5
Complementary color
Monochromatic Colors of #E2DAF5
Black with #E2DAF5
Text Example
Text Example
White with #E2DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAF5; }
p { color: rgb(226,218,245); }
H1.HeaderClassName
{
color: #E2DAF5;
}
.AnyTagClassName
{
color: #E2DAF5;
}
</style>
background-color css
<style>
a { background-color: #E2DAF5; }
a { background-color: rgb(226,218,245); }
div.DivClassName
{
background-color: #E2DAF5;
}
.BgClassName
{
background-color: #E2DAF5;
}
</style>
border-color css
<style>
span { border-color: #E2DAF5; }
span { border-color: rgb(226,218,245); }
td.TdClassName
{
border-color: #E2DAF5;
}
.TagClassName
{
border-color: #E2DAF5;
}
</style>