Shades of Quartz #DFDAF1
Tints of Quartz #DFDAF1
RGB
CMYK
RGB Variations
Color information
#DFDAF1 (or 0xDFDAF1) is known color: Quartz. HEX triplet: DF, DA and F1. RGB value is (223,218,241). Sum of RGB (Red+Green+Blue) = 223+218+241=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF1 is #20250E. Grayscale: #DEDEDE. Windows color (decimal): -2106639 or 15850207. OLE color: 15850207.
HSL color Cylindrical-coordinate representation of color #DFDAF1: hue angle of 253.04º degrees, saturation: 0.45, 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 #DFDAF1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 218 | 241 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.05 |
| HSL | 253.04º | 0.45% | 0.9% | - |
| HSV(B) | 253.04º | 0.1% | 0.95% | - |
| XYZ | 71.38 | 72.18 | 93.39 | - |
| YUV | 222.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 241 | 0.07 | 0.10 | 0 | 0.05 | 253.04 | 0.45 | 0.9 |
| Hex | DF | DA | F1 | 7 | A | 0 | 5 | FD | 2D | 5A |
| Octal | 337 | 332 | 361 | 7 | 12 | 0 | 5 | 375 | 55 | 132 |
| Binary | 11011111 | 11011010 | 11110001 | 111 | 1010 | 0 | 101 | 11111101 | 101101 | 1011010 |
Color Harmonies of #DFDAF1
Complementary color
Monochromatic Colors of #DFDAF1
Black with #DFDAF1
Text Example
Text Example
White with #DFDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAF1; }
p { color: rgb(223,218,241); }
H1.HeaderClassName
{
color: #DFDAF1;
}
.AnyTagClassName
{
color: #DFDAF1;
}
</style>
background-color css
<style>
a { background-color: #DFDAF1; }
a { background-color: rgb(223,218,241); }
div.DivClassName
{
background-color: #DFDAF1;
}
.BgClassName
{
background-color: #DFDAF1;
}
</style>
border-color css
<style>
span { border-color: #DFDAF1; }
span { border-color: rgb(223,218,241); }
td.TdClassName
{
border-color: #DFDAF1;
}
.TagClassName
{
border-color: #DFDAF1;
}
</style>