Shades of Quartz #D1CFDF
Tints of Quartz #D1CFDF
RGB
CMYK
RGB Variations
Color information
#D1CFDF (or 0xD1CFDF) is known color: Quartz. HEX triplet: D1, CF and DF. RGB value is (209,207,223). Sum of RGB (Red+Green+Blue) = 209+207+223=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFDF is #2E3020. Grayscale: #D1D1D1. Windows color (decimal): -3026977 or 14667729. OLE color: 14667729.
HSL color Cylindrical-coordinate representation of color #D1CFDF: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1CFDF is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 207 | 223 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.13 |
| HSL | 247.5º | 0.2% | 0.84% | - |
| HSV(B) | 247.5º | 0.07% | 0.87% | - |
| XYZ | 61.93 | 63.51 | 78.81 | - |
| YUV | 209.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 223 | 0.06 | 0.07 | 0 | 0.13 | 247.5 | 0.2 | 0.84 |
| Hex | D1 | CF | DF | 6 | 7 | 0 | D | F8 | 14 | 54 |
| Octal | 321 | 317 | 337 | 6 | 7 | 0 | 15 | 370 | 24 | 124 |
| Binary | 11010001 | 11001111 | 11011111 | 110 | 111 | 0 | 1101 | 11111000 | 10100 | 1010100 |
Color Harmonies of #D1CFDF
Complementary color
Monochromatic Colors of #D1CFDF
Black with #D1CFDF
Text Example
Text Example
White with #D1CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFDF; }
p { color: rgb(209,207,223); }
H1.HeaderClassName
{
color: #D1CFDF;
}
.AnyTagClassName
{
color: #D1CFDF;
}
</style>
background-color css
<style>
a { background-color: #D1CFDF; }
a { background-color: rgb(209,207,223); }
div.DivClassName
{
background-color: #D1CFDF;
}
.BgClassName
{
background-color: #D1CFDF;
}
</style>
border-color css
<style>
span { border-color: #D1CFDF; }
span { border-color: rgb(209,207,223); }
td.TdClassName
{
border-color: #D1CFDF;
}
.TagClassName
{
border-color: #D1CFDF;
}
</style>