Shades of Quartz #D1CFE0
Tints of Quartz #D1CFE0
RGB
CMYK
RGB Variations
Color information
#D1CFE0 (or 0xD1CFE0) is known color: Quartz. HEX triplet: D1, CF and E0. RGB value is (209,207,224). Sum of RGB (Red+Green+Blue) = 209+207+224=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFE0 is #2E301F. Grayscale: #D1D1D1. Windows color (decimal): -3026976 or 14733265. OLE color: 14733265.
HSL color Cylindrical-coordinate representation of color #D1CFE0: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CFE0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 207 | 224 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.12 |
| HSL | 247.06º | 0.22% | 0.85% | - |
| HSV(B) | 247.06º | 0.08% | 0.88% | - |
| XYZ | 62.06 | 63.56 | 79.52 | - |
| YUV | 209.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 224 | 0.07 | 0.08 | 0 | 0.12 | 247.06 | 0.22 | 0.85 |
| Hex | D1 | CF | E0 | 7 | 8 | 0 | C | F7 | 16 | 55 |
| Octal | 321 | 317 | 340 | 7 | 10 | 0 | 14 | 367 | 26 | 125 |
| Binary | 11010001 | 11001111 | 11100000 | 111 | 1000 | 0 | 1100 | 11110111 | 10110 | 1010101 |
Color Harmonies of #D1CFE0
Complementary color
Monochromatic Colors of #D1CFE0
Black with #D1CFE0
Text Example
Text Example
White with #D1CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFE0; }
p { color: rgb(209,207,224); }
H1.HeaderClassName
{
color: #D1CFE0;
}
.AnyTagClassName
{
color: #D1CFE0;
}
</style>
background-color css
<style>
a { background-color: #D1CFE0; }
a { background-color: rgb(209,207,224); }
div.DivClassName
{
background-color: #D1CFE0;
}
.BgClassName
{
background-color: #D1CFE0;
}
</style>
border-color css
<style>
span { border-color: #D1CFE0; }
span { border-color: rgb(209,207,224); }
td.TdClassName
{
border-color: #D1CFE0;
}
.TagClassName
{
border-color: #D1CFE0;
}
</style>