Shades of Quartz #DCDCE5
Tints of Quartz #DCDCE5
RGB
CMYK
RGB Variations
Color information
#DCDCE5 (or 0xDCDCE5) is known color: Quartz. HEX triplet: DC, DC and E5. RGB value is (220,220,229). Sum of RGB (Red+Green+Blue) = 220+220+229=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCE5 is #23231A. Grayscale: #DCDCDC. Windows color (decimal): -2302747 or 15064284. OLE color: 15064284.
HSL color Cylindrical-coordinate representation of color #DCDCE5: hue angle of 240º degrees, saturation: 0.15, 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 #DCDCE5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 220 | 229 | - |
CMYK | 0.04 | 0.04 | 0 | 0.10 |
HSL | 240º | 0.15% | 0.88% | - |
HSV(B) | 240º | 0.04% | 0.9% | - |
XYZ | 69.25 | 72.06 | 84.39 | - |
YUV | 221.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 229 | 0.04 | 0.04 | 0 | 0.10 | 240 | 0.15 | 0.88 |
Hex | DC | DC | E5 | 4 | 4 | 0 | A | F0 | F | 58 |
Octal | 334 | 334 | 345 | 4 | 4 | 0 | 12 | 360 | 17 | 130 |
Binary | 11011100 | 11011100 | 11100101 | 100 | 100 | 0 | 1010 | 11110000 | 1111 | 1011000 |
Color Harmonies of #DCDCE5
Complementary color
Monochromatic Colors of #DCDCE5
Black with #DCDCE5
Text Example
Text Example
White with #DCDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCE5; }
p { color: rgb(220,220,229); }
H1.HeaderClassName
{
color: #DCDCE5;
}
.AnyTagClassName
{
color: #DCDCE5;
}
</style>
background-color css
<style>
a { background-color: #DCDCE5; }
a { background-color: rgb(220,220,229); }
div.DivClassName
{
background-color: #DCDCE5;
}
.BgClassName
{
background-color: #DCDCE5;
}
</style>
border-color css
<style>
span { border-color: #DCDCE5; }
span { border-color: rgb(220,220,229); }
td.TdClassName
{
border-color: #DCDCE5;
}
.TagClassName
{
border-color: #DCDCE5;
}
</style>