Shades of Quartz #DCD3FB
Tints of Quartz #DCD3FB
RGB
CMYK
RGB Variations
Color information
#DCD3FB (or 0xDCD3FB) is known color: Quartz. HEX triplet: DC, D3 and FB. RGB value is (220,211,251). Sum of RGB (Red+Green+Blue) = 220+211+251=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 211 (82.81% from 255 or 30.94% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD3FB is #232C04. Grayscale: #DADADA. Windows color (decimal): -2305029 or 16503772. OLE color: 16503772.
HSL color Cylindrical-coordinate representation of color #DCD3FB: hue angle of 253.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD3FB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 211 | 251 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 253.5º | 0.83% | 0.91% | - |
| HSV(B) | 253.5º | 0.16% | 0.98% | - |
| XYZ | 70.22 | 68.77 | 100.84 | - |
| YUV | 218.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 251 | 0.12 | 0.16 | 0 | 0.02 | 253.5 | 0.83 | 0.91 |
| Hex | DC | D3 | FB | C | 10 | 0 | 2 | FE | 53 | 5B |
| Octal | 334 | 323 | 373 | 14 | 20 | 0 | 2 | 376 | 123 | 133 |
| Binary | 11011100 | 11010011 | 11111011 | 1100 | 10000 | 0 | 10 | 11111110 | 1010011 | 1011011 |
Color Harmonies of #DCD3FB
Complementary color
Monochromatic Colors of #DCD3FB
Black with #DCD3FB
Text Example
Text Example
White with #DCD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3FB; }
p { color: rgb(220,211,251); }
H1.HeaderClassName
{
color: #DCD3FB;
}
.AnyTagClassName
{
color: #DCD3FB;
}
</style>
background-color css
<style>
a { background-color: #DCD3FB; }
a { background-color: rgb(220,211,251); }
div.DivClassName
{
background-color: #DCD3FB;
}
.BgClassName
{
background-color: #DCD3FB;
}
</style>
border-color css
<style>
span { border-color: #DCD3FB; }
span { border-color: rgb(220,211,251); }
td.TdClassName
{
border-color: #DCD3FB;
}
.TagClassName
{
border-color: #DCD3FB;
}
</style>