Shades of Quartz #E2D8FF
Tints of Quartz #E2D8FF
RGB
CMYK
RGB Variations
Color information
#E2D8FF (or 0xE2D8FF) is known color: Quartz. HEX triplet: E2, D8 and FF. RGB value is (226,216,255). Sum of RGB (Red+Green+Blue) = 226+216+255=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D8FF is #1D2700. Grayscale: #DFDFDF. Windows color (decimal): -1910529 or 16767202. OLE color: 16767202.
HSL color Cylindrical-coordinate representation of color #E2D8FF: hue angle of 255.38º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D8FF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 216 | 255 | - |
| CMYK | 0.11 | 0.15 | 0 | 0 |
| HSL | 255.38º | 1% | 0.92% | - |
| HSV(B) | 255.38º | 0.15% | 1% | - |
| XYZ | 73.97 | 72.5 | 104.7 | - |
| YUV | 223.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 255 | 0.11 | 0.15 | 0 | 0 | 255.38 | 1 | 0.92 |
| Hex | E2 | D8 | FF | B | F | 0 | 0 | FF | 64 | 5C |
| Octal | 342 | 330 | 377 | 13 | 17 | 0 | 0 | 377 | 144 | 134 |
| Binary | 11100010 | 11011000 | 11111111 | 1011 | 1111 | 0 | 0 | 11111111 | 1100100 | 1011100 |
Color Harmonies of #E2D8FF
Complementary color
Monochromatic Colors of #E2D8FF
Black with #E2D8FF
Text Example
Text Example
White with #E2D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D8FF; }
p { color: rgb(226,216,255); }
H1.HeaderClassName
{
color: #E2D8FF;
}
.AnyTagClassName
{
color: #E2D8FF;
}
</style>
background-color css
<style>
a { background-color: #E2D8FF; }
a { background-color: rgb(226,216,255); }
div.DivClassName
{
background-color: #E2D8FF;
}
.BgClassName
{
background-color: #E2D8FF;
}
</style>
border-color css
<style>
span { border-color: #E2D8FF; }
span { border-color: rgb(226,216,255); }
td.TdClassName
{
border-color: #E2D8FF;
}
.TagClassName
{
border-color: #E2D8FF;
}
</style>