Shades of Quartz #DFDFF7
Tints of Quartz #DFDFF7
RGB
CMYK
RGB Variations
Color information
#DFDFF7 (or 0xDFDFF7) is known color: Quartz. HEX triplet: DF, DF and F7. RGB value is (223,223,247). Sum of RGB (Red+Green+Blue) = 223+223+247=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFF7 is #202008. Grayscale: #E1E1E1. Windows color (decimal): -2105353 or 16244703. OLE color: 16244703.
HSL color Cylindrical-coordinate representation of color #DFDFF7: hue angle of 240º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDFF7 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 223 | 247 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.03 |
| HSL | 240º | 0.6% | 0.92% | - |
| HSV(B) | 240º | 0.1% | 0.97% | - |
| XYZ | 73.61 | 75.18 | 98.63 | - |
| YUV | 225.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 247 | 0.10 | 0.10 | 0 | 0.03 | 240 | 0.6 | 0.92 |
| Hex | DF | DF | F7 | A | A | 0 | 3 | F0 | 3C | 5C |
| Octal | 337 | 337 | 367 | 12 | 12 | 0 | 3 | 360 | 74 | 134 |
| Binary | 11011111 | 11011111 | 11110111 | 1010 | 1010 | 0 | 11 | 11110000 | 111100 | 1011100 |
Color Harmonies of #DFDFF7
Complementary color
Monochromatic Colors of #DFDFF7
Black with #DFDFF7
Text Example
Text Example
White with #DFDFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFF7; }
p { color: rgb(223,223,247); }
H1.HeaderClassName
{
color: #DFDFF7;
}
.AnyTagClassName
{
color: #DFDFF7;
}
</style>
background-color css
<style>
a { background-color: #DFDFF7; }
a { background-color: rgb(223,223,247); }
div.DivClassName
{
background-color: #DFDFF7;
}
.BgClassName
{
background-color: #DFDFF7;
}
</style>
border-color css
<style>
span { border-color: #DFDFF7; }
span { border-color: rgb(223,223,247); }
td.TdClassName
{
border-color: #DFDFF7;
}
.TagClassName
{
border-color: #DFDFF7;
}
</style>