Shades of Quartz #DCD2FB
Tints of Quartz #DCD2FB
RGB
CMYK
RGB Variations
Color information
#DCD2FB (or 0xDCD2FB) is known color: Quartz. HEX triplet: DC, D2 and FB. RGB value is (220,210,251). Sum of RGB (Red+Green+Blue) = 220+210+251=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FB is #232D04. Grayscale: #D9D9D9. Windows color (decimal): -2305285 or 16503516. OLE color: 16503516.
HSL color Cylindrical-coordinate representation of color #DCD2FB: hue angle of 254.63º degrees, saturation: 0.84, 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 #DCD2FB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 210 | 251 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 254.63º | 0.84% | 0.9% | - |
| HSV(B) | 254.63º | 0.16% | 0.98% | - |
| XYZ | 69.97 | 68.27 | 100.76 | - |
| YUV | 217.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 251 | 0.12 | 0.16 | 0 | 0.02 | 254.63 | 0.84 | 0.9 |
| Hex | DC | D2 | FB | C | 10 | 0 | 2 | FF | 54 | 5A |
| Octal | 334 | 322 | 373 | 14 | 20 | 0 | 2 | 377 | 124 | 132 |
| Binary | 11011100 | 11010010 | 11111011 | 1100 | 10000 | 0 | 10 | 11111111 | 1010100 | 1011010 |
Color Harmonies of #DCD2FB
Complementary color
Monochromatic Colors of #DCD2FB
Black with #DCD2FB
Text Example
Text Example
White with #DCD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2FB; }
p { color: rgb(220,210,251); }
H1.HeaderClassName
{
color: #DCD2FB;
}
.AnyTagClassName
{
color: #DCD2FB;
}
</style>
background-color css
<style>
a { background-color: #DCD2FB; }
a { background-color: rgb(220,210,251); }
div.DivClassName
{
background-color: #DCD2FB;
}
.BgClassName
{
background-color: #DCD2FB;
}
</style>
border-color css
<style>
span { border-color: #DCD2FB; }
span { border-color: rgb(220,210,251); }
td.TdClassName
{
border-color: #DCD2FB;
}
.TagClassName
{
border-color: #DCD2FB;
}
</style>