Shades of Quartz #D8D6EE
Tints of Quartz #D8D6EE
RGB
CMYK
RGB Variations
Color information
#D8D6EE (or 0xD8D6EE) is known color: Quartz. HEX triplet: D8, D6 and EE. RGB value is (216,214,238). Sum of RGB (Red+Green+Blue) = 216+214+238=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8D6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D6EE is #272911. Grayscale: #D9D9D9. Windows color (decimal): -2566418 or 15652568. OLE color: 15652568.
HSL color Cylindrical-coordinate representation of color #D8D6EE: hue angle of 245º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8D6EE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 214 | 238 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.07 |
| HSL | 245º | 0.41% | 0.89% | - |
| HSV(B) | 245º | 0.1% | 0.93% | - |
| XYZ | 67.8 | 68.87 | 90.61 | - |
| YUV | 217.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 238 | 0.09 | 0.10 | 0 | 0.07 | 245 | 0.41 | 0.89 |
| Hex | D8 | D6 | EE | 9 | A | 0 | 7 | F5 | 29 | 59 |
| Octal | 330 | 326 | 356 | 11 | 12 | 0 | 7 | 365 | 51 | 131 |
| Binary | 11011000 | 11010110 | 11101110 | 1001 | 1010 | 0 | 111 | 11110101 | 101001 | 1011001 |
Color Harmonies of #D8D6EE
Complementary color
Monochromatic Colors of #D8D6EE
Black with #D8D6EE
Text Example
Text Example
White with #D8D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6EE; }
p { color: rgb(216,214,238); }
H1.HeaderClassName
{
color: #D8D6EE;
}
.AnyTagClassName
{
color: #D8D6EE;
}
</style>
background-color css
<style>
a { background-color: #D8D6EE; }
a { background-color: rgb(216,214,238); }
div.DivClassName
{
background-color: #D8D6EE;
}
.BgClassName
{
background-color: #D8D6EE;
}
</style>
border-color css
<style>
span { border-color: #D8D6EE; }
span { border-color: rgb(216,214,238); }
td.TdClassName
{
border-color: #D8D6EE;
}
.TagClassName
{
border-color: #D8D6EE;
}
</style>