Shades of Quartz #DFDAF6
Tints of Quartz #DFDAF6
RGB
CMYK
RGB Variations
Color information
#DFDAF6 (or 0xDFDAF6) is known color: Quartz. HEX triplet: DF, DA and F6. RGB value is (223,218,246). Sum of RGB (Red+Green+Blue) = 223+218+246=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF6 is #202509. Grayscale: #DEDEDE. Windows color (decimal): -2106634 or 16177887. OLE color: 16177887.
HSL color Cylindrical-coordinate representation of color #DFDAF6: hue angle of 250.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDAF6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 218 | 246 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.04 |
| HSL | 250.71º | 0.61% | 0.91% | - |
| HSV(B) | 250.71º | 0.11% | 0.96% | - |
| XYZ | 72.14 | 72.48 | 97.38 | - |
| YUV | 222.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 246 | 0.09 | 0.11 | 0 | 0.04 | 250.71 | 0.61 | 0.91 |
| Hex | DF | DA | F6 | 9 | B | 0 | 4 | FB | 3D | 5B |
| Octal | 337 | 332 | 366 | 11 | 13 | 0 | 4 | 373 | 75 | 133 |
| Binary | 11011111 | 11011010 | 11110110 | 1001 | 1011 | 0 | 100 | 11111011 | 111101 | 1011011 |
Color Harmonies of #DFDAF6
Complementary color
Monochromatic Colors of #DFDAF6
Black with #DFDAF6
Text Example
Text Example
White with #DFDAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAF6; }
p { color: rgb(223,218,246); }
H1.HeaderClassName
{
color: #DFDAF6;
}
.AnyTagClassName
{
color: #DFDAF6;
}
</style>
background-color css
<style>
a { background-color: #DFDAF6; }
a { background-color: rgb(223,218,246); }
div.DivClassName
{
background-color: #DFDAF6;
}
.BgClassName
{
background-color: #DFDAF6;
}
</style>
border-color css
<style>
span { border-color: #DFDAF6; }
span { border-color: rgb(223,218,246); }
td.TdClassName
{
border-color: #DFDAF6;
}
.TagClassName
{
border-color: #DFDAF6;
}
</style>