Shades of Quartz #DCD6FF
Tints of Quartz #DCD6FF
RGB
CMYK
RGB Variations
Color information
#DCD6FF (or 0xDCD6FF) is known color: Quartz. HEX triplet: DC, D6 and FF. RGB value is (220,214,255). Sum of RGB (Red+Green+Blue) = 220+214+255=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6FF is #232900. Grayscale: #DCDCDC. Windows color (decimal): -2304257 or 16766684. OLE color: 16766684.
HSL color Cylindrical-coordinate representation of color #DCD6FF: hue angle of 248.78º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD6FF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 214 | 255 | - |
| CMYK | 0.14 | 0.16 | 0 | 0 |
| HSL | 248.78º | 1% | 0.92% | - |
| HSV(B) | 248.78º | 0.16% | 1% | - |
| XYZ | 71.61 | 70.53 | 104.45 | - |
| YUV | 220.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 255 | 0.14 | 0.16 | 0 | 0 | 248.78 | 1 | 0.92 |
| Hex | DC | D6 | FF | E | 10 | 0 | 0 | F9 | 64 | 5C |
| Octal | 334 | 326 | 377 | 16 | 20 | 0 | 0 | 371 | 144 | 134 |
| Binary | 11011100 | 11010110 | 11111111 | 1110 | 10000 | 0 | 0 | 11111001 | 1100100 | 1011100 |
Color Harmonies of #DCD6FF
Complementary color
Monochromatic Colors of #DCD6FF
Black with #DCD6FF
Text Example
Text Example
White with #DCD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6FF; }
p { color: rgb(220,214,255); }
H1.HeaderClassName
{
color: #DCD6FF;
}
.AnyTagClassName
{
color: #DCD6FF;
}
</style>
background-color css
<style>
a { background-color: #DCD6FF; }
a { background-color: rgb(220,214,255); }
div.DivClassName
{
background-color: #DCD6FF;
}
.BgClassName
{
background-color: #DCD6FF;
}
</style>
border-color css
<style>
span { border-color: #DCD6FF; }
span { border-color: rgb(220,214,255); }
td.TdClassName
{
border-color: #DCD6FF;
}
.TagClassName
{
border-color: #DCD6FF;
}
</style>