Shades of Quartz #DFDDF3
Tints of Quartz #DFDDF3
RGB
CMYK
RGB Variations
Color information
#DFDDF3 (or 0xDFDDF3) is known color: Quartz. HEX triplet: DF, DD and F3. RGB value is (223,221,243). Sum of RGB (Red+Green+Blue) = 223+221+243=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF3 is #20220C. Grayscale: #E0E0E0. Windows color (decimal): -2105869 or 15982047. OLE color: 15982047.
HSL color Cylindrical-coordinate representation of color #DFDDF3: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDDF3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 221 | 243 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.05 |
| HSL | 245.45º | 0.48% | 0.91% | - |
| HSV(B) | 245.45º | 0.09% | 0.95% | - |
| XYZ | 72.47 | 73.87 | 95.23 | - |
| YUV | 224.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 243 | 0.08 | 0.09 | 0 | 0.05 | 245.45 | 0.48 | 0.91 |
| Hex | DF | DD | F3 | 8 | 9 | 0 | 5 | F5 | 30 | 5B |
| Octal | 337 | 335 | 363 | 10 | 11 | 0 | 5 | 365 | 60 | 133 |
| Binary | 11011111 | 11011101 | 11110011 | 1000 | 1001 | 0 | 101 | 11110101 | 110000 | 1011011 |
Color Harmonies of #DFDDF3
Complementary color
Monochromatic Colors of #DFDDF3
Black with #DFDDF3
Text Example
Text Example
White with #DFDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDF3; }
p { color: rgb(223,221,243); }
H1.HeaderClassName
{
color: #DFDDF3;
}
.AnyTagClassName
{
color: #DFDDF3;
}
</style>
background-color css
<style>
a { background-color: #DFDDF3; }
a { background-color: rgb(223,221,243); }
div.DivClassName
{
background-color: #DFDDF3;
}
.BgClassName
{
background-color: #DFDDF3;
}
</style>
border-color css
<style>
span { border-color: #DFDDF3; }
span { border-color: rgb(223,221,243); }
td.TdClassName
{
border-color: #DFDDF3;
}
.TagClassName
{
border-color: #DFDDF3;
}
</style>