Shades of Quartz #DCDFF6
Tints of Quartz #DCDFF6
RGB
CMYK
RGB Variations
Color information
#DCDFF6 (or 0xDCDFF6) is known color: Quartz. HEX triplet: DC, DF and F6. RGB value is (220,223,246). Sum of RGB (Red+Green+Blue) = 220+223+246=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFF6 is #232009. Grayscale: #E0E0E0. Windows color (decimal): -2301962 or 16179164. OLE color: 16179164.
HSL color Cylindrical-coordinate representation of color #DCDFF6: hue angle of 233.08º 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 #DCDFF6 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 223 | 246 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.04 |
| HSL | 233.08º | 0.59% | 0.91% | - |
| HSV(B) | 233.08º | 0.11% | 0.96% | - |
| XYZ | 72.54 | 74.64 | 97.77 | - |
| YUV | 224.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 246 | 0.11 | 0.09 | 0 | 0.04 | 233.08 | 0.59 | 0.91 |
| Hex | DC | DF | F6 | B | 9 | 0 | 4 | E9 | 3B | 5B |
| Octal | 334 | 337 | 366 | 13 | 11 | 0 | 4 | 351 | 73 | 133 |
| Binary | 11011100 | 11011111 | 11110110 | 1011 | 1001 | 0 | 100 | 11101001 | 111011 | 1011011 |
Color Harmonies of #DCDFF6
Complementary color
Monochromatic Colors of #DCDFF6
Black with #DCDFF6
Text Example
Text Example
White with #DCDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFF6; }
p { color: rgb(220,223,246); }
H1.HeaderClassName
{
color: #DCDFF6;
}
.AnyTagClassName
{
color: #DCDFF6;
}
</style>
background-color css
<style>
a { background-color: #DCDFF6; }
a { background-color: rgb(220,223,246); }
div.DivClassName
{
background-color: #DCDFF6;
}
.BgClassName
{
background-color: #DCDFF6;
}
</style>
border-color css
<style>
span { border-color: #DCDFF6; }
span { border-color: rgb(220,223,246); }
td.TdClassName
{
border-color: #DCDFF6;
}
.TagClassName
{
border-color: #DCDFF6;
}
</style>