Shades of Quartz #DCDCEC
Tints of Quartz #DCDCEC
RGB
CMYK
RGB Variations
Color information
#DCDCEC (or 0xDCDCEC) is known color: Quartz. HEX triplet: DC, DC and EC. RGB value is (220,220,236). Sum of RGB (Red+Green+Blue) = 220+220+236=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCEC is #232313. Grayscale: #DDDDDD. Windows color (decimal): -2302740 or 15523036. OLE color: 15523036.
HSL color Cylindrical-coordinate representation of color #DCDCEC: hue angle of 240º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDCEC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 220 | 236 | - |
CMYK | 0.07 | 0.07 | 0 | 0.07 |
HSL | 240º | 0.3% | 0.89% | - |
HSV(B) | 240º | 0.07% | 0.93% | - |
XYZ | 70.25 | 72.46 | 89.64 | - |
YUV | 221.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 236 | 0.07 | 0.07 | 0 | 0.07 | 240 | 0.3 | 0.89 |
Hex | DC | DC | EC | 7 | 7 | 0 | 7 | F0 | 1E | 59 |
Octal | 334 | 334 | 354 | 7 | 7 | 0 | 7 | 360 | 36 | 131 |
Binary | 11011100 | 11011100 | 11101100 | 111 | 111 | 0 | 111 | 11110000 | 11110 | 1011001 |
Color Harmonies of #DCDCEC
Complementary color
Monochromatic Colors of #DCDCEC
Black with #DCDCEC
Text Example
Text Example
White with #DCDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCEC; }
p { color: rgb(220,220,236); }
H1.HeaderClassName
{
color: #DCDCEC;
}
.AnyTagClassName
{
color: #DCDCEC;
}
</style>
background-color css
<style>
a { background-color: #DCDCEC; }
a { background-color: rgb(220,220,236); }
div.DivClassName
{
background-color: #DCDCEC;
}
.BgClassName
{
background-color: #DCDCEC;
}
</style>
border-color css
<style>
span { border-color: #DCDCEC; }
span { border-color: rgb(220,220,236); }
td.TdClassName
{
border-color: #DCDCEC;
}
.TagClassName
{
border-color: #DCDCEC;
}
</style>