Shades of Quartz #E0D5FD
Tints of Quartz #E0D5FD
RGB
CMYK
RGB Variations
Color information
#E0D5FD (or 0xE0D5FD) is known color: Quartz. HEX triplet: E0, D5 and FD. RGB value is (224,213,253). Sum of RGB (Red+Green+Blue) = 224+213+253=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0D5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5FD is #1F2A02. Grayscale: #DCDCDC. Windows color (decimal): -2042371 or 16635360. OLE color: 16635360.
HSL color Cylindrical-coordinate representation of color #E0D5FD: hue angle of 256.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0D5FD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 213 | 253 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.01 |
| HSL | 256.5º | 0.91% | 0.91% | - |
| HSV(B) | 256.5º | 0.16% | 0.99% | - |
| XYZ | 72.26 | 70.53 | 102.73 | - |
| YUV | 220.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 253 | 0.11 | 0.16 | 0 | 0.01 | 256.5 | 0.91 | 0.91 |
| Hex | E0 | D5 | FD | B | 10 | 0 | 1 | 100 | 5B | 5B |
| Octal | 340 | 325 | 375 | 13 | 20 | 0 | 1 | 400 | 133 | 133 |
| Binary | 11100000 | 11010101 | 11111101 | 1011 | 10000 | 0 | 1 | 100000000 | 1011011 | 1011011 |
Color Harmonies of #E0D5FD
Complementary color
Monochromatic Colors of #E0D5FD
Black with #E0D5FD
Text Example
Text Example
White with #E0D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D5FD; }
p { color: rgb(224,213,253); }
H1.HeaderClassName
{
color: #E0D5FD;
}
.AnyTagClassName
{
color: #E0D5FD;
}
</style>
background-color css
<style>
a { background-color: #E0D5FD; }
a { background-color: rgb(224,213,253); }
div.DivClassName
{
background-color: #E0D5FD;
}
.BgClassName
{
background-color: #E0D5FD;
}
</style>
border-color css
<style>
span { border-color: #E0D5FD; }
span { border-color: rgb(224,213,253); }
td.TdClassName
{
border-color: #E0D5FD;
}
.TagClassName
{
border-color: #E0D5FD;
}
</style>