Shades of Quartz #DCDCFE
Tints of Quartz #DCDCFE
RGB
CMYK
RGB Variations
Color information
#DCDCFE (or 0xDCDCFE) is known color: Quartz. HEX triplet: DC, DC and FE. RGB value is (220,220,254). Sum of RGB (Red+Green+Blue) = 220+220+254=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCFE is #232301. Grayscale: #DFDFDF. Windows color (decimal): -2302722 or 16702684. OLE color: 16702684.
HSL color Cylindrical-coordinate representation of color #DCDCFE: hue angle of 240º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDCFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 220 | 254 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.00 |
| HSL | 240º | 0.94% | 0.93% | - |
| HSV(B) | 240º | 0.13% | 1% | - |
| XYZ | 73 | 73.56 | 104.12 | - |
| YUV | 223.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 254 | 0.13 | 0.13 | 0 | 0.00 | 240 | 0.94 | 0.93 |
| Hex | DC | DC | FE | D | D | 0 | 0 | F0 | 5E | 5D |
| Octal | 334 | 334 | 376 | 15 | 15 | 0 | 0 | 360 | 136 | 135 |
| Binary | 11011100 | 11011100 | 11111110 | 1101 | 1101 | 0 | 0 | 11110000 | 1011110 | 1011101 |
Color Harmonies of #DCDCFE
Complementary color
Monochromatic Colors of #DCDCFE
Black with #DCDCFE
Text Example
Text Example
White with #DCDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCFE; }
p { color: rgb(220,220,254); }
H1.HeaderClassName
{
color: #DCDCFE;
}
.AnyTagClassName
{
color: #DCDCFE;
}
</style>
background-color css
<style>
a { background-color: #DCDCFE; }
a { background-color: rgb(220,220,254); }
div.DivClassName
{
background-color: #DCDCFE;
}
.BgClassName
{
background-color: #DCDCFE;
}
</style>
border-color css
<style>
span { border-color: #DCDCFE; }
span { border-color: rgb(220,220,254); }
td.TdClassName
{
border-color: #DCDCFE;
}
.TagClassName
{
border-color: #DCDCFE;
}
</style>