Shades of Quartz #DCD6F3
Tints of Quartz #DCD6F3
RGB
CMYK
RGB Variations
Color information
#DCD6F3 (or 0xDCD6F3) is known color: Quartz. HEX triplet: DC, D6 and F3. RGB value is (220,214,243). Sum of RGB (Red+Green+Blue) = 220+214+243=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6F3 is #23290C. Grayscale: #DADADA. Windows color (decimal): -2304269 or 15980252. OLE color: 15980252.
HSL color Cylindrical-coordinate representation of color #DCD6F3: hue angle of 252.41º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD6F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 214 | 243 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.05 |
| HSL | 252.41º | 0.55% | 0.9% | - |
| HSV(B) | 252.41º | 0.12% | 0.95% | - |
| XYZ | 69.74 | 69.78 | 94.59 | - |
| YUV | 219.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 243 | 0.09 | 0.12 | 0 | 0.05 | 252.41 | 0.55 | 0.9 |
| Hex | DC | D6 | F3 | 9 | C | 0 | 5 | FC | 37 | 5A |
| Octal | 334 | 326 | 363 | 11 | 14 | 0 | 5 | 374 | 67 | 132 |
| Binary | 11011100 | 11010110 | 11110011 | 1001 | 1100 | 0 | 101 | 11111100 | 110111 | 1011010 |
Color Harmonies of #DCD6F3
Complementary color
Monochromatic Colors of #DCD6F3
Black with #DCD6F3
Text Example
Text Example
White with #DCD6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6F3; }
p { color: rgb(220,214,243); }
H1.HeaderClassName
{
color: #DCD6F3;
}
.AnyTagClassName
{
color: #DCD6F3;
}
</style>
background-color css
<style>
a { background-color: #DCD6F3; }
a { background-color: rgb(220,214,243); }
div.DivClassName
{
background-color: #DCD6F3;
}
.BgClassName
{
background-color: #DCD6F3;
}
</style>
border-color css
<style>
span { border-color: #DCD6F3; }
span { border-color: rgb(220,214,243); }
td.TdClassName
{
border-color: #DCD6F3;
}
.TagClassName
{
border-color: #DCD6F3;
}
</style>