Shades of Quartz #E1DBF8
Tints of Quartz #E1DBF8
RGB
CMYK
RGB Variations
Color information
#E1DBF8 (or 0xE1DBF8) is known color: Quartz. HEX triplet: E1, DB and F8. RGB value is (225,219,248). Sum of RGB (Red+Green+Blue) = 225+219+248=692 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.51% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1DBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBF8 is #1E2407. Grayscale: #DFDFDF. Windows color (decimal): -1975304 or 16309217. OLE color: 16309217.
HSL color Cylindrical-coordinate representation of color #E1DBF8: hue angle of 252.41º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1DBF8 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 219 | 248 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.03 |
| HSL | 252.41º | 0.67% | 0.92% | - |
| HSV(B) | 252.41º | 0.12% | 0.97% | - |
| XYZ | 73.33 | 73.45 | 99.12 | - |
| YUV | 224.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 248 | 0.09 | 0.12 | 0 | 0.03 | 252.41 | 0.67 | 0.92 |
| Hex | E1 | DB | F8 | 9 | C | 0 | 3 | FC | 43 | 5C |
| Octal | 341 | 333 | 370 | 11 | 14 | 0 | 3 | 374 | 103 | 134 |
| Binary | 11100001 | 11011011 | 11111000 | 1001 | 1100 | 0 | 11 | 11111100 | 1000011 | 1011100 |
Color Harmonies of #E1DBF8
Complementary color
Monochromatic Colors of #E1DBF8
Black with #E1DBF8
Text Example
Text Example
White with #E1DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBF8; }
p { color: rgb(225,219,248); }
H1.HeaderClassName
{
color: #E1DBF8;
}
.AnyTagClassName
{
color: #E1DBF8;
}
</style>
background-color css
<style>
a { background-color: #E1DBF8; }
a { background-color: rgb(225,219,248); }
div.DivClassName
{
background-color: #E1DBF8;
}
.BgClassName
{
background-color: #E1DBF8;
}
</style>
border-color css
<style>
span { border-color: #E1DBF8; }
span { border-color: rgb(225,219,248); }
td.TdClassName
{
border-color: #E1DBF8;
}
.TagClassName
{
border-color: #E1DBF8;
}
</style>