Shades of Quartz #DCD2F9
Tints of Quartz #DCD2F9
RGB
CMYK
RGB Variations
Color information
#DCD2F9 (or 0xDCD2F9) is known color: Quartz. HEX triplet: DC, D2 and F9. RGB value is (220,210,249). Sum of RGB (Red+Green+Blue) = 220+210+249=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD2F9 is #232D06. Grayscale: #D9D9D9. Windows color (decimal): -2305287 or 16372444. OLE color: 16372444.
HSL color Cylindrical-coordinate representation of color #DCD2F9: hue angle of 255.38º degrees, saturation: 0.76, 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 #DCD2F9 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 210 | 249 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.02 |
| HSL | 255.38º | 0.76% | 0.9% | - |
| HSV(B) | 255.38º | 0.16% | 0.98% | - |
| XYZ | 69.66 | 68.15 | 99.1 | - |
| YUV | 217.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 249 | 0.12 | 0.16 | 0 | 0.02 | 255.38 | 0.76 | 0.9 |
| Hex | DC | D2 | F9 | C | 10 | 0 | 2 | FF | 4C | 5A |
| Octal | 334 | 322 | 371 | 14 | 20 | 0 | 2 | 377 | 114 | 132 |
| Binary | 11011100 | 11010010 | 11111001 | 1100 | 10000 | 0 | 10 | 11111111 | 1001100 | 1011010 |
Color Harmonies of #DCD2F9
Complementary color
Monochromatic Colors of #DCD2F9
Black with #DCD2F9
Text Example
Text Example
White with #DCD2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2F9; }
p { color: rgb(220,210,249); }
H1.HeaderClassName
{
color: #DCD2F9;
}
.AnyTagClassName
{
color: #DCD2F9;
}
</style>
background-color css
<style>
a { background-color: #DCD2F9; }
a { background-color: rgb(220,210,249); }
div.DivClassName
{
background-color: #DCD2F9;
}
.BgClassName
{
background-color: #DCD2F9;
}
</style>
border-color css
<style>
span { border-color: #DCD2F9; }
span { border-color: rgb(220,210,249); }
td.TdClassName
{
border-color: #DCD2F9;
}
.TagClassName
{
border-color: #DCD2F9;
}
</style>