Shades of Quartz #DCD6FB
Tints of Quartz #DCD6FB
RGB
CMYK
RGB Variations
Color information
#DCD6FB (or 0xDCD6FB) is known color: Quartz. HEX triplet: DC, D6 and FB. RGB value is (220,214,251). Sum of RGB (Red+Green+Blue) = 220+214+251=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6FB is #232904. Grayscale: #DBDBDB. Windows color (decimal): -2304261 or 16504540. OLE color: 16504540.
HSL color Cylindrical-coordinate representation of color #DCD6FB: hue angle of 249.73º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCD6FB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 214 | 251 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.02 |
| HSL | 249.73º | 0.82% | 0.91% | - |
| HSV(B) | 249.73º | 0.15% | 0.98% | - |
| XYZ | 70.97 | 70.27 | 101.09 | - |
| YUV | 220.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 251 | 0.12 | 0.15 | 0 | 0.02 | 249.73 | 0.82 | 0.91 |
| Hex | DC | D6 | FB | C | F | 0 | 2 | FA | 52 | 5B |
| Octal | 334 | 326 | 373 | 14 | 17 | 0 | 2 | 372 | 122 | 133 |
| Binary | 11011100 | 11010110 | 11111011 | 1100 | 1111 | 0 | 10 | 11111010 | 1010010 | 1011011 |
Color Harmonies of #DCD6FB
Complementary color
Monochromatic Colors of #DCD6FB
Black with #DCD6FB
Text Example
Text Example
White with #DCD6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6FB; }
p { color: rgb(220,214,251); }
H1.HeaderClassName
{
color: #DCD6FB;
}
.AnyTagClassName
{
color: #DCD6FB;
}
</style>
background-color css
<style>
a { background-color: #DCD6FB; }
a { background-color: rgb(220,214,251); }
div.DivClassName
{
background-color: #DCD6FB;
}
.BgClassName
{
background-color: #DCD6FB;
}
</style>
border-color css
<style>
span { border-color: #DCD6FB; }
span { border-color: rgb(220,214,251); }
td.TdClassName
{
border-color: #DCD6FB;
}
.TagClassName
{
border-color: #DCD6FB;
}
</style>