Shades of Quartz #D6D3EE
Tints of Quartz #D6D3EE
RGB
CMYK
RGB Variations
Color information
#D6D3EE (or 0xD6D3EE) is known color: Quartz. HEX triplet: D6, D3 and EE. RGB value is (214,211,238). Sum of RGB (Red+Green+Blue) = 214+211+238=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6D3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3EE is #292C11. Grayscale: #D6D6D6. Windows color (decimal): -2698258 or 15651798. OLE color: 15651798.
HSL color Cylindrical-coordinate representation of color #D6D3EE: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D3EE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 211 | 238 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.07 |
| HSL | 246.67º | 0.44% | 0.88% | - |
| HSV(B) | 246.67º | 0.11% | 0.93% | - |
| XYZ | 66.46 | 67.06 | 90.33 | - |
| YUV | 214.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 238 | 0.10 | 0.11 | 0 | 0.07 | 246.67 | 0.44 | 0.88 |
| Hex | D6 | D3 | EE | A | B | 0 | 7 | F7 | 2C | 58 |
| Octal | 326 | 323 | 356 | 12 | 13 | 0 | 7 | 367 | 54 | 130 |
| Binary | 11010110 | 11010011 | 11101110 | 1010 | 1011 | 0 | 111 | 11110111 | 101100 | 1011000 |
Color Harmonies of #D6D3EE
Complementary color
Monochromatic Colors of #D6D3EE
Black with #D6D3EE
Text Example
Text Example
White with #D6D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3EE; }
p { color: rgb(214,211,238); }
H1.HeaderClassName
{
color: #D6D3EE;
}
.AnyTagClassName
{
color: #D6D3EE;
}
</style>
background-color css
<style>
a { background-color: #D6D3EE; }
a { background-color: rgb(214,211,238); }
div.DivClassName
{
background-color: #D6D3EE;
}
.BgClassName
{
background-color: #D6D3EE;
}
</style>
border-color css
<style>
span { border-color: #D6D3EE; }
span { border-color: rgb(214,211,238); }
td.TdClassName
{
border-color: #D6D3EE;
}
.TagClassName
{
border-color: #D6D3EE;
}
</style>