Shades of Quartz #DFD4FA
Tints of Quartz #DFD4FA
RGB
CMYK
RGB Variations
Color information
#DFD4FA (or 0xDFD4FA) is known color: Quartz. HEX triplet: DF, D4 and FA. RGB value is (223,212,250). Sum of RGB (Red+Green+Blue) = 223+212+250=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4FA is #202B05. Grayscale: #DBDBDB. Windows color (decimal): -2108166 or 16438495. OLE color: 16438495.
HSL color Cylindrical-coordinate representation of color #DFD4FA: hue angle of 257.37º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD4FA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 212 | 250 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.02 |
| HSL | 257.37º | 0.79% | 0.91% | - |
| HSV(B) | 257.37º | 0.15% | 0.98% | - |
| XYZ | 71.23 | 69.68 | 100.14 | - |
| YUV | 219.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 250 | 0.11 | 0.15 | 0 | 0.02 | 257.37 | 0.79 | 0.91 |
| Hex | DF | D4 | FA | B | F | 0 | 2 | 101 | 4F | 5B |
| Octal | 337 | 324 | 372 | 13 | 17 | 0 | 2 | 401 | 117 | 133 |
| Binary | 11011111 | 11010100 | 11111010 | 1011 | 1111 | 0 | 10 | 100000001 | 1001111 | 1011011 |
Color Harmonies of #DFD4FA
Complementary color
Monochromatic Colors of #DFD4FA
Black with #DFD4FA
Text Example
Text Example
White with #DFD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4FA; }
p { color: rgb(223,212,250); }
H1.HeaderClassName
{
color: #DFD4FA;
}
.AnyTagClassName
{
color: #DFD4FA;
}
</style>
background-color css
<style>
a { background-color: #DFD4FA; }
a { background-color: rgb(223,212,250); }
div.DivClassName
{
background-color: #DFD4FA;
}
.BgClassName
{
background-color: #DFD4FA;
}
</style>
border-color css
<style>
span { border-color: #DFD4FA; }
span { border-color: rgb(223,212,250); }
td.TdClassName
{
border-color: #DFD4FA;
}
.TagClassName
{
border-color: #DFD4FA;
}
</style>