Shades of Quartz #D4D3DA
Tints of Quartz #D4D3DA
RGB
CMYK
RGB Variations
Color information
#D4D3DA (or 0xD4D3DA) is known color: Quartz. HEX triplet: D4, D3 and DA. RGB value is (212,211,218). Sum of RGB (Red+Green+Blue) = 212+211+218=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4D3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D3DA is #2B2C25. Grayscale: #D4D4D4. Windows color (decimal): -2829350 or 14341076. OLE color: 14341076.
HSL color Cylindrical-coordinate representation of color #D4D3DA: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D3DA is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 211 | 218 | - |
CMYK | 0.03 | 0.03 | 0 | 0.15 |
HSL | 248.57º | 0.09% | 0.84% | - |
HSV(B) | 248.57º | 0.03% | 0.85% | - |
XYZ | 63.1 | 65.65 | 75.68 | - |
YUV | 212.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 211 | 218 | 0.03 | 0.03 | 0 | 0.15 | 248.57 | 0.09 | 0.84 |
Hex | D4 | D3 | DA | 3 | 3 | 0 | F | F9 | 9 | 54 |
Octal | 324 | 323 | 332 | 3 | 3 | 0 | 17 | 371 | 11 | 124 |
Binary | 11010100 | 11010011 | 11011010 | 11 | 11 | 0 | 1111 | 11111001 | 1001 | 1010100 |
Color Harmonies of #D4D3DA
Complementary color
Monochromatic Colors of #D4D3DA
Black with #D4D3DA
Text Example
Text Example
White with #D4D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3DA; }
p { color: rgb(212,211,218); }
H1.HeaderClassName
{
color: #D4D3DA;
}
.AnyTagClassName
{
color: #D4D3DA;
}
</style>
background-color css
<style>
a { background-color: #D4D3DA; }
a { background-color: rgb(212,211,218); }
div.DivClassName
{
background-color: #D4D3DA;
}
.BgClassName
{
background-color: #D4D3DA;
}
</style>
border-color css
<style>
span { border-color: #D4D3DA; }
span { border-color: rgb(212,211,218); }
td.TdClassName
{
border-color: #D4D3DA;
}
.TagClassName
{
border-color: #D4D3DA;
}
</style>