Shades of Quartz #E0DBF3
Tints of Quartz #E0DBF3
RGB
CMYK
RGB Variations
Color information
#E0DBF3 (or 0xE0DBF3) is known color: Quartz. HEX triplet: E0, DB and F3. RGB value is (224,219,243). Sum of RGB (Red+Green+Blue) = 224+219+243=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBF3 is #1F240C. Grayscale: #DFDFDF. Windows color (decimal): -2040845 or 15981536. OLE color: 15981536.
HSL color Cylindrical-coordinate representation of color #E0DBF3: hue angle of 252.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DBF3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 219 | 243 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.05 |
| HSL | 252.5º | 0.5% | 0.91% | - |
| HSV(B) | 252.5º | 0.1% | 0.95% | - |
| XYZ | 72.25 | 72.98 | 95.07 | - |
| YUV | 223.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 243 | 0.08 | 0.10 | 0 | 0.05 | 252.5 | 0.5 | 0.91 |
| Hex | E0 | DB | F3 | 8 | A | 0 | 5 | FD | 32 | 5B |
| Octal | 340 | 333 | 363 | 10 | 12 | 0 | 5 | 375 | 62 | 133 |
| Binary | 11100000 | 11011011 | 11110011 | 1000 | 1010 | 0 | 101 | 11111101 | 110010 | 1011011 |
Color Harmonies of #E0DBF3
Complementary color
Monochromatic Colors of #E0DBF3
Black with #E0DBF3
Text Example
Text Example
White with #E0DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBF3; }
p { color: rgb(224,219,243); }
H1.HeaderClassName
{
color: #E0DBF3;
}
.AnyTagClassName
{
color: #E0DBF3;
}
</style>
background-color css
<style>
a { background-color: #E0DBF3; }
a { background-color: rgb(224,219,243); }
div.DivClassName
{
background-color: #E0DBF3;
}
.BgClassName
{
background-color: #E0DBF3;
}
</style>
border-color css
<style>
span { border-color: #E0DBF3; }
span { border-color: rgb(224,219,243); }
td.TdClassName
{
border-color: #E0DBF3;
}
.TagClassName
{
border-color: #E0DBF3;
}
</style>