Shades of Quartz #DFDAF5
Tints of Quartz #DFDAF5
RGB
CMYK
RGB Variations
Color information
#DFDAF5 (or 0xDFDAF5) is known color: Quartz. HEX triplet: DF, DA and F5. RGB value is (223,218,245). Sum of RGB (Red+Green+Blue) = 223+218+245=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF5 is #20250A. Grayscale: #DEDEDE. Windows color (decimal): -2106635 or 16112351. OLE color: 16112351.
HSL color Cylindrical-coordinate representation of color #DFDAF5: hue angle of 251.11º degrees, saturation: 0.57, 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 #DFDAF5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 218 | 245 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.04 |
| HSL | 251.11º | 0.57% | 0.91% | - |
| HSV(B) | 251.11º | 0.11% | 0.96% | - |
| XYZ | 71.98 | 72.42 | 96.57 | - |
| YUV | 222.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 245 | 0.09 | 0.11 | 0 | 0.04 | 251.11 | 0.57 | 0.91 |
| Hex | DF | DA | F5 | 9 | B | 0 | 4 | FB | 39 | 5B |
| Octal | 337 | 332 | 365 | 11 | 13 | 0 | 4 | 373 | 71 | 133 |
| Binary | 11011111 | 11011010 | 11110101 | 1001 | 1011 | 0 | 100 | 11111011 | 111001 | 1011011 |
Color Harmonies of #DFDAF5
Complementary color
Monochromatic Colors of #DFDAF5
Black with #DFDAF5
Text Example
Text Example
White with #DFDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAF5; }
p { color: rgb(223,218,245); }
H1.HeaderClassName
{
color: #DFDAF5;
}
.AnyTagClassName
{
color: #DFDAF5;
}
</style>
background-color css
<style>
a { background-color: #DFDAF5; }
a { background-color: rgb(223,218,245); }
div.DivClassName
{
background-color: #DFDAF5;
}
.BgClassName
{
background-color: #DFDAF5;
}
</style>
border-color css
<style>
span { border-color: #DFDAF5; }
span { border-color: rgb(223,218,245); }
td.TdClassName
{
border-color: #DFDAF5;
}
.TagClassName
{
border-color: #DFDAF5;
}
</style>