Shades of Quartz #DFDDF9
Tints of Quartz #DFDDF9
RGB
CMYK
RGB Variations
Color information
#DFDDF9 (or 0xDFDDF9) is known color: Quartz. HEX triplet: DF, DD and F9. RGB value is (223,221,249). Sum of RGB (Red+Green+Blue) = 223+221+249=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF9 is #202206. Grayscale: #E0E0E0. Windows color (decimal): -2105863 or 16375263. OLE color: 16375263.
HSL color Cylindrical-coordinate representation of color #DFDDF9: hue angle of 244.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDDF9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 221 | 249 | - |
CMYK | 0.10 | 0.11 | 0 | 0.02 |
HSL | 244.29º | 0.7% | 0.92% | - |
HSV(B) | 244.29º | 0.11% | 0.98% | - |
XYZ | 73.39 | 74.24 | 100.08 | - |
YUV | 224.79 | 141.66 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 249 | 0.10 | 0.11 | 0 | 0.02 | 244.29 | 0.7 | 0.92 |
Hex | DF | DD | F9 | A | B | 0 | 2 | F4 | 46 | 5C |
Octal | 337 | 335 | 371 | 12 | 13 | 0 | 2 | 364 | 106 | 134 |
Binary | 11011111 | 11011101 | 11111001 | 1010 | 1011 | 0 | 10 | 11110100 | 1000110 | 1011100 |
Color Harmonies of #DFDDF9
Complementary color
Monochromatic Colors of #DFDDF9
Black with #DFDDF9
Text Example
Text Example
White with #DFDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDF9; }
p { color: rgb(223,221,249); }
H1.HeaderClassName
{
color: #DFDDF9;
}
.AnyTagClassName
{
color: #DFDDF9;
}
</style>
background-color css
<style>
a { background-color: #DFDDF9; }
a { background-color: rgb(223,221,249); }
div.DivClassName
{
background-color: #DFDDF9;
}
.BgClassName
{
background-color: #DFDDF9;
}
</style>
border-color css
<style>
span { border-color: #DFDDF9; }
span { border-color: rgb(223,221,249); }
td.TdClassName
{
border-color: #DFDDF9;
}
.TagClassName
{
border-color: #DFDDF9;
}
</style>