Shades of Quartz #DCD1FB
Tints of Quartz #DCD1FB
RGB
CMYK
RGB Variations
Color information
#DCD1FB (or 0xDCD1FB) is known color: Quartz. HEX triplet: DC, D1 and FB. RGB value is (220,209,251). Sum of RGB (Red+Green+Blue) = 220+209+251=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1FB is #232E04. Grayscale: #D8D8D8. Windows color (decimal): -2305541 or 16503260. OLE color: 16503260.
HSL color Cylindrical-coordinate representation of color #DCD1FB: hue angle of 255.71º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD1FB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 209 | 251 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.02 |
| HSL | 255.71º | 0.84% | 0.9% | - |
| HSV(B) | 255.71º | 0.17% | 0.98% | - |
| XYZ | 69.73 | 67.78 | 100.67 | - |
| YUV | 217.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 251 | 0.12 | 0.17 | 0 | 0.02 | 255.71 | 0.84 | 0.9 |
| Hex | DC | D1 | FB | C | 11 | 0 | 2 | 100 | 54 | 5A |
| Octal | 334 | 321 | 373 | 14 | 21 | 0 | 2 | 400 | 124 | 132 |
| Binary | 11011100 | 11010001 | 11111011 | 1100 | 10001 | 0 | 10 | 100000000 | 1010100 | 1011010 |
Color Harmonies of #DCD1FB
Complementary color
Monochromatic Colors of #DCD1FB
Black with #DCD1FB
Text Example
Text Example
White with #DCD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1FB; }
p { color: rgb(220,209,251); }
H1.HeaderClassName
{
color: #DCD1FB;
}
.AnyTagClassName
{
color: #DCD1FB;
}
</style>
background-color css
<style>
a { background-color: #DCD1FB; }
a { background-color: rgb(220,209,251); }
div.DivClassName
{
background-color: #DCD1FB;
}
.BgClassName
{
background-color: #DCD1FB;
}
</style>
border-color css
<style>
span { border-color: #DCD1FB; }
span { border-color: rgb(220,209,251); }
td.TdClassName
{
border-color: #DCD1FB;
}
.TagClassName
{
border-color: #DCD1FB;
}
</style>