Shades of Quartz #D1D0DF
Tints of Quartz #D1D0DF
RGB
CMYK
RGB Variations
Color information
#D1D0DF (or 0xD1D0DF) is known color: Quartz. HEX triplet: D1, D0 and DF. RGB value is (209,208,223). Sum of RGB (Red+Green+Blue) = 209+208+223=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0DF is #2E2F20. Grayscale: #D1D1D1. Windows color (decimal): -3026721 or 14667985. OLE color: 14667985.
HSL color Cylindrical-coordinate representation of color #D1D0DF: hue angle of 244º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1D0DF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 208 | 223 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.13 |
| HSL | 244º | 0.19% | 0.85% | - |
| HSV(B) | 244º | 0.07% | 0.87% | - |
| XYZ | 62.17 | 63.99 | 78.89 | - |
| YUV | 210.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 223 | 0.06 | 0.07 | 0 | 0.13 | 244 | 0.19 | 0.85 |
| Hex | D1 | D0 | DF | 6 | 7 | 0 | D | F4 | 13 | 55 |
| Octal | 321 | 320 | 337 | 6 | 7 | 0 | 15 | 364 | 23 | 125 |
| Binary | 11010001 | 11010000 | 11011111 | 110 | 111 | 0 | 1101 | 11110100 | 10011 | 1010101 |
Color Harmonies of #D1D0DF
Complementary color
Monochromatic Colors of #D1D0DF
Black with #D1D0DF
Text Example
Text Example
White with #D1D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0DF; }
p { color: rgb(209,208,223); }
H1.HeaderClassName
{
color: #D1D0DF;
}
.AnyTagClassName
{
color: #D1D0DF;
}
</style>
background-color css
<style>
a { background-color: #D1D0DF; }
a { background-color: rgb(209,208,223); }
div.DivClassName
{
background-color: #D1D0DF;
}
.BgClassName
{
background-color: #D1D0DF;
}
</style>
border-color css
<style>
span { border-color: #D1D0DF; }
span { border-color: rgb(209,208,223); }
td.TdClassName
{
border-color: #D1D0DF;
}
.TagClassName
{
border-color: #D1D0DF;
}
</style>