Shades of Quartz #D5D4EF
Tints of Quartz #D5D4EF
RGB
CMYK
RGB Variations
Color information
#D5D4EF (or 0xD5D4EF) is known color: Quartz. HEX triplet: D5, D4 and EF. RGB value is (213,212,239). Sum of RGB (Red+Green+Blue) = 213+212+239=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D4EF is #2A2B10. Grayscale: #D7D7D7. Windows color (decimal): -2763537 or 15717589. OLE color: 15717589.
HSL color Cylindrical-coordinate representation of color #D5D4EF: hue angle of 242.22º 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 #D5D4EF is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 212 | 239 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.06 |
| HSL | 242.22º | 0.46% | 0.88% | - |
| HSV(B) | 242.22º | 0.11% | 0.94% | - |
| XYZ | 66.56 | 67.47 | 91.18 | - |
| YUV | 215.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 239 | 0.11 | 0.11 | 0 | 0.06 | 242.22 | 0.46 | 0.88 |
| Hex | D5 | D4 | EF | B | B | 0 | 6 | F2 | 2E | 58 |
| Octal | 325 | 324 | 357 | 13 | 13 | 0 | 6 | 362 | 56 | 130 |
| Binary | 11010101 | 11010100 | 11101111 | 1011 | 1011 | 0 | 110 | 11110010 | 101110 | 1011000 |
Color Harmonies of #D5D4EF
Complementary color
Monochromatic Colors of #D5D4EF
Black with #D5D4EF
Text Example
Text Example
White with #D5D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4EF; }
p { color: rgb(213,212,239); }
H1.HeaderClassName
{
color: #D5D4EF;
}
.AnyTagClassName
{
color: #D5D4EF;
}
</style>
background-color css
<style>
a { background-color: #D5D4EF; }
a { background-color: rgb(213,212,239); }
div.DivClassName
{
background-color: #D5D4EF;
}
.BgClassName
{
background-color: #D5D4EF;
}
</style>
border-color css
<style>
span { border-color: #D5D4EF; }
span { border-color: rgb(213,212,239); }
td.TdClassName
{
border-color: #D5D4EF;
}
.TagClassName
{
border-color: #D5D4EF;
}
</style>