Shades of Quartz #DCDCDD
Tints of Quartz #DCDCDD
RGB
CMYK
RGB Variations
Color information
#DCDCDD (or 0xDCDCDD) is known color: Quartz. HEX triplet: DC, DC and DD. RGB value is (220,220,221). Sum of RGB (Red+Green+Blue) = 220+220+221=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCDD is #232322. Grayscale: #DCDCDC. Windows color (decimal): -2302755 or 14539996. OLE color: 14539996.
HSL color Cylindrical-coordinate representation of color #DCDCDD: hue angle of 240º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DCDCDD is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 220 | 221 | - |
CMYK | 0.00 | 0.00 | 0 | 0.13 |
HSL | 240º | 0.01% | 0.86% | - |
HSV(B) | 240º | 0% | 0.87% | - |
XYZ | 68.16 | 71.62 | 78.64 | - |
YUV | 220.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 221 | 0.00 | 0.00 | 0 | 0.13 | 240 | 0.01 | 0.86 |
Hex | DC | DC | DD | 0 | 0 | 0 | D | F0 | 1 | 56 |
Octal | 334 | 334 | 335 | 0 | 0 | 0 | 15 | 360 | 1 | 126 |
Binary | 11011100 | 11011100 | 11011101 | 0 | 0 | 0 | 1101 | 11110000 | 1 | 1010110 |
Color Harmonies of #DCDCDD
Complementary color
Monochromatic Colors of #DCDCDD
Black with #DCDCDD
Text Example
Text Example
White with #DCDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCDD; }
p { color: rgb(220,220,221); }
H1.HeaderClassName
{
color: #DCDCDD;
}
.AnyTagClassName
{
color: #DCDCDD;
}
</style>
background-color css
<style>
a { background-color: #DCDCDD; }
a { background-color: rgb(220,220,221); }
div.DivClassName
{
background-color: #DCDCDD;
}
.BgClassName
{
background-color: #DCDCDD;
}
</style>
border-color css
<style>
span { border-color: #DCDCDD; }
span { border-color: rgb(220,220,221); }
td.TdClassName
{
border-color: #DCDCDD;
}
.TagClassName
{
border-color: #DCDCDD;
}
</style>