Shades of Quartz #D8D4EC
Tints of Quartz #D8D4EC
RGB
CMYK
RGB Variations
Color information
#D8D4EC (or 0xD8D4EC) is known color: Quartz. HEX triplet: D8, D4 and EC. RGB value is (216,212,236). Sum of RGB (Red+Green+Blue) = 216+212+236=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4EC is #272B13. Grayscale: #D7D7D7. Windows color (decimal): -2566932 or 15520984. OLE color: 15520984.
HSL color Cylindrical-coordinate representation of color #D8D4EC: hue angle of 250º 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 #D8D4EC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 212 | 236 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.07 |
| HSL | 250º | 0.39% | 0.88% | - |
| HSV(B) | 250º | 0.1% | 0.93% | - |
| XYZ | 67 | 67.74 | 88.9 | - |
| YUV | 215.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 236 | 0.08 | 0.10 | 0 | 0.07 | 250 | 0.39 | 0.88 |
| Hex | D8 | D4 | EC | 8 | A | 0 | 7 | FA | 27 | 58 |
| Octal | 330 | 324 | 354 | 10 | 12 | 0 | 7 | 372 | 47 | 130 |
| Binary | 11011000 | 11010100 | 11101100 | 1000 | 1010 | 0 | 111 | 11111010 | 100111 | 1011000 |
Color Harmonies of #D8D4EC
Complementary color
Monochromatic Colors of #D8D4EC
Black with #D8D4EC
Text Example
Text Example
White with #D8D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4EC; }
p { color: rgb(216,212,236); }
H1.HeaderClassName
{
color: #D8D4EC;
}
.AnyTagClassName
{
color: #D8D4EC;
}
</style>
background-color css
<style>
a { background-color: #D8D4EC; }
a { background-color: rgb(216,212,236); }
div.DivClassName
{
background-color: #D8D4EC;
}
.BgClassName
{
background-color: #D8D4EC;
}
</style>
border-color css
<style>
span { border-color: #D8D4EC; }
span { border-color: rgb(216,212,236); }
td.TdClassName
{
border-color: #D8D4EC;
}
.TagClassName
{
border-color: #D8D4EC;
}
</style>