Shades of Quartz #D3D1E8
Tints of Quartz #D3D1E8
RGB
CMYK
RGB Variations
Color information
#D3D1E8 (or 0xD3D1E8) is known color: Quartz. HEX triplet: D3, D1 and E8. RGB value is (211,209,232). Sum of RGB (Red+Green+Blue) = 211+209+232=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #D3D1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D1E8 is #2C2E17. Grayscale: #D4D4D4. Windows color (decimal): -2895384 or 15258067. OLE color: 15258067.
HSL color Cylindrical-coordinate representation of color #D3D1E8: hue angle of 245.22º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D1E8 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 209 | 232 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.09 |
| HSL | 245.22º | 0.33% | 0.86% | - |
| HSV(B) | 245.22º | 0.1% | 0.91% | - |
| XYZ | 64.23 | 65.28 | 85.56 | - |
| YUV | 212.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 232 | 0.09 | 0.10 | 0 | 0.09 | 245.22 | 0.33 | 0.86 |
| Hex | D3 | D1 | E8 | 9 | A | 0 | 9 | F5 | 21 | 56 |
| Octal | 323 | 321 | 350 | 11 | 12 | 0 | 11 | 365 | 41 | 126 |
| Binary | 11010011 | 11010001 | 11101000 | 1001 | 1010 | 0 | 1001 | 11110101 | 100001 | 1010110 |
Color Harmonies of #D3D1E8
Complementary color
Monochromatic Colors of #D3D1E8
Black with #D3D1E8
Text Example
Text Example
White with #D3D1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1E8; }
p { color: rgb(211,209,232); }
H1.HeaderClassName
{
color: #D3D1E8;
}
.AnyTagClassName
{
color: #D3D1E8;
}
</style>
background-color css
<style>
a { background-color: #D3D1E8; }
a { background-color: rgb(211,209,232); }
div.DivClassName
{
background-color: #D3D1E8;
}
.BgClassName
{
background-color: #D3D1E8;
}
</style>
border-color css
<style>
span { border-color: #D3D1E8; }
span { border-color: rgb(211,209,232); }
td.TdClassName
{
border-color: #D3D1E8;
}
.TagClassName
{
border-color: #D3D1E8;
}
</style>