Shades of Quartz #DCD3FA
Tints of Quartz #DCD3FA
RGB
CMYK
RGB Variations
Color information
#DCD3FA (or 0xDCD3FA) is known color: Quartz. HEX triplet: DC, D3 and FA. RGB value is (220,211,250). Sum of RGB (Red+Green+Blue) = 220+211+250=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3FA is #232C05. Grayscale: #D9D9D9. Windows color (decimal): -2305030 or 16438236. OLE color: 16438236.
HSL color Cylindrical-coordinate representation of color #DCD3FA: hue angle of 253.85º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD3FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 211 | 250 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 253.85º | 0.8% | 0.9% | - |
| HSV(B) | 253.85º | 0.16% | 0.98% | - |
| XYZ | 70.06 | 68.71 | 100.01 | - |
| YUV | 218.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 250 | 0.12 | 0.16 | 0 | 0.02 | 253.85 | 0.8 | 0.9 |
| Hex | DC | D3 | FA | C | 10 | 0 | 2 | FE | 50 | 5A |
| Octal | 334 | 323 | 372 | 14 | 20 | 0 | 2 | 376 | 120 | 132 |
| Binary | 11011100 | 11010011 | 11111010 | 1100 | 10000 | 0 | 10 | 11111110 | 1010000 | 1011010 |
Color Harmonies of #DCD3FA
Complementary color
Monochromatic Colors of #DCD3FA
Black with #DCD3FA
Text Example
Text Example
White with #DCD3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3FA; }
p { color: rgb(220,211,250); }
H1.HeaderClassName
{
color: #DCD3FA;
}
.AnyTagClassName
{
color: #DCD3FA;
}
</style>
background-color css
<style>
a { background-color: #DCD3FA; }
a { background-color: rgb(220,211,250); }
div.DivClassName
{
background-color: #DCD3FA;
}
.BgClassName
{
background-color: #DCD3FA;
}
</style>
border-color css
<style>
span { border-color: #DCD3FA; }
span { border-color: rgb(220,211,250); }
td.TdClassName
{
border-color: #DCD3FA;
}
.TagClassName
{
border-color: #DCD3FA;
}
</style>