Shades of Quartz #DCDCE6
Tints of Quartz #DCDCE6
RGB
CMYK
RGB Variations
Color information
#DCDCE6 (or 0xDCDCE6) is known color: Quartz. HEX triplet: DC, DC and E6. RGB value is (220,220,230). Sum of RGB (Red+Green+Blue) = 220+220+230=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCE6 is #232319. Grayscale: #DDDDDD. Windows color (decimal): -2302746 or 15129820. OLE color: 15129820.
HSL color Cylindrical-coordinate representation of color #DCDCE6: hue angle of 240º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDCE6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 220 | 230 | - |
CMYK | 0.04 | 0.04 | 0 | 0.10 |
HSL | 240º | 0.17% | 0.88% | - |
HSV(B) | 240º | 0.04% | 0.9% | - |
XYZ | 69.39 | 72.12 | 85.13 | - |
YUV | 221.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 230 | 0.04 | 0.04 | 0 | 0.10 | 240 | 0.17 | 0.88 |
Hex | DC | DC | E6 | 4 | 4 | 0 | A | F0 | 11 | 58 |
Octal | 334 | 334 | 346 | 4 | 4 | 0 | 12 | 360 | 21 | 130 |
Binary | 11011100 | 11011100 | 11100110 | 100 | 100 | 0 | 1010 | 11110000 | 10001 | 1011000 |
Color Harmonies of #DCDCE6
Complementary color
Monochromatic Colors of #DCDCE6
Black with #DCDCE6
Text Example
Text Example
White with #DCDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCE6; }
p { color: rgb(220,220,230); }
H1.HeaderClassName
{
color: #DCDCE6;
}
.AnyTagClassName
{
color: #DCDCE6;
}
</style>
background-color css
<style>
a { background-color: #DCDCE6; }
a { background-color: rgb(220,220,230); }
div.DivClassName
{
background-color: #DCDCE6;
}
.BgClassName
{
background-color: #DCDCE6;
}
</style>
border-color css
<style>
span { border-color: #DCDCE6; }
span { border-color: rgb(220,220,230); }
td.TdClassName
{
border-color: #DCDCE6;
}
.TagClassName
{
border-color: #DCDCE6;
}
</style>