Shades of Quartz #D8D8EF
Tints of Quartz #D8D8EF
RGB
CMYK
RGB Variations
Color information
#D8D8EF (or 0xD8D8EF) is known color: Quartz. HEX triplet: D8, D8 and EF. RGB value is (216,216,239). Sum of RGB (Red+Green+Blue) = 216+216+239=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D8EF is #272710. Grayscale: #DADADA. Windows color (decimal): -2565905 or 15718616. OLE color: 15718616.
HSL color Cylindrical-coordinate representation of color #D8D8EF: hue angle of 240º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8D8EF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 216 | 239 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.06 |
| HSL | 240º | 0.42% | 0.89% | - |
| HSV(B) | 240º | 0.1% | 0.94% | - |
| XYZ | 68.45 | 69.94 | 91.55 | - |
| YUV | 218.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 216 | 239 | 0.10 | 0.10 | 0 | 0.06 | 240 | 0.42 | 0.89 |
| Hex | D8 | D8 | EF | A | A | 0 | 6 | F0 | 2A | 59 |
| Octal | 330 | 330 | 357 | 12 | 12 | 0 | 6 | 360 | 52 | 131 |
| Binary | 11011000 | 11011000 | 11101111 | 1010 | 1010 | 0 | 110 | 11110000 | 101010 | 1011001 |
Color Harmonies of #D8D8EF
Complementary color
Monochromatic Colors of #D8D8EF
Black with #D8D8EF
Text Example
Text Example
White with #D8D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D8EF; }
p { color: rgb(216,216,239); }
H1.HeaderClassName
{
color: #D8D8EF;
}
.AnyTagClassName
{
color: #D8D8EF;
}
</style>
background-color css
<style>
a { background-color: #D8D8EF; }
a { background-color: rgb(216,216,239); }
div.DivClassName
{
background-color: #D8D8EF;
}
.BgClassName
{
background-color: #D8D8EF;
}
</style>
border-color css
<style>
span { border-color: #D8D8EF; }
span { border-color: rgb(216,216,239); }
td.TdClassName
{
border-color: #D8D8EF;
}
.TagClassName
{
border-color: #D8D8EF;
}
</style>