Shades of Quartz #D4D3EF
Tints of Quartz #D4D3EF
RGB
CMYK
RGB Variations
Color information
#D4D3EF (or 0xD4D3EF) is known color: Quartz. HEX triplet: D4, D3 and EF. RGB value is (212,211,239). Sum of RGB (Red+Green+Blue) = 212+211+239=662 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.02% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D3EF is #2B2C10. Grayscale: #D6D6D6. Windows color (decimal): -2829329 or 15717332. OLE color: 15717332.
HSL color Cylindrical-coordinate representation of color #D4D3EF: hue angle of 242.14º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D3EF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 211 | 239 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.06 |
| HSL | 242.14º | 0.47% | 0.88% | - |
| HSV(B) | 242.14º | 0.12% | 0.94% | - |
| XYZ | 66.03 | 66.82 | 91.08 | - |
| YUV | 214.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 239 | 0.11 | 0.12 | 0 | 0.06 | 242.14 | 0.47 | 0.88 |
| Hex | D4 | D3 | EF | B | C | 0 | 6 | F2 | 2F | 58 |
| Octal | 324 | 323 | 357 | 13 | 14 | 0 | 6 | 362 | 57 | 130 |
| Binary | 11010100 | 11010011 | 11101111 | 1011 | 1100 | 0 | 110 | 11110010 | 101111 | 1011000 |
Color Harmonies of #D4D3EF
Complementary color
Monochromatic Colors of #D4D3EF
Black with #D4D3EF
Text Example
Text Example
White with #D4D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3EF; }
p { color: rgb(212,211,239); }
H1.HeaderClassName
{
color: #D4D3EF;
}
.AnyTagClassName
{
color: #D4D3EF;
}
</style>
background-color css
<style>
a { background-color: #D4D3EF; }
a { background-color: rgb(212,211,239); }
div.DivClassName
{
background-color: #D4D3EF;
}
.BgClassName
{
background-color: #D4D3EF;
}
</style>
border-color css
<style>
span { border-color: #D4D3EF; }
span { border-color: rgb(212,211,239); }
td.TdClassName
{
border-color: #D4D3EF;
}
.TagClassName
{
border-color: #D4D3EF;
}
</style>