Shades of Quartz #DFD6FF
Tints of Quartz #DFD6FF
RGB
CMYK
RGB Variations
Color information
#DFD6FF (or 0xDFD6FF) is known color: Quartz. HEX triplet: DF, D6 and FF. RGB value is (223,214,255). Sum of RGB (Red+Green+Blue) = 223+214+255=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6FF is #202900. Grayscale: #DDDDDD. Windows color (decimal): -2107649 or 16766687. OLE color: 16766687.
HSL color Cylindrical-coordinate representation of color #DFD6FF: hue angle of 253.17º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD6FF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 214 | 255 | - |
| CMYK | 0.13 | 0.16 | 0 | 0 |
| HSL | 253.17º | 1% | 0.92% | - |
| HSV(B) | 253.17º | 0.16% | 1% | - |
| XYZ | 72.53 | 71 | 104.49 | - |
| YUV | 221.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 255 | 0.13 | 0.16 | 0 | 0 | 253.17 | 1 | 0.92 |
| Hex | DF | D6 | FF | D | 10 | 0 | 0 | FD | 64 | 5C |
| Octal | 337 | 326 | 377 | 15 | 20 | 0 | 0 | 375 | 144 | 134 |
| Binary | 11011111 | 11010110 | 11111111 | 1101 | 10000 | 0 | 0 | 11111101 | 1100100 | 1011100 |
Color Harmonies of #DFD6FF
Complementary color
Monochromatic Colors of #DFD6FF
Black with #DFD6FF
Text Example
Text Example
White with #DFD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6FF; }
p { color: rgb(223,214,255); }
H1.HeaderClassName
{
color: #DFD6FF;
}
.AnyTagClassName
{
color: #DFD6FF;
}
</style>
background-color css
<style>
a { background-color: #DFD6FF; }
a { background-color: rgb(223,214,255); }
div.DivClassName
{
background-color: #DFD6FF;
}
.BgClassName
{
background-color: #DFD6FF;
}
</style>
border-color css
<style>
span { border-color: #DFD6FF; }
span { border-color: rgb(223,214,255); }
td.TdClassName
{
border-color: #DFD6FF;
}
.TagClassName
{
border-color: #DFD6FF;
}
</style>