Shades of Quartz #DFD9F2
Tints of Quartz #DFD9F2
RGB
CMYK
RGB Variations
Color information
#DFD9F2 (or 0xDFD9F2) is known color: Quartz. HEX triplet: DF, D9 and F2. RGB value is (223,217,242). Sum of RGB (Red+Green+Blue) = 223+217+242=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9F2 is #20260D. Grayscale: #DDDDDD. Windows color (decimal): -2106894 or 15915487. OLE color: 15915487.
HSL color Cylindrical-coordinate representation of color #DFD9F2: hue angle of 254.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD9F2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 217 | 242 | - |
CMYK | 0.08 | 0.10 | 0 | 0.05 |
HSL | 254.4º | 0.49% | 0.9% | - |
HSV(B) | 254.4º | 0.1% | 0.95% | - |
XYZ | 71.27 | 71.72 | 94.09 | - |
YUV | 221.64 | 139.49 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 242 | 0.08 | 0.10 | 0 | 0.05 | 254.4 | 0.49 | 0.9 |
Hex | DF | D9 | F2 | 8 | A | 0 | 5 | FE | 31 | 5A |
Octal | 337 | 331 | 362 | 10 | 12 | 0 | 5 | 376 | 61 | 132 |
Binary | 11011111 | 11011001 | 11110010 | 1000 | 1010 | 0 | 101 | 11111110 | 110001 | 1011010 |
Color Harmonies of #DFD9F2
Complementary color
Monochromatic Colors of #DFD9F2
Black with #DFD9F2
Text Example
Text Example
White with #DFD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9F2; }
p { color: rgb(223,217,242); }
H1.HeaderClassName
{
color: #DFD9F2;
}
.AnyTagClassName
{
color: #DFD9F2;
}
</style>
background-color css
<style>
a { background-color: #DFD9F2; }
a { background-color: rgb(223,217,242); }
div.DivClassName
{
background-color: #DFD9F2;
}
.BgClassName
{
background-color: #DFD9F2;
}
</style>
border-color css
<style>
span { border-color: #DFD9F2; }
span { border-color: rgb(223,217,242); }
td.TdClassName
{
border-color: #DFD9F2;
}
.TagClassName
{
border-color: #DFD9F2;
}
</style>