Shades of Quartz #D6D3EA
Tints of Quartz #D6D3EA
RGB
CMYK
RGB Variations
Color information
#D6D3EA (or 0xD6D3EA) is known color: Quartz. HEX triplet: D6, D3 and EA. RGB value is (214,211,234). Sum of RGB (Red+Green+Blue) = 214+211+234=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3EA is #292C15. Grayscale: #D6D6D6. Windows color (decimal): -2698262 or 15389654. OLE color: 15389654.
HSL color Cylindrical-coordinate representation of color #D6D3EA: hue angle of 247.83º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D3EA is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 211 | 234 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.08 |
| HSL | 247.83º | 0.35% | 0.87% | - |
| HSV(B) | 247.83º | 0.1% | 0.92% | - |
| XYZ | 65.88 | 66.83 | 87.27 | - |
| YUV | 214.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 234 | 0.09 | 0.10 | 0 | 0.08 | 247.83 | 0.35 | 0.87 |
| Hex | D6 | D3 | EA | 9 | A | 0 | 8 | F8 | 23 | 57 |
| Octal | 326 | 323 | 352 | 11 | 12 | 0 | 10 | 370 | 43 | 127 |
| Binary | 11010110 | 11010011 | 11101010 | 1001 | 1010 | 0 | 1000 | 11111000 | 100011 | 1010111 |
Color Harmonies of #D6D3EA
Complementary color
Monochromatic Colors of #D6D3EA
Black with #D6D3EA
Text Example
Text Example
White with #D6D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3EA; }
p { color: rgb(214,211,234); }
H1.HeaderClassName
{
color: #D6D3EA;
}
.AnyTagClassName
{
color: #D6D3EA;
}
</style>
background-color css
<style>
a { background-color: #D6D3EA; }
a { background-color: rgb(214,211,234); }
div.DivClassName
{
background-color: #D6D3EA;
}
.BgClassName
{
background-color: #D6D3EA;
}
</style>
border-color css
<style>
span { border-color: #D6D3EA; }
span { border-color: rgb(214,211,234); }
td.TdClassName
{
border-color: #D6D3EA;
}
.TagClassName
{
border-color: #D6D3EA;
}
</style>