Shades of Quartz #D5D5D6
Tints of Quartz #D5D5D6
RGB
CMYK
RGB Variations
Color information
#D5D5D6 (or 0xD5D5D6) is known color: Quartz. HEX triplet: D5, D5 and D6. RGB value is (213,213,214). Sum of RGB (Red+Green+Blue) = 213+213+214=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5D5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5D6 is #2A2A29. Grayscale: #D5D5D5. Windows color (decimal): -2763306 or 14079445. OLE color: 14079445.
HSL color Cylindrical-coordinate representation of color #D5D5D6: hue angle of 240º degrees, saturation: 0.01, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D5D5D6 is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 213 | 214 | - |
CMYK | 0.00 | 0.00 | 0 | 0.16 |
HSL | 240º | 0.01% | 0.84% | - |
HSV(B) | 240º | 0% | 0.84% | - |
XYZ | 63.37 | 66.59 | 73.13 | - |
YUV | 213.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 213 | 214 | 0.00 | 0.00 | 0 | 0.16 | 240 | 0.01 | 0.84 |
Hex | D5 | D5 | D6 | 0 | 0 | 0 | 10 | F0 | 1 | 54 |
Octal | 325 | 325 | 326 | 0 | 0 | 0 | 20 | 360 | 1 | 124 |
Binary | 11010101 | 11010101 | 11010110 | 0 | 0 | 0 | 10000 | 11110000 | 1 | 1010100 |
Color Harmonies of #D5D5D6
Complementary color
Monochromatic Colors of #D5D5D6
Black with #D5D5D6
Text Example
Text Example
White with #D5D5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D5D6; }
p { color: rgb(213,213,214); }
H1.HeaderClassName
{
color: #D5D5D6;
}
.AnyTagClassName
{
color: #D5D5D6;
}
</style>
background-color css
<style>
a { background-color: #D5D5D6; }
a { background-color: rgb(213,213,214); }
div.DivClassName
{
background-color: #D5D5D6;
}
.BgClassName
{
background-color: #D5D5D6;
}
</style>
border-color css
<style>
span { border-color: #D5D5D6; }
span { border-color: rgb(213,213,214); }
td.TdClassName
{
border-color: #D5D5D6;
}
.TagClassName
{
border-color: #D5D5D6;
}
</style>