Shades of Quartz #D1CFE7
Tints of Quartz #D1CFE7
RGB
CMYK
RGB Variations
Color information
#D1CFE7 (or 0xD1CFE7) is known color: Quartz. HEX triplet: D1, CF and E7. RGB value is (209,207,231). Sum of RGB (Red+Green+Blue) = 209+207+231=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #D1CFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFE7 is #2E3018. Grayscale: #D2D2D2. Windows color (decimal): -3026969 or 15192017. OLE color: 15192017.
HSL color Cylindrical-coordinate representation of color #D1CFE7: hue angle of 245º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1CFE7 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 207 | 231 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.09 |
| HSL | 245º | 0.33% | 0.86% | - |
| HSV(B) | 245º | 0.1% | 0.91% | - |
| XYZ | 63.03 | 63.95 | 84.62 | - |
| YUV | 210.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 231 | 0.10 | 0.10 | 0 | 0.09 | 245 | 0.33 | 0.86 |
| Hex | D1 | CF | E7 | A | A | 0 | 9 | F5 | 21 | 56 |
| Octal | 321 | 317 | 347 | 12 | 12 | 0 | 11 | 365 | 41 | 126 |
| Binary | 11010001 | 11001111 | 11100111 | 1010 | 1010 | 0 | 1001 | 11110101 | 100001 | 1010110 |
Color Harmonies of #D1CFE7
Complementary color
Monochromatic Colors of #D1CFE7
Black with #D1CFE7
Text Example
Text Example
White with #D1CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFE7; }
p { color: rgb(209,207,231); }
H1.HeaderClassName
{
color: #D1CFE7;
}
.AnyTagClassName
{
color: #D1CFE7;
}
</style>
background-color css
<style>
a { background-color: #D1CFE7; }
a { background-color: rgb(209,207,231); }
div.DivClassName
{
background-color: #D1CFE7;
}
.BgClassName
{
background-color: #D1CFE7;
}
</style>
border-color css
<style>
span { border-color: #D1CFE7; }
span { border-color: rgb(209,207,231); }
td.TdClassName
{
border-color: #D1CFE7;
}
.TagClassName
{
border-color: #D1CFE7;
}
</style>