Shades of Quartz #DCD2FA
Tints of Quartz #DCD2FA
RGB
CMYK
RGB Variations
Color information
#DCD2FA (or 0xDCD2FA) is known color: Quartz. HEX triplet: DC, D2 and FA. RGB value is (220,210,250). Sum of RGB (Red+Green+Blue) = 220+210+250=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2FA is #232D05. Grayscale: #D9D9D9. Windows color (decimal): -2305286 or 16437980. OLE color: 16437980.
HSL color Cylindrical-coordinate representation of color #DCD2FA: hue angle of 255º 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 #DCD2FA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 210 | 250 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 255º | 0.8% | 0.9% | - |
| HSV(B) | 255º | 0.16% | 0.98% | - |
| XYZ | 69.82 | 68.21 | 99.93 | - |
| YUV | 217.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 250 | 0.12 | 0.16 | 0 | 0.02 | 255 | 0.8 | 0.9 |
| Hex | DC | D2 | FA | C | 10 | 0 | 2 | FF | 50 | 5A |
| Octal | 334 | 322 | 372 | 14 | 20 | 0 | 2 | 377 | 120 | 132 |
| Binary | 11011100 | 11010010 | 11111010 | 1100 | 10000 | 0 | 10 | 11111111 | 1010000 | 1011010 |
Color Harmonies of #DCD2FA
Complementary color
Monochromatic Colors of #DCD2FA
Black with #DCD2FA
Text Example
Text Example
White with #DCD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2FA; }
p { color: rgb(220,210,250); }
H1.HeaderClassName
{
color: #DCD2FA;
}
.AnyTagClassName
{
color: #DCD2FA;
}
</style>
background-color css
<style>
a { background-color: #DCD2FA; }
a { background-color: rgb(220,210,250); }
div.DivClassName
{
background-color: #DCD2FA;
}
.BgClassName
{
background-color: #DCD2FA;
}
</style>
border-color css
<style>
span { border-color: #DCD2FA; }
span { border-color: rgb(220,210,250); }
td.TdClassName
{
border-color: #DCD2FA;
}
.TagClassName
{
border-color: #DCD2FA;
}
</style>