Shades of Quartz #DFDAF2
Tints of Quartz #DFDAF2
RGB
CMYK
RGB Variations
Color information
#DFDAF2 (or 0xDFDAF2) is known color: Quartz. HEX triplet: DF, DA and F2. RGB value is (223,218,242). Sum of RGB (Red+Green+Blue) = 223+218+242=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF2 is #20250D. Grayscale: #DEDEDE. Windows color (decimal): -2106638 or 15915743. OLE color: 15915743.
HSL color Cylindrical-coordinate representation of color #DFDAF2: hue angle of 252.5º degrees, saturation: 0.48, 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 #DFDAF2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 218 | 242 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.05 |
| HSL | 252.5º | 0.48% | 0.9% | - |
| HSV(B) | 252.5º | 0.1% | 0.95% | - |
| XYZ | 71.53 | 72.24 | 94.18 | - |
| YUV | 222.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 242 | 0.08 | 0.10 | 0 | 0.05 | 252.5 | 0.48 | 0.9 |
| Hex | DF | DA | F2 | 8 | A | 0 | 5 | FD | 30 | 5A |
| Octal | 337 | 332 | 362 | 10 | 12 | 0 | 5 | 375 | 60 | 132 |
| Binary | 11011111 | 11011010 | 11110010 | 1000 | 1010 | 0 | 101 | 11111101 | 110000 | 1011010 |
Color Harmonies of #DFDAF2
Complementary color
Monochromatic Colors of #DFDAF2
Black with #DFDAF2
Text Example
Text Example
White with #DFDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAF2; }
p { color: rgb(223,218,242); }
H1.HeaderClassName
{
color: #DFDAF2;
}
.AnyTagClassName
{
color: #DFDAF2;
}
</style>
background-color css
<style>
a { background-color: #DFDAF2; }
a { background-color: rgb(223,218,242); }
div.DivClassName
{
background-color: #DFDAF2;
}
.BgClassName
{
background-color: #DFDAF2;
}
</style>
border-color css
<style>
span { border-color: #DFDAF2; }
span { border-color: rgb(223,218,242); }
td.TdClassName
{
border-color: #DFDAF2;
}
.TagClassName
{
border-color: #DFDAF2;
}
</style>