Shades of Quartz #DCDCE3
Tints of Quartz #DCDCE3
RGB
CMYK
RGB Variations
Color information
#DCDCE3 (or 0xDCDCE3) is known color: Quartz. HEX triplet: DC, DC and E3. RGB value is (220,220,227). Sum of RGB (Red+Green+Blue) = 220+220+227=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCE3 is #23231C. Grayscale: #DCDCDC. Windows color (decimal): -2302749 or 14933212. OLE color: 14933212.
HSL color Cylindrical-coordinate representation of color #DCDCE3: hue angle of 240º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDCE3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 220 | 227 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 240º | 0.11% | 0.88% | - |
HSV(B) | 240º | 0.03% | 0.89% | - |
XYZ | 68.97 | 71.95 | 82.93 | - |
YUV | 220.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 227 | 0.03 | 0.03 | 0 | 0.11 | 240 | 0.11 | 0.88 |
Hex | DC | DC | E3 | 3 | 3 | 0 | B | F0 | B | 58 |
Octal | 334 | 334 | 343 | 3 | 3 | 0 | 13 | 360 | 13 | 130 |
Binary | 11011100 | 11011100 | 11100011 | 11 | 11 | 0 | 1011 | 11110000 | 1011 | 1011000 |
Color Harmonies of #DCDCE3
Complementary color
Monochromatic Colors of #DCDCE3
Black with #DCDCE3
Text Example
Text Example
White with #DCDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCE3; }
p { color: rgb(220,220,227); }
H1.HeaderClassName
{
color: #DCDCE3;
}
.AnyTagClassName
{
color: #DCDCE3;
}
</style>
background-color css
<style>
a { background-color: #DCDCE3; }
a { background-color: rgb(220,220,227); }
div.DivClassName
{
background-color: #DCDCE3;
}
.BgClassName
{
background-color: #DCDCE3;
}
</style>
border-color css
<style>
span { border-color: #DCDCE3; }
span { border-color: rgb(220,220,227); }
td.TdClassName
{
border-color: #DCDCE3;
}
.TagClassName
{
border-color: #DCDCE3;
}
</style>