Shades of Quartz #D1D3EF
Tints of Quartz #D1D3EF
RGB
CMYK
RGB Variations
Color information
#D1D3EF (or 0xD1D3EF) is known color: Quartz. HEX triplet: D1, D3 and EF. RGB value is (209,211,239). Sum of RGB (Red+Green+Blue) = 209+211+239=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D3EF is #2E2C10. Grayscale: #D5D5D5. Windows color (decimal): -3025937 or 15717329. OLE color: 15717329.
HSL color Cylindrical-coordinate representation of color #D1D3EF: hue angle of 236º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D3EF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 211 | 239 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.06 |
| HSL | 236º | 0.48% | 0.88% | - |
| HSV(B) | 236º | 0.13% | 0.94% | - |
| XYZ | 65.17 | 66.38 | 91.04 | - |
| YUV | 213.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 239 | 0.13 | 0.12 | 0 | 0.06 | 236 | 0.48 | 0.88 |
| Hex | D1 | D3 | EF | D | C | 0 | 6 | EC | 30 | 58 |
| Octal | 321 | 323 | 357 | 15 | 14 | 0 | 6 | 354 | 60 | 130 |
| Binary | 11010001 | 11010011 | 11101111 | 1101 | 1100 | 0 | 110 | 11101100 | 110000 | 1011000 |
Color Harmonies of #D1D3EF
Complementary color
Monochromatic Colors of #D1D3EF
Black with #D1D3EF
Text Example
Text Example
White with #D1D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D3EF; }
p { color: rgb(209,211,239); }
H1.HeaderClassName
{
color: #D1D3EF;
}
.AnyTagClassName
{
color: #D1D3EF;
}
</style>
background-color css
<style>
a { background-color: #D1D3EF; }
a { background-color: rgb(209,211,239); }
div.DivClassName
{
background-color: #D1D3EF;
}
.BgClassName
{
background-color: #D1D3EF;
}
</style>
border-color css
<style>
span { border-color: #D1D3EF; }
span { border-color: rgb(209,211,239); }
td.TdClassName
{
border-color: #D1D3EF;
}
.TagClassName
{
border-color: #D1D3EF;
}
</style>