Shades of Quartz #D7D6ED
Tints of Quartz #D7D6ED
RGB
CMYK
RGB Variations
Color information
#D7D6ED (or 0xD7D6ED) is known color: Quartz. HEX triplet: D7, D6 and ED. RGB value is (215,214,237). Sum of RGB (Red+Green+Blue) = 215+214+237=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7D6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D6ED is #282912. Grayscale: #D8D8D8. Windows color (decimal): -2631955 or 15587031. OLE color: 15587031.
HSL color Cylindrical-coordinate representation of color #D7D6ED: hue angle of 242.61º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7D6ED is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 214 | 237 | - |
CMYK | 0.09 | 0.10 | 0 | 0.07 |
HSL | 242.61º | 0.39% | 0.88% | - |
HSV(B) | 242.61º | 0.1% | 0.93% | - |
XYZ | 67.36 | 68.65 | 89.82 | - |
YUV | 216.92 | 139.33 | 126.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 214 | 237 | 0.09 | 0.10 | 0 | 0.07 | 242.61 | 0.39 | 0.88 |
Hex | D7 | D6 | ED | 9 | A | 0 | 7 | F3 | 27 | 58 |
Octal | 327 | 326 | 355 | 11 | 12 | 0 | 7 | 363 | 47 | 130 |
Binary | 11010111 | 11010110 | 11101101 | 1001 | 1010 | 0 | 111 | 11110011 | 100111 | 1011000 |
Color Harmonies of #D7D6ED
Complementary color
Monochromatic Colors of #D7D6ED
Black with #D7D6ED
Text Example
Text Example
White with #D7D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D6ED; }
p { color: rgb(215,214,237); }
H1.HeaderClassName
{
color: #D7D6ED;
}
.AnyTagClassName
{
color: #D7D6ED;
}
</style>
background-color css
<style>
a { background-color: #D7D6ED; }
a { background-color: rgb(215,214,237); }
div.DivClassName
{
background-color: #D7D6ED;
}
.BgClassName
{
background-color: #D7D6ED;
}
</style>
border-color css
<style>
span { border-color: #D7D6ED; }
span { border-color: rgb(215,214,237); }
td.TdClassName
{
border-color: #D7D6ED;
}
.TagClassName
{
border-color: #D7D6ED;
}
</style>