Shades of Quartz #D5D4DC
Tints of Quartz #D5D4DC
RGB
CMYK
RGB Variations
Color information
#D5D4DC (or 0xD5D4DC) is known color: Quartz. HEX triplet: D5, D4 and DC. RGB value is (213,212,220). Sum of RGB (Red+Green+Blue) = 213+212+220=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4DC is #2A2B23. Grayscale: #D5D5D5. Windows color (decimal): -2763556 or 14472405. OLE color: 14472405.
HSL color Cylindrical-coordinate representation of color #D5D4DC: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D4DC is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 212 | 220 | - |
CMYK | 0.03 | 0.04 | 0 | 0.14 |
HSL | 247.5º | 0.1% | 0.85% | - |
HSV(B) | 247.5º | 0.04% | 0.86% | - |
XYZ | 63.9 | 66.4 | 77.16 | - |
YUV | 213.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 212 | 220 | 0.03 | 0.04 | 0 | 0.14 | 247.5 | 0.1 | 0.85 |
Hex | D5 | D4 | DC | 3 | 4 | 0 | E | F8 | A | 55 |
Octal | 325 | 324 | 334 | 3 | 4 | 0 | 16 | 370 | 12 | 125 |
Binary | 11010101 | 11010100 | 11011100 | 11 | 100 | 0 | 1110 | 11111000 | 1010 | 1010101 |
Color Harmonies of #D5D4DC
Complementary color
Monochromatic Colors of #D5D4DC
Black with #D5D4DC
Text Example
Text Example
White with #D5D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D4DC; }
p { color: rgb(213,212,220); }
H1.HeaderClassName
{
color: #D5D4DC;
}
.AnyTagClassName
{
color: #D5D4DC;
}
</style>
background-color css
<style>
a { background-color: #D5D4DC; }
a { background-color: rgb(213,212,220); }
div.DivClassName
{
background-color: #D5D4DC;
}
.BgClassName
{
background-color: #D5D4DC;
}
</style>
border-color css
<style>
span { border-color: #D5D4DC; }
span { border-color: rgb(213,212,220); }
td.TdClassName
{
border-color: #D5D4DC;
}
.TagClassName
{
border-color: #D5D4DC;
}
</style>