Shades of Quartz #DCD6FE
Tints of Quartz #DCD6FE
RGB
CMYK
RGB Variations
Color information
#DCD6FE (or 0xDCD6FE) is known color: Quartz. HEX triplet: DC, D6 and FE. RGB value is (220,214,254). Sum of RGB (Red+Green+Blue) = 220+214+254=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6FE is #232901. Grayscale: #DCDCDC. Windows color (decimal): -2304258 or 16701148. OLE color: 16701148.
HSL color Cylindrical-coordinate representation of color #DCD6FE: hue angle of 249º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD6FE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 214 | 254 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.00 |
| HSL | 249º | 0.95% | 0.92% | - |
| HSV(B) | 249º | 0.16% | 1% | - |
| XYZ | 71.45 | 70.46 | 103.6 | - |
| YUV | 220.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 254 | 0.13 | 0.16 | 0 | 0.00 | 249 | 0.95 | 0.92 |
| Hex | DC | D6 | FE | D | 10 | 0 | 0 | F9 | 5F | 5C |
| Octal | 334 | 326 | 376 | 15 | 20 | 0 | 0 | 371 | 137 | 134 |
| Binary | 11011100 | 11010110 | 11111110 | 1101 | 10000 | 0 | 0 | 11111001 | 1011111 | 1011100 |
Color Harmonies of #DCD6FE
Complementary color
Monochromatic Colors of #DCD6FE
Black with #DCD6FE
Text Example
Text Example
White with #DCD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6FE; }
p { color: rgb(220,214,254); }
H1.HeaderClassName
{
color: #DCD6FE;
}
.AnyTagClassName
{
color: #DCD6FE;
}
</style>
background-color css
<style>
a { background-color: #DCD6FE; }
a { background-color: rgb(220,214,254); }
div.DivClassName
{
background-color: #DCD6FE;
}
.BgClassName
{
background-color: #DCD6FE;
}
</style>
border-color css
<style>
span { border-color: #DCD6FE; }
span { border-color: rgb(220,214,254); }
td.TdClassName
{
border-color: #DCD6FE;
}
.TagClassName
{
border-color: #DCD6FE;
}
</style>