Shades of Quartz #D1D0DC
Tints of Quartz #D1D0DC
RGB
CMYK
RGB Variations
Color information
#D1D0DC (or 0xD1D0DC) is known color: Quartz. HEX triplet: D1, D0 and DC. RGB value is (209,208,220). Sum of RGB (Red+Green+Blue) = 209+208+220=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0DC is #2E2F23. Grayscale: #D1D1D1. Windows color (decimal): -3026724 or 14471377. OLE color: 14471377.
HSL color Cylindrical-coordinate representation of color #D1D0DC: hue angle of 245º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D0DC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 208 | 220 | - |
CMYK | 0.05 | 0.05 | 0 | 0.14 |
HSL | 245º | 0.15% | 0.84% | - |
HSV(B) | 245º | 0.05% | 0.86% | - |
XYZ | 61.77 | 63.83 | 76.78 | - |
YUV | 209.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 208 | 220 | 0.05 | 0.05 | 0 | 0.14 | 245 | 0.15 | 0.84 |
Hex | D1 | D0 | DC | 5 | 5 | 0 | E | F5 | F | 54 |
Octal | 321 | 320 | 334 | 5 | 5 | 0 | 16 | 365 | 17 | 124 |
Binary | 11010001 | 11010000 | 11011100 | 101 | 101 | 0 | 1110 | 11110101 | 1111 | 1010100 |
Color Harmonies of #D1D0DC
Complementary color
Monochromatic Colors of #D1D0DC
Black with #D1D0DC
Text Example
Text Example
White with #D1D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0DC; }
p { color: rgb(209,208,220); }
H1.HeaderClassName
{
color: #D1D0DC;
}
.AnyTagClassName
{
color: #D1D0DC;
}
</style>
background-color css
<style>
a { background-color: #D1D0DC; }
a { background-color: rgb(209,208,220); }
div.DivClassName
{
background-color: #D1D0DC;
}
.BgClassName
{
background-color: #D1D0DC;
}
</style>
border-color css
<style>
span { border-color: #D1D0DC; }
span { border-color: rgb(209,208,220); }
td.TdClassName
{
border-color: #D1D0DC;
}
.TagClassName
{
border-color: #D1D0DC;
}
</style>