Shades of Quartz #D5D4EB
Tints of Quartz #D5D4EB
RGB
CMYK
RGB Variations
Color information
#D5D4EB (or 0xD5D4EB) is known color: Quartz. HEX triplet: D5, D4 and EB. RGB value is (213,212,235). Sum of RGB (Red+Green+Blue) = 213+212+235=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D4EB is #2A2B14. Grayscale: #D6D6D6. Windows color (decimal): -2763541 or 15455445. OLE color: 15455445.
HSL color Cylindrical-coordinate representation of color #D5D4EB: hue angle of 242.61º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D4EB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 212 | 235 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.08 |
| HSL | 242.61º | 0.37% | 0.88% | - |
| HSV(B) | 242.61º | 0.1% | 0.92% | - |
| XYZ | 65.98 | 67.23 | 88.1 | - |
| YUV | 214.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 235 | 0.09 | 0.10 | 0 | 0.08 | 242.61 | 0.37 | 0.88 |
| Hex | D5 | D4 | EB | 9 | A | 0 | 8 | F3 | 25 | 58 |
| Octal | 325 | 324 | 353 | 11 | 12 | 0 | 10 | 363 | 45 | 130 |
| Binary | 11010101 | 11010100 | 11101011 | 1001 | 1010 | 0 | 1000 | 11110011 | 100101 | 1011000 |
Color Harmonies of #D5D4EB
Complementary color
Monochromatic Colors of #D5D4EB
Black with #D5D4EB
Text Example
Text Example
White with #D5D4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4EB; }
p { color: rgb(213,212,235); }
H1.HeaderClassName
{
color: #D5D4EB;
}
.AnyTagClassName
{
color: #D5D4EB;
}
</style>
background-color css
<style>
a { background-color: #D5D4EB; }
a { background-color: rgb(213,212,235); }
div.DivClassName
{
background-color: #D5D4EB;
}
.BgClassName
{
background-color: #D5D4EB;
}
</style>
border-color css
<style>
span { border-color: #D5D4EB; }
span { border-color: rgb(213,212,235); }
td.TdClassName
{
border-color: #D5D4EB;
}
.TagClassName
{
border-color: #D5D4EB;
}
</style>