Shades of Quartz #D8D6ED
Tints of Quartz #D8D6ED
RGB
CMYK
RGB Variations
Color information
#D8D6ED (or 0xD8D6ED) is known color: Quartz. HEX triplet: D8, D6 and ED. RGB value is (216,214,237). Sum of RGB (Red+Green+Blue) = 216+214+237=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8D6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D6ED is #272912. Grayscale: #D9D9D9. Windows color (decimal): -2566419 or 15587032. OLE color: 15587032.
HSL color Cylindrical-coordinate representation of color #D8D6ED: hue angle of 245.22º 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 #D8D6ED is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 216 | 214 | 237 | - |
CMYK | 0.09 | 0.10 | 0 | 0.07 |
HSL | 245.22º | 0.39% | 0.88% | - |
HSV(B) | 245.22º | 0.1% | 0.93% | - |
XYZ | 67.65 | 68.81 | 89.84 | - |
YUV | 217.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 214 | 237 | 0.09 | 0.10 | 0 | 0.07 | 245.22 | 0.39 | 0.88 |
Hex | D8 | D6 | ED | 9 | A | 0 | 7 | F5 | 27 | 58 |
Octal | 330 | 326 | 355 | 11 | 12 | 0 | 7 | 365 | 47 | 130 |
Binary | 11011000 | 11010110 | 11101101 | 1001 | 1010 | 0 | 111 | 11110101 | 100111 | 1011000 |
Color Harmonies of #D8D6ED
Complementary color
Monochromatic Colors of #D8D6ED
Black with #D8D6ED
Text Example
Text Example
White with #D8D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D6ED; }
p { color: rgb(216,214,237); }
H1.HeaderClassName
{
color: #D8D6ED;
}
.AnyTagClassName
{
color: #D8D6ED;
}
</style>
background-color css
<style>
a { background-color: #D8D6ED; }
a { background-color: rgb(216,214,237); }
div.DivClassName
{
background-color: #D8D6ED;
}
.BgClassName
{
background-color: #D8D6ED;
}
</style>
border-color css
<style>
span { border-color: #D8D6ED; }
span { border-color: rgb(216,214,237); }
td.TdClassName
{
border-color: #D8D6ED;
}
.TagClassName
{
border-color: #D8D6ED;
}
</style>