Shades of Quartz #D2D1EF
Tints of Quartz #D2D1EF
RGB
CMYK
RGB Variations
Color information
#D2D1EF (or 0xD2D1EF) is known color: Quartz. HEX triplet: D2, D1 and EF. RGB value is (210,209,239). Sum of RGB (Red+Green+Blue) = 210+209+239=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2D1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D1EF is #2D2E10. Grayscale: #D4D4D4. Windows color (decimal): -2960913 or 15716818. OLE color: 15716818.
HSL color Cylindrical-coordinate representation of color #D2D1EF: hue angle of 242º 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 #D2D1EF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 209 | 239 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.06 |
| HSL | 242º | 0.48% | 0.88% | - |
| HSV(B) | 242º | 0.13% | 0.94% | - |
| XYZ | 64.96 | 65.53 | 90.89 | - |
| YUV | 212.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 239 | 0.12 | 0.13 | 0 | 0.06 | 242 | 0.48 | 0.88 |
| Hex | D2 | D1 | EF | C | D | 0 | 6 | F2 | 30 | 58 |
| Octal | 322 | 321 | 357 | 14 | 15 | 0 | 6 | 362 | 60 | 130 |
| Binary | 11010010 | 11010001 | 11101111 | 1100 | 1101 | 0 | 110 | 11110010 | 110000 | 1011000 |
Color Harmonies of #D2D1EF
Complementary color
Monochromatic Colors of #D2D1EF
Black with #D2D1EF
Text Example
Text Example
White with #D2D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1EF; }
p { color: rgb(210,209,239); }
H1.HeaderClassName
{
color: #D2D1EF;
}
.AnyTagClassName
{
color: #D2D1EF;
}
</style>
background-color css
<style>
a { background-color: #D2D1EF; }
a { background-color: rgb(210,209,239); }
div.DivClassName
{
background-color: #D2D1EF;
}
.BgClassName
{
background-color: #D2D1EF;
}
</style>
border-color css
<style>
span { border-color: #D2D1EF; }
span { border-color: rgb(210,209,239); }
td.TdClassName
{
border-color: #D2D1EF;
}
.TagClassName
{
border-color: #D2D1EF;
}
</style>