Shades of Quartz #D4D7ED
Tints of Quartz #D4D7ED
RGB
CMYK
RGB Variations
Color information
#D4D7ED (or 0xD4D7ED) is known color: Quartz. HEX triplet: D4, D7 and ED. RGB value is (212,215,237). Sum of RGB (Red+Green+Blue) = 212+215+237=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 215 (84.38% from 255 or 32.38% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4D7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D7ED is #2B2812. Grayscale: #D8D8D8. Windows color (decimal): -2828307 or 15587284. OLE color: 15587284.
HSL color Cylindrical-coordinate representation of color #D4D7ED: hue angle of 232.8º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4D7ED is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 215 | 237 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.07 |
| HSL | 232.8º | 0.41% | 0.88% | - |
| HSV(B) | 232.8º | 0.11% | 0.93% | - |
| XYZ | 66.74 | 68.71 | 89.87 | - |
| YUV | 216.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 237 | 0.11 | 0.09 | 0 | 0.07 | 232.8 | 0.41 | 0.88 |
| Hex | D4 | D7 | ED | B | 9 | 0 | 7 | E9 | 29 | 58 |
| Octal | 324 | 327 | 355 | 13 | 11 | 0 | 7 | 351 | 51 | 130 |
| Binary | 11010100 | 11010111 | 11101101 | 1011 | 1001 | 0 | 111 | 11101001 | 101001 | 1011000 |
Color Harmonies of #D4D7ED
Complementary color
Monochromatic Colors of #D4D7ED
Black with #D4D7ED
Text Example
Text Example
White with #D4D7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7ED; }
p { color: rgb(212,215,237); }
H1.HeaderClassName
{
color: #D4D7ED;
}
.AnyTagClassName
{
color: #D4D7ED;
}
</style>
background-color css
<style>
a { background-color: #D4D7ED; }
a { background-color: rgb(212,215,237); }
div.DivClassName
{
background-color: #D4D7ED;
}
.BgClassName
{
background-color: #D4D7ED;
}
</style>
border-color css
<style>
span { border-color: #D4D7ED; }
span { border-color: rgb(212,215,237); }
td.TdClassName
{
border-color: #D4D7ED;
}
.TagClassName
{
border-color: #D4D7ED;
}
</style>