Shades of Quartz #D1CFE1
Tints of Quartz #D1CFE1
RGB
CMYK
RGB Variations
Color information
#D1CFE1 (or 0xD1CFE1) is known color: Quartz. HEX triplet: D1, CF and E1. RGB value is (209,207,225). Sum of RGB (Red+Green+Blue) = 209+207+225=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFE1 is #2E301E. Grayscale: #D1D1D1. Windows color (decimal): -3026975 or 14798801. OLE color: 14798801.
HSL color Cylindrical-coordinate representation of color #D1CFE1: hue angle of 246.67º degrees, saturation: 0.23, 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 #D1CFE1 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 207 | 225 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.12 |
| HSL | 246.67º | 0.23% | 0.85% | - |
| HSV(B) | 246.67º | 0.08% | 0.88% | - |
| XYZ | 62.2 | 63.62 | 80.24 | - |
| YUV | 209.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 225 | 0.07 | 0.08 | 0 | 0.12 | 246.67 | 0.23 | 0.85 |
| Hex | D1 | CF | E1 | 7 | 8 | 0 | C | F7 | 17 | 55 |
| Octal | 321 | 317 | 341 | 7 | 10 | 0 | 14 | 367 | 27 | 125 |
| Binary | 11010001 | 11001111 | 11100001 | 111 | 1000 | 0 | 1100 | 11110111 | 10111 | 1010101 |
Color Harmonies of #D1CFE1
Complementary color
Monochromatic Colors of #D1CFE1
Black with #D1CFE1
Text Example
Text Example
White with #D1CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFE1; }
p { color: rgb(209,207,225); }
H1.HeaderClassName
{
color: #D1CFE1;
}
.AnyTagClassName
{
color: #D1CFE1;
}
</style>
background-color css
<style>
a { background-color: #D1CFE1; }
a { background-color: rgb(209,207,225); }
div.DivClassName
{
background-color: #D1CFE1;
}
.BgClassName
{
background-color: #D1CFE1;
}
</style>
border-color css
<style>
span { border-color: #D1CFE1; }
span { border-color: rgb(209,207,225); }
td.TdClassName
{
border-color: #D1CFE1;
}
.TagClassName
{
border-color: #D1CFE1;
}
</style>