Shades of Quartz #D1CDEC
Tints of Quartz #D1CDEC
RGB
CMYK
RGB Variations
Color information
#D1CDEC (or 0xD1CDEC) is known color: Quartz. HEX triplet: D1, CD and EC. RGB value is (209,205,236). Sum of RGB (Red+Green+Blue) = 209+205+236=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDEC is #2E3213. Grayscale: #D1D1D1. Windows color (decimal): -3027476 or 15519185. OLE color: 15519185.
HSL color Cylindrical-coordinate representation of color #D1CDEC: hue angle of 247.74º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CDEC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 205 | 236 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.07 |
| HSL | 247.74º | 0.45% | 0.86% | - |
| HSV(B) | 247.74º | 0.13% | 0.93% | - |
| XYZ | 63.27 | 63.27 | 88.24 | - |
| YUV | 209.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 236 | 0.11 | 0.13 | 0 | 0.07 | 247.74 | 0.45 | 0.86 |
| Hex | D1 | CD | EC | B | D | 0 | 7 | F8 | 2D | 56 |
| Octal | 321 | 315 | 354 | 13 | 15 | 0 | 7 | 370 | 55 | 126 |
| Binary | 11010001 | 11001101 | 11101100 | 1011 | 1101 | 0 | 111 | 11111000 | 101101 | 1010110 |
Color Harmonies of #D1CDEC
Complementary color
Monochromatic Colors of #D1CDEC
Black with #D1CDEC
Text Example
Text Example
White with #D1CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDEC; }
p { color: rgb(209,205,236); }
H1.HeaderClassName
{
color: #D1CDEC;
}
.AnyTagClassName
{
color: #D1CDEC;
}
</style>
background-color css
<style>
a { background-color: #D1CDEC; }
a { background-color: rgb(209,205,236); }
div.DivClassName
{
background-color: #D1CDEC;
}
.BgClassName
{
background-color: #D1CDEC;
}
</style>
border-color css
<style>
span { border-color: #D1CDEC; }
span { border-color: rgb(209,205,236); }
td.TdClassName
{
border-color: #D1CDEC;
}
.TagClassName
{
border-color: #D1CDEC;
}
</style>