Shades of Quartz #DCDCE2
Tints of Quartz #DCDCE2
RGB
CMYK
RGB Variations
Color information
#DCDCE2 (or 0xDCDCE2) is known color: Quartz. HEX triplet: DC, DC and E2. RGB value is (220,220,226). Sum of RGB (Red+Green+Blue) = 220+220+226=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCE2 is #23231D. Grayscale: #DCDCDC. Windows color (decimal): -2302750 or 14867676. OLE color: 14867676.
HSL color Cylindrical-coordinate representation of color #DCDCE2: hue angle of 240º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDCE2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 220 | 226 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 240º | 0.09% | 0.87% | - |
HSV(B) | 240º | 0.03% | 0.89% | - |
XYZ | 68.84 | 71.89 | 82.2 | - |
YUV | 220.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 226 | 0.03 | 0.03 | 0 | 0.11 | 240 | 0.09 | 0.87 |
Hex | DC | DC | E2 | 3 | 3 | 0 | B | F0 | 9 | 57 |
Octal | 334 | 334 | 342 | 3 | 3 | 0 | 13 | 360 | 11 | 127 |
Binary | 11011100 | 11011100 | 11100010 | 11 | 11 | 0 | 1011 | 11110000 | 1001 | 1010111 |
Color Harmonies of #DCDCE2
Complementary color
Monochromatic Colors of #DCDCE2
Black with #DCDCE2
Text Example
Text Example
White with #DCDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCE2; }
p { color: rgb(220,220,226); }
H1.HeaderClassName
{
color: #DCDCE2;
}
.AnyTagClassName
{
color: #DCDCE2;
}
</style>
background-color css
<style>
a { background-color: #DCDCE2; }
a { background-color: rgb(220,220,226); }
div.DivClassName
{
background-color: #DCDCE2;
}
.BgClassName
{
background-color: #DCDCE2;
}
</style>
border-color css
<style>
span { border-color: #DCDCE2; }
span { border-color: rgb(220,220,226); }
td.TdClassName
{
border-color: #DCDCE2;
}
.TagClassName
{
border-color: #DCDCE2;
}
</style>