Shades of Quartz #DFDAF8
Tints of Quartz #DFDAF8
RGB
CMYK
RGB Variations
Color information
#DFDAF8 (or 0xDFDAF8) is known color: Quartz. HEX triplet: DF, DA and F8. RGB value is (223,218,248). Sum of RGB (Red+Green+Blue) = 223+218+248=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF8 is #202507. Grayscale: #DEDEDE. Windows color (decimal): -2106632 or 16308959. OLE color: 16308959.
HSL color Cylindrical-coordinate representation of color #DFDAF8: hue angle of 250º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDAF8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 218 | 248 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.03 |
| HSL | 250º | 0.68% | 0.91% | - |
| HSV(B) | 250º | 0.12% | 0.97% | - |
| XYZ | 72.45 | 72.61 | 99 | - |
| YUV | 222.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 248 | 0.10 | 0.12 | 0 | 0.03 | 250 | 0.68 | 0.91 |
| Hex | DF | DA | F8 | A | C | 0 | 3 | FA | 44 | 5B |
| Octal | 337 | 332 | 370 | 12 | 14 | 0 | 3 | 372 | 104 | 133 |
| Binary | 11011111 | 11011010 | 11111000 | 1010 | 1100 | 0 | 11 | 11111010 | 1000100 | 1011011 |
Color Harmonies of #DFDAF8
Complementary color
Monochromatic Colors of #DFDAF8
Black with #DFDAF8
Text Example
Text Example
White with #DFDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAF8; }
p { color: rgb(223,218,248); }
H1.HeaderClassName
{
color: #DFDAF8;
}
.AnyTagClassName
{
color: #DFDAF8;
}
</style>
background-color css
<style>
a { background-color: #DFDAF8; }
a { background-color: rgb(223,218,248); }
div.DivClassName
{
background-color: #DFDAF8;
}
.BgClassName
{
background-color: #DFDAF8;
}
</style>
border-color css
<style>
span { border-color: #DFDAF8; }
span { border-color: rgb(223,218,248); }
td.TdClassName
{
border-color: #DFDAF8;
}
.TagClassName
{
border-color: #DFDAF8;
}
</style>