Shades of Quartz #D6D4EF
Tints of Quartz #D6D4EF
RGB
CMYK
RGB Variations
Color information
#D6D4EF (or 0xD6D4EF) is known color: Quartz. HEX triplet: D6, D4 and EF. RGB value is (214,212,239). Sum of RGB (Red+Green+Blue) = 214+212+239=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D4EF is #292B10. Grayscale: #D7D7D7. Windows color (decimal): -2698001 or 15717590. OLE color: 15717590.
HSL color Cylindrical-coordinate representation of color #D6D4EF: hue angle of 244.44º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D4EF is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 212 | 239 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.06 |
| HSL | 244.44º | 0.46% | 0.88% | - |
| HSV(B) | 244.44º | 0.11% | 0.94% | - |
| XYZ | 66.86 | 67.62 | 91.19 | - |
| YUV | 215.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 239 | 0.10 | 0.11 | 0 | 0.06 | 244.44 | 0.46 | 0.88 |
| Hex | D6 | D4 | EF | A | B | 0 | 6 | F4 | 2E | 58 |
| Octal | 326 | 324 | 357 | 12 | 13 | 0 | 6 | 364 | 56 | 130 |
| Binary | 11010110 | 11010100 | 11101111 | 1010 | 1011 | 0 | 110 | 11110100 | 101110 | 1011000 |
Color Harmonies of #D6D4EF
Complementary color
Monochromatic Colors of #D6D4EF
Black with #D6D4EF
Text Example
Text Example
White with #D6D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4EF; }
p { color: rgb(214,212,239); }
H1.HeaderClassName
{
color: #D6D4EF;
}
.AnyTagClassName
{
color: #D6D4EF;
}
</style>
background-color css
<style>
a { background-color: #D6D4EF; }
a { background-color: rgb(214,212,239); }
div.DivClassName
{
background-color: #D6D4EF;
}
.BgClassName
{
background-color: #D6D4EF;
}
</style>
border-color css
<style>
span { border-color: #D6D4EF; }
span { border-color: rgb(214,212,239); }
td.TdClassName
{
border-color: #D6D4EF;
}
.TagClassName
{
border-color: #D6D4EF;
}
</style>