Shades of Quartz #DFDAF3
Tints of Quartz #DFDAF3
RGB
CMYK
RGB Variations
Color information
#DFDAF3 (or 0xDFDAF3) is known color: Quartz. HEX triplet: DF, DA and F3. RGB value is (223,218,243). Sum of RGB (Red+Green+Blue) = 223+218+243=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAF3 is #20250C. Grayscale: #DEDEDE. Windows color (decimal): -2106637 or 15981279. OLE color: 15981279.
HSL color Cylindrical-coordinate representation of color #DFDAF3: hue angle of 252º degrees, saturation: 0.51, 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 #DFDAF3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 218 | 243 | - |
CMYK | 0.08 | 0.10 | 0 | 0.05 |
HSL | 252º | 0.51% | 0.9% | - |
HSV(B) | 252º | 0.1% | 0.95% | - |
XYZ | 71.68 | 72.3 | 94.97 | - |
YUV | 222.35 | 139.66 | 128.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 243 | 0.08 | 0.10 | 0 | 0.05 | 252 | 0.51 | 0.9 |
Hex | DF | DA | F3 | 8 | A | 0 | 5 | FC | 33 | 5A |
Octal | 337 | 332 | 363 | 10 | 12 | 0 | 5 | 374 | 63 | 132 |
Binary | 11011111 | 11011010 | 11110011 | 1000 | 1010 | 0 | 101 | 11111100 | 110011 | 1011010 |
Color Harmonies of #DFDAF3
Complementary color
Monochromatic Colors of #DFDAF3
Black with #DFDAF3
Text Example
Text Example
White with #DFDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAF3; }
p { color: rgb(223,218,243); }
H1.HeaderClassName
{
color: #DFDAF3;
}
.AnyTagClassName
{
color: #DFDAF3;
}
</style>
background-color css
<style>
a { background-color: #DFDAF3; }
a { background-color: rgb(223,218,243); }
div.DivClassName
{
background-color: #DFDAF3;
}
.BgClassName
{
background-color: #DFDAF3;
}
</style>
border-color css
<style>
span { border-color: #DFDAF3; }
span { border-color: rgb(223,218,243); }
td.TdClassName
{
border-color: #DFDAF3;
}
.TagClassName
{
border-color: #DFDAF3;
}
</style>