Shades of Quartz #D3D4EB
Tints of Quartz #D3D4EB
RGB
CMYK
RGB Variations
Color information
#D3D4EB (or 0xD3D4EB) is known color: Quartz. HEX triplet: D3, D4 and EB. RGB value is (211,212,235). Sum of RGB (Red+Green+Blue) = 211+212+235=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D4EB is #2C2B14. Grayscale: #D6D6D6. Windows color (decimal): -2894613 or 15455443. OLE color: 15455443.
HSL color Cylindrical-coordinate representation of color #D3D4EB: hue angle of 237.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 #D3D4EB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 212 | 235 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.08 |
| HSL | 237.5º | 0.38% | 0.87% | - |
| HSV(B) | 237.5º | 0.1% | 0.92% | - |
| XYZ | 65.4 | 66.93 | 88.07 | - |
| YUV | 214.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 235 | 0.10 | 0.10 | 0 | 0.08 | 237.5 | 0.38 | 0.87 |
| Hex | D3 | D4 | EB | A | A | 0 | 8 | EE | 26 | 57 |
| Octal | 323 | 324 | 353 | 12 | 12 | 0 | 10 | 356 | 46 | 127 |
| Binary | 11010011 | 11010100 | 11101011 | 1010 | 1010 | 0 | 1000 | 11101110 | 100110 | 1010111 |
Color Harmonies of #D3D4EB
Complementary color
Monochromatic Colors of #D3D4EB
Black with #D3D4EB
Text Example
Text Example
White with #D3D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D4EB; }
p { color: rgb(211,212,235); }
H1.HeaderClassName
{
color: #D3D4EB;
}
.AnyTagClassName
{
color: #D3D4EB;
}
</style>
background-color css
<style>
a { background-color: #D3D4EB; }
a { background-color: rgb(211,212,235); }
div.DivClassName
{
background-color: #D3D4EB;
}
.BgClassName
{
background-color: #D3D4EB;
}
</style>
border-color css
<style>
span { border-color: #D3D4EB; }
span { border-color: rgb(211,212,235); }
td.TdClassName
{
border-color: #D3D4EB;
}
.TagClassName
{
border-color: #D3D4EB;
}
</style>