Shades of Quartz #DCDCE1
Tints of Quartz #DCDCE1
RGB
CMYK
RGB Variations
Color information
#DCDCE1 (or 0xDCDCE1) is known color: Quartz. HEX triplet: DC, DC and E1. RGB value is (220,220,225). Sum of RGB (Red+Green+Blue) = 220+220+225=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCE1 is #23231E. Grayscale: #DCDCDC. Windows color (decimal): -2302751 or 14802140. OLE color: 14802140.
HSL color Cylindrical-coordinate representation of color #DCDCE1: hue angle of 240º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDCE1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 220 | 225 | - |
CMYK | 0.02 | 0.02 | 0 | 0.12 |
HSL | 240º | 0.08% | 0.87% | - |
HSV(B) | 240º | 0.02% | 0.88% | - |
XYZ | 68.7 | 71.84 | 81.48 | - |
YUV | 220.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 225 | 0.02 | 0.02 | 0 | 0.12 | 240 | 0.08 | 0.87 |
Hex | DC | DC | E1 | 2 | 2 | 0 | C | F0 | 8 | 57 |
Octal | 334 | 334 | 341 | 2 | 2 | 0 | 14 | 360 | 10 | 127 |
Binary | 11011100 | 11011100 | 11100001 | 10 | 10 | 0 | 1100 | 11110000 | 1000 | 1010111 |
Color Harmonies of #DCDCE1
Complementary color
Monochromatic Colors of #DCDCE1
Black with #DCDCE1
Text Example
Text Example
White with #DCDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCE1; }
p { color: rgb(220,220,225); }
H1.HeaderClassName
{
color: #DCDCE1;
}
.AnyTagClassName
{
color: #DCDCE1;
}
</style>
background-color css
<style>
a { background-color: #DCDCE1; }
a { background-color: rgb(220,220,225); }
div.DivClassName
{
background-color: #DCDCE1;
}
.BgClassName
{
background-color: #DCDCE1;
}
</style>
border-color css
<style>
span { border-color: #DCDCE1; }
span { border-color: rgb(220,220,225); }
td.TdClassName
{
border-color: #DCDCE1;
}
.TagClassName
{
border-color: #DCDCE1;
}
</style>