Shades of Quartz #D4D7EF
Tints of Quartz #D4D7EF
RGB
CMYK
RGB Variations
Color information
#D4D7EF (or 0xD4D7EF) is known color: Quartz. HEX triplet: D4, D7 and EF. RGB value is (212,215,239). Sum of RGB (Red+Green+Blue) = 212+215+239=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4D7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D7EF is #2B2810. Grayscale: #D8D8D8. Windows color (decimal): -2828305 or 15718356. OLE color: 15718356.
HSL color Cylindrical-coordinate representation of color #D4D7EF: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4D7EF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 215 | 239 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.06 |
| HSL | 233.33º | 0.46% | 0.88% | - |
| HSV(B) | 233.33º | 0.11% | 0.94% | - |
| XYZ | 67.03 | 68.83 | 91.41 | - |
| YUV | 216.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 239 | 0.11 | 0.10 | 0 | 0.06 | 233.33 | 0.46 | 0.88 |
| Hex | D4 | D7 | EF | B | A | 0 | 6 | E9 | 2E | 58 |
| Octal | 324 | 327 | 357 | 13 | 12 | 0 | 6 | 351 | 56 | 130 |
| Binary | 11010100 | 11010111 | 11101111 | 1011 | 1010 | 0 | 110 | 11101001 | 101110 | 1011000 |
Color Harmonies of #D4D7EF
Complementary color
Monochromatic Colors of #D4D7EF
Black with #D4D7EF
Text Example
Text Example
White with #D4D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7EF; }
p { color: rgb(212,215,239); }
H1.HeaderClassName
{
color: #D4D7EF;
}
.AnyTagClassName
{
color: #D4D7EF;
}
</style>
background-color css
<style>
a { background-color: #D4D7EF; }
a { background-color: rgb(212,215,239); }
div.DivClassName
{
background-color: #D4D7EF;
}
.BgClassName
{
background-color: #D4D7EF;
}
</style>
border-color css
<style>
span { border-color: #D4D7EF; }
span { border-color: rgb(212,215,239); }
td.TdClassName
{
border-color: #D4D7EF;
}
.TagClassName
{
border-color: #D4D7EF;
}
</style>