Shades of Quartz #D6D2EE
Tints of Quartz #D6D2EE
RGB
CMYK
RGB Variations
Color information
#D6D2EE (or 0xD6D2EE) is known color: Quartz. HEX triplet: D6, D2 and EE. RGB value is (214,210,238). Sum of RGB (Red+Green+Blue) = 214+210+238=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D2EE is #292D11. Grayscale: #D6D6D6. Windows color (decimal): -2698514 or 15651542. OLE color: 15651542.
HSL color Cylindrical-coordinate representation of color #D6D2EE: hue angle of 248.57º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D2EE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 210 | 238 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.07 |
| HSL | 248.57º | 0.45% | 0.88% | - |
| HSV(B) | 248.57º | 0.12% | 0.93% | - |
| XYZ | 66.21 | 66.56 | 90.25 | - |
| YUV | 214.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 238 | 0.10 | 0.12 | 0 | 0.07 | 248.57 | 0.45 | 0.88 |
| Hex | D6 | D2 | EE | A | C | 0 | 7 | F9 | 2D | 58 |
| Octal | 326 | 322 | 356 | 12 | 14 | 0 | 7 | 371 | 55 | 130 |
| Binary | 11010110 | 11010010 | 11101110 | 1010 | 1100 | 0 | 111 | 11111001 | 101101 | 1011000 |
Color Harmonies of #D6D2EE
Complementary color
Monochromatic Colors of #D6D2EE
Black with #D6D2EE
Text Example
Text Example
White with #D6D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2EE; }
p { color: rgb(214,210,238); }
H1.HeaderClassName
{
color: #D6D2EE;
}
.AnyTagClassName
{
color: #D6D2EE;
}
</style>
background-color css
<style>
a { background-color: #D6D2EE; }
a { background-color: rgb(214,210,238); }
div.DivClassName
{
background-color: #D6D2EE;
}
.BgClassName
{
background-color: #D6D2EE;
}
</style>
border-color css
<style>
span { border-color: #D6D2EE; }
span { border-color: rgb(214,210,238); }
td.TdClassName
{
border-color: #D6D2EE;
}
.TagClassName
{
border-color: #D6D2EE;
}
</style>