Shades of Quartz #DCDEF6
Tints of Quartz #DCDEF6
RGB
CMYK
RGB Variations
Color information
#DCDEF6 (or 0xDCDEF6) is known color: Quartz. HEX triplet: DC, DE and F6. RGB value is (220,222,246). Sum of RGB (Red+Green+Blue) = 220+222+246=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCDEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDEF6 is #232109. Grayscale: #E0E0E0. Windows color (decimal): -2302218 or 16178908. OLE color: 16178908.
HSL color Cylindrical-coordinate representation of color #DCDEF6: hue angle of 235.38º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDEF6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 222 | 246 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.04 |
| HSL | 235.38º | 0.59% | 0.91% | - |
| HSV(B) | 235.38º | 0.11% | 0.96% | - |
| XYZ | 72.27 | 74.11 | 97.68 | - |
| YUV | 224.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 246 | 0.11 | 0.10 | 0 | 0.04 | 235.38 | 0.59 | 0.91 |
| Hex | DC | DE | F6 | B | A | 0 | 4 | EB | 3B | 5B |
| Octal | 334 | 336 | 366 | 13 | 12 | 0 | 4 | 353 | 73 | 133 |
| Binary | 11011100 | 11011110 | 11110110 | 1011 | 1010 | 0 | 100 | 11101011 | 111011 | 1011011 |
Color Harmonies of #DCDEF6
Complementary color
Monochromatic Colors of #DCDEF6
Black with #DCDEF6
Text Example
Text Example
White with #DCDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEF6; }
p { color: rgb(220,222,246); }
H1.HeaderClassName
{
color: #DCDEF6;
}
.AnyTagClassName
{
color: #DCDEF6;
}
</style>
background-color css
<style>
a { background-color: #DCDEF6; }
a { background-color: rgb(220,222,246); }
div.DivClassName
{
background-color: #DCDEF6;
}
.BgClassName
{
background-color: #DCDEF6;
}
</style>
border-color css
<style>
span { border-color: #DCDEF6; }
span { border-color: rgb(220,222,246); }
td.TdClassName
{
border-color: #DCDEF6;
}
.TagClassName
{
border-color: #DCDEF6;
}
</style>