Shades of Quartz #DCDCF5
Tints of Quartz #DCDCF5
RGB
CMYK
RGB Variations
Color information
#DCDCF5 (or 0xDCDCF5) is known color: Quartz. HEX triplet: DC, DC and F5. RGB value is (220,220,245). Sum of RGB (Red+Green+Blue) = 220+220+245=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCF5 is #23230A. Grayscale: #DEDEDE. Windows color (decimal): -2302731 or 16112860. OLE color: 16112860.
HSL color Cylindrical-coordinate representation of color #DCDCF5: hue angle of 240º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDCF5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 220 | 245 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.04 |
| HSL | 240º | 0.56% | 0.91% | - |
| HSV(B) | 240º | 0.1% | 0.96% | - |
| XYZ | 71.59 | 72.99 | 96.7 | - |
| YUV | 222.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 245 | 0.10 | 0.10 | 0 | 0.04 | 240 | 0.56 | 0.91 |
| Hex | DC | DC | F5 | A | A | 0 | 4 | F0 | 38 | 5B |
| Octal | 334 | 334 | 365 | 12 | 12 | 0 | 4 | 360 | 70 | 133 |
| Binary | 11011100 | 11011100 | 11110101 | 1010 | 1010 | 0 | 100 | 11110000 | 111000 | 1011011 |
Color Harmonies of #DCDCF5
Complementary color
Monochromatic Colors of #DCDCF5
Black with #DCDCF5
Text Example
Text Example
White with #DCDCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCF5; }
p { color: rgb(220,220,245); }
H1.HeaderClassName
{
color: #DCDCF5;
}
.AnyTagClassName
{
color: #DCDCF5;
}
</style>
background-color css
<style>
a { background-color: #DCDCF5; }
a { background-color: rgb(220,220,245); }
div.DivClassName
{
background-color: #DCDCF5;
}
.BgClassName
{
background-color: #DCDCF5;
}
</style>
border-color css
<style>
span { border-color: #DCDCF5; }
span { border-color: rgb(220,220,245); }
td.TdClassName
{
border-color: #DCDCF5;
}
.TagClassName
{
border-color: #DCDCF5;
}
</style>