Shades of Quartz #D6D1EA
Tints of Quartz #D6D1EA
RGB
CMYK
RGB Variations
Color information
#D6D1EA (or 0xD6D1EA) is known color: Quartz. HEX triplet: D6, D1 and EA. RGB value is (214,209,234). Sum of RGB (Red+Green+Blue) = 214+209+234=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6D1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1EA is #292E15. Grayscale: #D5D5D5. Windows color (decimal): -2698774 or 15389142. OLE color: 15389142.
HSL color Cylindrical-coordinate representation of color #D6D1EA: hue angle of 252º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D1EA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 209 | 234 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.08 |
| HSL | 252º | 0.37% | 0.87% | - |
| HSV(B) | 252º | 0.11% | 0.92% | - |
| XYZ | 65.38 | 65.84 | 87.1 | - |
| YUV | 213.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 234 | 0.09 | 0.11 | 0 | 0.08 | 252 | 0.37 | 0.87 |
| Hex | D6 | D1 | EA | 9 | B | 0 | 8 | FC | 25 | 57 |
| Octal | 326 | 321 | 352 | 11 | 13 | 0 | 10 | 374 | 45 | 127 |
| Binary | 11010110 | 11010001 | 11101010 | 1001 | 1011 | 0 | 1000 | 11111100 | 100101 | 1010111 |
Color Harmonies of #D6D1EA
Complementary color
Monochromatic Colors of #D6D1EA
Black with #D6D1EA
Text Example
Text Example
White with #D6D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1EA; }
p { color: rgb(214,209,234); }
H1.HeaderClassName
{
color: #D6D1EA;
}
.AnyTagClassName
{
color: #D6D1EA;
}
</style>
background-color css
<style>
a { background-color: #D6D1EA; }
a { background-color: rgb(214,209,234); }
div.DivClassName
{
background-color: #D6D1EA;
}
.BgClassName
{
background-color: #D6D1EA;
}
</style>
border-color css
<style>
span { border-color: #D6D1EA; }
span { border-color: rgb(214,209,234); }
td.TdClassName
{
border-color: #D6D1EA;
}
.TagClassName
{
border-color: #D6D1EA;
}
</style>