Shades of Quartz #E1D8FB
Tints of Quartz #E1D8FB
RGB
CMYK
RGB Variations
Color information
#E1D8FB (or 0xE1D8FB) is known color: Quartz. HEX triplet: E1, D8 and FB. RGB value is (225,216,251). Sum of RGB (Red+Green+Blue) = 225+216+251=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8FB is #1E2704. Grayscale: #DEDEDE. Windows color (decimal): -1976069 or 16505057. OLE color: 16505057.
HSL color Cylindrical-coordinate representation of color #E1D8FB: hue angle of 255.43º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1D8FB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 216 | 251 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.02 |
| HSL | 255.43º | 0.81% | 0.92% | - |
| HSV(B) | 255.43º | 0.14% | 0.98% | - |
| XYZ | 73.02 | 72.08 | 101.33 | - |
| YUV | 222.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 251 | 0.10 | 0.14 | 0 | 0.02 | 255.43 | 0.81 | 0.92 |
| Hex | E1 | D8 | FB | A | E | 0 | 2 | FF | 51 | 5C |
| Octal | 341 | 330 | 373 | 12 | 16 | 0 | 2 | 377 | 121 | 134 |
| Binary | 11100001 | 11011000 | 11111011 | 1010 | 1110 | 0 | 10 | 11111111 | 1010001 | 1011100 |
Color Harmonies of #E1D8FB
Complementary color
Monochromatic Colors of #E1D8FB
Black with #E1D8FB
Text Example
Text Example
White with #E1D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8FB; }
p { color: rgb(225,216,251); }
H1.HeaderClassName
{
color: #E1D8FB;
}
.AnyTagClassName
{
color: #E1D8FB;
}
</style>
background-color css
<style>
a { background-color: #E1D8FB; }
a { background-color: rgb(225,216,251); }
div.DivClassName
{
background-color: #E1D8FB;
}
.BgClassName
{
background-color: #E1D8FB;
}
</style>
border-color css
<style>
span { border-color: #E1D8FB; }
span { border-color: rgb(225,216,251); }
td.TdClassName
{
border-color: #E1D8FB;
}
.TagClassName
{
border-color: #E1D8FB;
}
</style>