Shades of Quartz #D4D6EF
Tints of Quartz #D4D6EF
RGB
CMYK
RGB Variations
Color information
#D4D6EF (or 0xD4D6EF) is known color: Quartz. HEX triplet: D4, D6 and EF. RGB value is (212,214,239). Sum of RGB (Red+Green+Blue) = 212+214+239=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D6EF is #2B2910. Grayscale: #D8D8D8. Windows color (decimal): -2828561 or 15718100. OLE color: 15718100.
HSL color Cylindrical-coordinate representation of color #D4D6EF: hue angle of 235.56º 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 #D4D6EF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 214 | 239 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.06 |
| HSL | 235.56º | 0.46% | 0.88% | - |
| HSV(B) | 235.56º | 0.11% | 0.94% | - |
| XYZ | 66.78 | 68.32 | 91.33 | - |
| YUV | 216.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 239 | 0.11 | 0.10 | 0 | 0.06 | 235.56 | 0.46 | 0.88 |
| Hex | D4 | D6 | EF | B | A | 0 | 6 | EC | 2E | 58 |
| Octal | 324 | 326 | 357 | 13 | 12 | 0 | 6 | 354 | 56 | 130 |
| Binary | 11010100 | 11010110 | 11101111 | 1011 | 1010 | 0 | 110 | 11101100 | 101110 | 1011000 |
Color Harmonies of #D4D6EF
Complementary color
Monochromatic Colors of #D4D6EF
Black with #D4D6EF
Text Example
Text Example
White with #D4D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6EF; }
p { color: rgb(212,214,239); }
H1.HeaderClassName
{
color: #D4D6EF;
}
.AnyTagClassName
{
color: #D4D6EF;
}
</style>
background-color css
<style>
a { background-color: #D4D6EF; }
a { background-color: rgb(212,214,239); }
div.DivClassName
{
background-color: #D4D6EF;
}
.BgClassName
{
background-color: #D4D6EF;
}
</style>
border-color css
<style>
span { border-color: #D4D6EF; }
span { border-color: rgb(212,214,239); }
td.TdClassName
{
border-color: #D4D6EF;
}
.TagClassName
{
border-color: #D4D6EF;
}
</style>