Shades of Quartz #D3D1E6
Tints of Quartz #D3D1E6
RGB
CMYK
RGB Variations
Color information
#D3D1E6 (or 0xD3D1E6) is known color: Quartz. HEX triplet: D3, D1 and E6. RGB value is (211,209,230). Sum of RGB (Red+Green+Blue) = 211+209+230=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3D1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D1E6 is #2C2E19. Grayscale: #D3D3D3. Windows color (decimal): -2895386 or 15126995. OLE color: 15126995.
HSL color Cylindrical-coordinate representation of color #D3D1E6: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3D1E6 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 209 | 230 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.10 |
| HSL | 245.71º | 0.3% | 0.86% | - |
| HSV(B) | 245.71º | 0.09% | 0.9% | - |
| XYZ | 63.95 | 65.16 | 84.07 | - |
| YUV | 211.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 230 | 0.08 | 0.09 | 0 | 0.10 | 245.71 | 0.3 | 0.86 |
| Hex | D3 | D1 | E6 | 8 | 9 | 0 | A | F6 | 1E | 56 |
| Octal | 323 | 321 | 346 | 10 | 11 | 0 | 12 | 366 | 36 | 126 |
| Binary | 11010011 | 11010001 | 11100110 | 1000 | 1001 | 0 | 1010 | 11110110 | 11110 | 1010110 |
Color Harmonies of #D3D1E6
Complementary color
Monochromatic Colors of #D3D1E6
Black with #D3D1E6
Text Example
Text Example
White with #D3D1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1E6; }
p { color: rgb(211,209,230); }
H1.HeaderClassName
{
color: #D3D1E6;
}
.AnyTagClassName
{
color: #D3D1E6;
}
</style>
background-color css
<style>
a { background-color: #D3D1E6; }
a { background-color: rgb(211,209,230); }
div.DivClassName
{
background-color: #D3D1E6;
}
.BgClassName
{
background-color: #D3D1E6;
}
</style>
border-color css
<style>
span { border-color: #D3D1E6; }
span { border-color: rgb(211,209,230); }
td.TdClassName
{
border-color: #D3D1E6;
}
.TagClassName
{
border-color: #D3D1E6;
}
</style>