Shades of Quartz #DCD7F8
Tints of Quartz #DCD7F8
RGB
CMYK
RGB Variations
Color information
#DCD7F8 (or 0xDCD7F8) is known color: Quartz. HEX triplet: DC, D7 and F8. RGB value is (220,215,248). Sum of RGB (Red+Green+Blue) = 220+215+248=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCD7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7F8 is #232807. Grayscale: #DCDCDC. Windows color (decimal): -2304008 or 16308188. OLE color: 16308188.
HSL color Cylindrical-coordinate representation of color #DCD7F8: hue angle of 249.09º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCD7F8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 215 | 248 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.03 |
| HSL | 249.09º | 0.7% | 0.91% | - |
| HSV(B) | 249.09º | 0.13% | 0.97% | - |
| XYZ | 70.76 | 70.59 | 98.7 | - |
| YUV | 220.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 248 | 0.11 | 0.13 | 0 | 0.03 | 249.09 | 0.7 | 0.91 |
| Hex | DC | D7 | F8 | B | D | 0 | 3 | F9 | 46 | 5B |
| Octal | 334 | 327 | 370 | 13 | 15 | 0 | 3 | 371 | 106 | 133 |
| Binary | 11011100 | 11010111 | 11111000 | 1011 | 1101 | 0 | 11 | 11111001 | 1000110 | 1011011 |
Color Harmonies of #DCD7F8
Complementary color
Monochromatic Colors of #DCD7F8
Black with #DCD7F8
Text Example
Text Example
White with #DCD7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7F8; }
p { color: rgb(220,215,248); }
H1.HeaderClassName
{
color: #DCD7F8;
}
.AnyTagClassName
{
color: #DCD7F8;
}
</style>
background-color css
<style>
a { background-color: #DCD7F8; }
a { background-color: rgb(220,215,248); }
div.DivClassName
{
background-color: #DCD7F8;
}
.BgClassName
{
background-color: #DCD7F8;
}
</style>
border-color css
<style>
span { border-color: #DCD7F8; }
span { border-color: rgb(220,215,248); }
td.TdClassName
{
border-color: #DCD7F8;
}
.TagClassName
{
border-color: #DCD7F8;
}
</style>