Shades of Quartz #D3D4E7
Tints of Quartz #D3D4E7
RGB
CMYK
RGB Variations
Color information
#D3D4E7 (or 0xD3D4E7) is known color: Quartz. HEX triplet: D3, D4 and E7. RGB value is (211,212,231). Sum of RGB (Red+Green+Blue) = 211+212+231=654 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.26% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #D3D4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D4E7 is #2C2B18. Grayscale: #D5D5D5. Windows color (decimal): -2894617 or 15193299. OLE color: 15193299.
HSL color Cylindrical-coordinate representation of color #D3D4E7: hue angle of 237º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3D4E7 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 212 | 231 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.09 |
| HSL | 237º | 0.29% | 0.87% | - |
| HSV(B) | 237º | 0.09% | 0.91% | - |
| XYZ | 64.83 | 66.71 | 85.06 | - |
| YUV | 213.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 231 | 0.09 | 0.08 | 0 | 0.09 | 237 | 0.29 | 0.87 |
| Hex | D3 | D4 | E7 | 9 | 8 | 0 | 9 | ED | 1D | 57 |
| Octal | 323 | 324 | 347 | 11 | 10 | 0 | 11 | 355 | 35 | 127 |
| Binary | 11010011 | 11010100 | 11100111 | 1001 | 1000 | 0 | 1001 | 11101101 | 11101 | 1010111 |
Color Harmonies of #D3D4E7
Complementary color
Monochromatic Colors of #D3D4E7
Black with #D3D4E7
Text Example
Text Example
White with #D3D4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D4E7; }
p { color: rgb(211,212,231); }
H1.HeaderClassName
{
color: #D3D4E7;
}
.AnyTagClassName
{
color: #D3D4E7;
}
</style>
background-color css
<style>
a { background-color: #D3D4E7; }
a { background-color: rgb(211,212,231); }
div.DivClassName
{
background-color: #D3D4E7;
}
.BgClassName
{
background-color: #D3D4E7;
}
</style>
border-color css
<style>
span { border-color: #D3D4E7; }
span { border-color: rgb(211,212,231); }
td.TdClassName
{
border-color: #D3D4E7;
}
.TagClassName
{
border-color: #D3D4E7;
}
</style>