Shades of Quartz #DCD1FC
Tints of Quartz #DCD1FC
RGB
CMYK
RGB Variations
Color information
#DCD1FC (or 0xDCD1FC) is known color: Quartz. HEX triplet: DC, D1 and FC. RGB value is (220,209,252). Sum of RGB (Red+Green+Blue) = 220+209+252=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1FC is #232E03. Grayscale: #D9D9D9. Windows color (decimal): -2305540 or 16568796. OLE color: 16568796.
HSL color Cylindrical-coordinate representation of color #DCD1FC: hue angle of 255.35º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD1FC is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 209 | 252 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.01 |
| HSL | 255.35º | 0.88% | 0.9% | - |
| HSV(B) | 255.35º | 0.17% | 0.99% | - |
| XYZ | 69.89 | 67.84 | 101.51 | - |
| YUV | 217.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 252 | 0.13 | 0.17 | 0 | 0.01 | 255.35 | 0.88 | 0.9 |
| Hex | DC | D1 | FC | D | 11 | 0 | 1 | FF | 58 | 5A |
| Octal | 334 | 321 | 374 | 15 | 21 | 0 | 1 | 377 | 130 | 132 |
| Binary | 11011100 | 11010001 | 11111100 | 1101 | 10001 | 0 | 1 | 11111111 | 1011000 | 1011010 |
Color Harmonies of #DCD1FC
Complementary color
Monochromatic Colors of #DCD1FC
Black with #DCD1FC
Text Example
Text Example
White with #DCD1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1FC; }
p { color: rgb(220,209,252); }
H1.HeaderClassName
{
color: #DCD1FC;
}
.AnyTagClassName
{
color: #DCD1FC;
}
</style>
background-color css
<style>
a { background-color: #DCD1FC; }
a { background-color: rgb(220,209,252); }
div.DivClassName
{
background-color: #DCD1FC;
}
.BgClassName
{
background-color: #DCD1FC;
}
</style>
border-color css
<style>
span { border-color: #DCD1FC; }
span { border-color: rgb(220,209,252); }
td.TdClassName
{
border-color: #DCD1FC;
}
.TagClassName
{
border-color: #DCD1FC;
}
</style>