Shades of Quartz #DFD9F3
Tints of Quartz #DFD9F3
RGB
CMYK
RGB Variations
Color information
#DFD9F3 (or 0xDFD9F3) is known color: Quartz. HEX triplet: DF, D9 and F3. RGB value is (223,217,243). Sum of RGB (Red+Green+Blue) = 223+217+243=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9F3 is #20260C. Grayscale: #DDDDDD. Windows color (decimal): -2106893 or 15981023. OLE color: 15981023.
HSL color Cylindrical-coordinate representation of color #DFD9F3: hue angle of 253.85º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD9F3 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 217 | 243 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.05 |
| HSL | 253.85º | 0.52% | 0.9% | - |
| HSV(B) | 253.85º | 0.11% | 0.95% | - |
| XYZ | 71.42 | 71.78 | 94.89 | - |
| YUV | 221.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 243 | 0.08 | 0.11 | 0 | 0.05 | 253.85 | 0.52 | 0.9 |
| Hex | DF | D9 | F3 | 8 | B | 0 | 5 | FE | 34 | 5A |
| Octal | 337 | 331 | 363 | 10 | 13 | 0 | 5 | 376 | 64 | 132 |
| Binary | 11011111 | 11011001 | 11110011 | 1000 | 1011 | 0 | 101 | 11111110 | 110100 | 1011010 |
Color Harmonies of #DFD9F3
Complementary color
Monochromatic Colors of #DFD9F3
Black with #DFD9F3
Text Example
Text Example
White with #DFD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9F3; }
p { color: rgb(223,217,243); }
H1.HeaderClassName
{
color: #DFD9F3;
}
.AnyTagClassName
{
color: #DFD9F3;
}
</style>
background-color css
<style>
a { background-color: #DFD9F3; }
a { background-color: rgb(223,217,243); }
div.DivClassName
{
background-color: #DFD9F3;
}
.BgClassName
{
background-color: #DFD9F3;
}
</style>
border-color css
<style>
span { border-color: #DFD9F3; }
span { border-color: rgb(223,217,243); }
td.TdClassName
{
border-color: #DFD9F3;
}
.TagClassName
{
border-color: #DFD9F3;
}
</style>