Shades of Quartz #D8D8EB
Tints of Quartz #D8D8EB
RGB
CMYK
RGB Variations
Color information
#D8D8EB (or 0xD8D8EB) is known color: Quartz. HEX triplet: D8, D8 and EB. RGB value is (216,216,235). Sum of RGB (Red+Green+Blue) = 216+216+235=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D8EB is #272714. Grayscale: #DADADA. Windows color (decimal): -2565909 or 15456472. OLE color: 15456472.
HSL color Cylindrical-coordinate representation of color #D8D8EB: hue angle of 240º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8D8EB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 216 | 235 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.08 |
| HSL | 240º | 0.32% | 0.88% | - |
| HSV(B) | 240º | 0.08% | 0.92% | - |
| XYZ | 67.87 | 69.71 | 88.48 | - |
| YUV | 218.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 216 | 235 | 0.08 | 0.08 | 0 | 0.08 | 240 | 0.32 | 0.88 |
| Hex | D8 | D8 | EB | 8 | 8 | 0 | 8 | F0 | 20 | 58 |
| Octal | 330 | 330 | 353 | 10 | 10 | 0 | 10 | 360 | 40 | 130 |
| Binary | 11011000 | 11011000 | 11101011 | 1000 | 1000 | 0 | 1000 | 11110000 | 100000 | 1011000 |
Color Harmonies of #D8D8EB
Complementary color
Monochromatic Colors of #D8D8EB
Black with #D8D8EB
Text Example
Text Example
White with #D8D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D8EB; }
p { color: rgb(216,216,235); }
H1.HeaderClassName
{
color: #D8D8EB;
}
.AnyTagClassName
{
color: #D8D8EB;
}
</style>
background-color css
<style>
a { background-color: #D8D8EB; }
a { background-color: rgb(216,216,235); }
div.DivClassName
{
background-color: #D8D8EB;
}
.BgClassName
{
background-color: #D8D8EB;
}
</style>
border-color css
<style>
span { border-color: #D8D8EB; }
span { border-color: rgb(216,216,235); }
td.TdClassName
{
border-color: #D8D8EB;
}
.TagClassName
{
border-color: #D8D8EB;
}
</style>