Shades of Quartz #DCD7F3
Tints of Quartz #DCD7F3
RGB
CMYK
RGB Variations
Color information
#DCD7F3 (or 0xDCD7F3) is known color: Quartz. HEX triplet: DC, D7 and F3. RGB value is (220,215,243). Sum of RGB (Red+Green+Blue) = 220+215+243=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 215 (84.38% from 255 or 31.71% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7F3 is #23280C. Grayscale: #DBDBDB. Windows color (decimal): -2304013 or 15980508. OLE color: 15980508.
HSL color Cylindrical-coordinate representation of color #DCD7F3: hue angle of 250.71º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD7F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 215 | 243 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.05 |
| HSL | 250.71º | 0.54% | 0.9% | - |
| HSV(B) | 250.71º | 0.12% | 0.95% | - |
| XYZ | 69.99 | 70.29 | 94.67 | - |
| YUV | 219.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 243 | 0.09 | 0.12 | 0 | 0.05 | 250.71 | 0.54 | 0.9 |
| Hex | DC | D7 | F3 | 9 | C | 0 | 5 | FB | 36 | 5A |
| Octal | 334 | 327 | 363 | 11 | 14 | 0 | 5 | 373 | 66 | 132 |
| Binary | 11011100 | 11010111 | 11110011 | 1001 | 1100 | 0 | 101 | 11111011 | 110110 | 1011010 |
Color Harmonies of #DCD7F3
Complementary color
Monochromatic Colors of #DCD7F3
Black with #DCD7F3
Text Example
Text Example
White with #DCD7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7F3; }
p { color: rgb(220,215,243); }
H1.HeaderClassName
{
color: #DCD7F3;
}
.AnyTagClassName
{
color: #DCD7F3;
}
</style>
background-color css
<style>
a { background-color: #DCD7F3; }
a { background-color: rgb(220,215,243); }
div.DivClassName
{
background-color: #DCD7F3;
}
.BgClassName
{
background-color: #DCD7F3;
}
</style>
border-color css
<style>
span { border-color: #DCD7F3; }
span { border-color: rgb(220,215,243); }
td.TdClassName
{
border-color: #DCD7F3;
}
.TagClassName
{
border-color: #DCD7F3;
}
</style>