Shades of Quartz #DFD7F5
Tints of Quartz #DFD7F5
RGB
CMYK
RGB Variations
Color information
#DFD7F5 (or 0xDFD7F5) is known color: Quartz. HEX triplet: DF, D7 and F5. RGB value is (223,215,245). Sum of RGB (Red+Green+Blue) = 223+215+245=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFD7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7F5 is #20280A. Grayscale: #DCDCDC. Windows color (decimal): -2107403 or 16111583. OLE color: 16111583.
HSL color Cylindrical-coordinate representation of color #DFD7F5: hue angle of 256º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD7F5 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 215 | 245 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.04 |
| HSL | 256º | 0.6% | 0.9% | - |
| HSV(B) | 256º | 0.12% | 0.96% | - |
| XYZ | 71.21 | 70.88 | 96.31 | - |
| YUV | 220.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 245 | 0.09 | 0.12 | 0 | 0.04 | 256 | 0.6 | 0.9 |
| Hex | DF | D7 | F5 | 9 | C | 0 | 4 | 100 | 3C | 5A |
| Octal | 337 | 327 | 365 | 11 | 14 | 0 | 4 | 400 | 74 | 132 |
| Binary | 11011111 | 11010111 | 11110101 | 1001 | 1100 | 0 | 100 | 100000000 | 111100 | 1011010 |
Color Harmonies of #DFD7F5
Complementary color
Monochromatic Colors of #DFD7F5
Black with #DFD7F5
Text Example
Text Example
White with #DFD7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7F5; }
p { color: rgb(223,215,245); }
H1.HeaderClassName
{
color: #DFD7F5;
}
.AnyTagClassName
{
color: #DFD7F5;
}
</style>
background-color css
<style>
a { background-color: #DFD7F5; }
a { background-color: rgb(223,215,245); }
div.DivClassName
{
background-color: #DFD7F5;
}
.BgClassName
{
background-color: #DFD7F5;
}
</style>
border-color css
<style>
span { border-color: #DFD7F5; }
span { border-color: rgb(223,215,245); }
td.TdClassName
{
border-color: #DFD7F5;
}
.TagClassName
{
border-color: #DFD7F5;
}
</style>