Shades of Quartz #DCDCF0
Tints of Quartz #DCDCF0
RGB
CMYK
RGB Variations
Color information
#DCDCF0 (or 0xDCDCF0) is known color: Quartz. HEX triplet: DC, DC and F0. RGB value is (220,220,240). Sum of RGB (Red+Green+Blue) = 220+220+240=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF0 is #23230F. Grayscale: #DEDEDE. Windows color (decimal): -2302736 or 15785180. OLE color: 15785180.
HSL color Cylindrical-coordinate representation of color #DCDCF0: hue angle of 240º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDCF0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 220 | 240 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.06 |
| HSL | 240º | 0.4% | 0.9% | - |
| HSV(B) | 240º | 0.08% | 0.94% | - |
| XYZ | 70.84 | 72.69 | 92.74 | - |
| YUV | 222.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 240 | 0.08 | 0.08 | 0 | 0.06 | 240 | 0.4 | 0.9 |
| Hex | DC | DC | F0 | 8 | 8 | 0 | 6 | F0 | 28 | 5A |
| Octal | 334 | 334 | 360 | 10 | 10 | 0 | 6 | 360 | 50 | 132 |
| Binary | 11011100 | 11011100 | 11110000 | 1000 | 1000 | 0 | 110 | 11110000 | 101000 | 1011010 |
Color Harmonies of #DCDCF0
Complementary color
Monochromatic Colors of #DCDCF0
Black with #DCDCF0
Text Example
Text Example
White with #DCDCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCF0; }
p { color: rgb(220,220,240); }
H1.HeaderClassName
{
color: #DCDCF0;
}
.AnyTagClassName
{
color: #DCDCF0;
}
</style>
background-color css
<style>
a { background-color: #DCDCF0; }
a { background-color: rgb(220,220,240); }
div.DivClassName
{
background-color: #DCDCF0;
}
.BgClassName
{
background-color: #DCDCF0;
}
</style>
border-color css
<style>
span { border-color: #DCDCF0; }
span { border-color: rgb(220,220,240); }
td.TdClassName
{
border-color: #DCDCF0;
}
.TagClassName
{
border-color: #DCDCF0;
}
</style>