Shades of Quartz #D3D6EB
Tints of Quartz #D3D6EB
RGB
CMYK
RGB Variations
Color information
#D3D6EB (or 0xD3D6EB) is known color: Quartz. HEX triplet: D3, D6 and EB. RGB value is (211,214,235). Sum of RGB (Red+Green+Blue) = 211+214+235=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D6EB is #2C2914. Grayscale: #D7D7D7. Windows color (decimal): -2894101 or 15455955. OLE color: 15455955.
HSL color Cylindrical-coordinate representation of color #D3D6EB: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D6EB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 214 | 235 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.08 |
| HSL | 232.5º | 0.38% | 0.87% | - |
| HSV(B) | 232.5º | 0.1% | 0.92% | - |
| XYZ | 65.91 | 67.94 | 88.24 | - |
| YUV | 215.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 235 | 0.10 | 0.09 | 0 | 0.08 | 232.5 | 0.38 | 0.87 |
| Hex | D3 | D6 | EB | A | 9 | 0 | 8 | E8 | 26 | 57 |
| Octal | 323 | 326 | 353 | 12 | 11 | 0 | 10 | 350 | 46 | 127 |
| Binary | 11010011 | 11010110 | 11101011 | 1010 | 1001 | 0 | 1000 | 11101000 | 100110 | 1010111 |
Color Harmonies of #D3D6EB
Complementary color
Monochromatic Colors of #D3D6EB
Black with #D3D6EB
Text Example
Text Example
White with #D3D6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D6EB; }
p { color: rgb(211,214,235); }
H1.HeaderClassName
{
color: #D3D6EB;
}
.AnyTagClassName
{
color: #D3D6EB;
}
</style>
background-color css
<style>
a { background-color: #D3D6EB; }
a { background-color: rgb(211,214,235); }
div.DivClassName
{
background-color: #D3D6EB;
}
.BgClassName
{
background-color: #D3D6EB;
}
</style>
border-color css
<style>
span { border-color: #D3D6EB; }
span { border-color: rgb(211,214,235); }
td.TdClassName
{
border-color: #D3D6EB;
}
.TagClassName
{
border-color: #D3D6EB;
}
</style>