Shades of Quartz #DCDCFC
Tints of Quartz #DCDCFC
RGB
CMYK
RGB Variations
Color information
#DCDCFC (or 0xDCDCFC) is known color: Quartz. HEX triplet: DC, DC and FC. RGB value is (220,220,252). Sum of RGB (Red+Green+Blue) = 220+220+252=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCFC is #232303. Grayscale: #DFDFDF. Windows color (decimal): -2302724 or 16571612. OLE color: 16571612.
HSL color Cylindrical-coordinate representation of color #DCDCFC: hue angle of 240º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDCFC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 220 | 252 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.01 |
| HSL | 240º | 0.84% | 0.93% | - |
| HSV(B) | 240º | 0.13% | 0.99% | - |
| XYZ | 72.68 | 73.43 | 102.44 | - |
| YUV | 223.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 252 | 0.13 | 0.13 | 0 | 0.01 | 240 | 0.84 | 0.93 |
| Hex | DC | DC | FC | D | D | 0 | 1 | F0 | 54 | 5D |
| Octal | 334 | 334 | 374 | 15 | 15 | 0 | 1 | 360 | 124 | 135 |
| Binary | 11011100 | 11011100 | 11111100 | 1101 | 1101 | 0 | 1 | 11110000 | 1010100 | 1011101 |
Color Harmonies of #DCDCFC
Complementary color
Monochromatic Colors of #DCDCFC
Black with #DCDCFC
Text Example
Text Example
White with #DCDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCFC; }
p { color: rgb(220,220,252); }
H1.HeaderClassName
{
color: #DCDCFC;
}
.AnyTagClassName
{
color: #DCDCFC;
}
</style>
background-color css
<style>
a { background-color: #DCDCFC; }
a { background-color: rgb(220,220,252); }
div.DivClassName
{
background-color: #DCDCFC;
}
.BgClassName
{
background-color: #DCDCFC;
}
</style>
border-color css
<style>
span { border-color: #DCDCFC; }
span { border-color: rgb(220,220,252); }
td.TdClassName
{
border-color: #DCDCFC;
}
.TagClassName
{
border-color: #DCDCFC;
}
</style>