Shades of Quartz #DCD7F1
Tints of Quartz #DCD7F1
RGB
CMYK
RGB Variations
Color information
#DCD7F1 (or 0xDCD7F1) is known color: Quartz. HEX triplet: DC, D7 and F1. RGB value is (220,215,241). Sum of RGB (Red+Green+Blue) = 220+215+241=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCD7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7F1 is #23280E. Grayscale: #DBDBDB. Windows color (decimal): -2304015 or 15849436. OLE color: 15849436.
HSL color Cylindrical-coordinate representation of color #DCD7F1: hue angle of 251.54º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD7F1 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 215 | 241 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.05 |
| HSL | 251.54º | 0.48% | 0.89% | - |
| HSV(B) | 251.54º | 0.11% | 0.95% | - |
| XYZ | 69.69 | 70.17 | 93.09 | - |
| YUV | 219.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 241 | 0.09 | 0.11 | 0 | 0.05 | 251.54 | 0.48 | 0.89 |
| Hex | DC | D7 | F1 | 9 | B | 0 | 5 | FC | 30 | 59 |
| Octal | 334 | 327 | 361 | 11 | 13 | 0 | 5 | 374 | 60 | 131 |
| Binary | 11011100 | 11010111 | 11110001 | 1001 | 1011 | 0 | 101 | 11111100 | 110000 | 1011001 |
Color Harmonies of #DCD7F1
Complementary color
Monochromatic Colors of #DCD7F1
Black with #DCD7F1
Text Example
Text Example
White with #DCD7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7F1; }
p { color: rgb(220,215,241); }
H1.HeaderClassName
{
color: #DCD7F1;
}
.AnyTagClassName
{
color: #DCD7F1;
}
</style>
background-color css
<style>
a { background-color: #DCD7F1; }
a { background-color: rgb(220,215,241); }
div.DivClassName
{
background-color: #DCD7F1;
}
.BgClassName
{
background-color: #DCD7F1;
}
</style>
border-color css
<style>
span { border-color: #DCD7F1; }
span { border-color: rgb(220,215,241); }
td.TdClassName
{
border-color: #DCD7F1;
}
.TagClassName
{
border-color: #DCD7F1;
}
</style>