Shades of Quartz #D1D4EF
Tints of Quartz #D1D4EF
RGB
CMYK
RGB Variations
Color information
#D1D4EF (or 0xD1D4EF) is known color: Quartz. HEX triplet: D1, D4 and EF. RGB value is (209,212,239). Sum of RGB (Red+Green+Blue) = 209+212+239=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4EF is #2E2B10. Grayscale: #D6D6D6. Windows color (decimal): -3025681 or 15717585. OLE color: 15717585.
HSL color Cylindrical-coordinate representation of color #D1D4EF: hue angle of 234º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D4EF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 212 | 239 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.06 |
| HSL | 234º | 0.48% | 0.88% | - |
| HSV(B) | 234º | 0.13% | 0.94% | - |
| XYZ | 65.42 | 66.87 | 91.12 | - |
| YUV | 214.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 239 | 0.13 | 0.11 | 0 | 0.06 | 234 | 0.48 | 0.88 |
| Hex | D1 | D4 | EF | D | B | 0 | 6 | EA | 30 | 58 |
| Octal | 321 | 324 | 357 | 15 | 13 | 0 | 6 | 352 | 60 | 130 |
| Binary | 11010001 | 11010100 | 11101111 | 1101 | 1011 | 0 | 110 | 11101010 | 110000 | 1011000 |
Color Harmonies of #D1D4EF
Complementary color
Monochromatic Colors of #D1D4EF
Black with #D1D4EF
Text Example
Text Example
White with #D1D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D4EF; }
p { color: rgb(209,212,239); }
H1.HeaderClassName
{
color: #D1D4EF;
}
.AnyTagClassName
{
color: #D1D4EF;
}
</style>
background-color css
<style>
a { background-color: #D1D4EF; }
a { background-color: rgb(209,212,239); }
div.DivClassName
{
background-color: #D1D4EF;
}
.BgClassName
{
background-color: #D1D4EF;
}
</style>
border-color css
<style>
span { border-color: #D1D4EF; }
span { border-color: rgb(209,212,239); }
td.TdClassName
{
border-color: #D1D4EF;
}
.TagClassName
{
border-color: #D1D4EF;
}
</style>