Shades of Quartz #D1CDE9
Tints of Quartz #D1CDE9
RGB
CMYK
RGB Variations
Color information
#D1CDE9 (or 0xD1CDE9) is known color: Quartz. HEX triplet: D1, CD and E9. RGB value is (209,205,233). Sum of RGB (Red+Green+Blue) = 209+205+233=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDE9 is #2E3216. Grayscale: #D1D1D1. Windows color (decimal): -3027479 or 15322577. OLE color: 15322577.
HSL color Cylindrical-coordinate representation of color #D1CDE9: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CDE9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 205 | 233 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.09 |
| HSL | 248.57º | 0.39% | 0.86% | - |
| HSV(B) | 248.57º | 0.12% | 0.91% | - |
| XYZ | 62.83 | 63.1 | 85.96 | - |
| YUV | 209.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 233 | 0.10 | 0.12 | 0 | 0.09 | 248.57 | 0.39 | 0.86 |
| Hex | D1 | CD | E9 | A | C | 0 | 9 | F9 | 27 | 56 |
| Octal | 321 | 315 | 351 | 12 | 14 | 0 | 11 | 371 | 47 | 126 |
| Binary | 11010001 | 11001101 | 11101001 | 1010 | 1100 | 0 | 1001 | 11111001 | 100111 | 1010110 |
Color Harmonies of #D1CDE9
Complementary color
Monochromatic Colors of #D1CDE9
Black with #D1CDE9
Text Example
Text Example
White with #D1CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDE9; }
p { color: rgb(209,205,233); }
H1.HeaderClassName
{
color: #D1CDE9;
}
.AnyTagClassName
{
color: #D1CDE9;
}
</style>
background-color css
<style>
a { background-color: #D1CDE9; }
a { background-color: rgb(209,205,233); }
div.DivClassName
{
background-color: #D1CDE9;
}
.BgClassName
{
background-color: #D1CDE9;
}
</style>
border-color css
<style>
span { border-color: #D1CDE9; }
span { border-color: rgb(209,205,233); }
td.TdClassName
{
border-color: #D1CDE9;
}
.TagClassName
{
border-color: #D1CDE9;
}
</style>