Shades of Quartz #DFD3FF
Tints of Quartz #DFD3FF
RGB
CMYK
RGB Variations
Color information
#DFD3FF (or 0xDFD3FF) is known color: Quartz. HEX triplet: DF, D3 and FF. RGB value is (223,211,255). Sum of RGB (Red+Green+Blue) = 223+211+255=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3FF is #202C00. Grayscale: #DBDBDB. Windows color (decimal): -2108417 or 16765919. OLE color: 16765919.
HSL color Cylindrical-coordinate representation of color #DFD3FF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFD3FF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 211 | 255 | - |
| CMYK | 0.13 | 0.17 | 0 | 0 |
| HSL | 256.36º | 1% | 0.91% | - |
| HSV(B) | 256.36º | 0.17% | 1% | - |
| XYZ | 71.78 | 69.5 | 104.24 | - |
| YUV | 219.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 255 | 0.13 | 0.17 | 0 | 0 | 256.36 | 1 | 0.91 |
| Hex | DF | D3 | FF | D | 11 | 0 | 0 | 100 | 64 | 5B |
| Octal | 337 | 323 | 377 | 15 | 21 | 0 | 0 | 400 | 144 | 133 |
| Binary | 11011111 | 11010011 | 11111111 | 1101 | 10001 | 0 | 0 | 100000000 | 1100100 | 1011011 |
Color Harmonies of #DFD3FF
Complementary color
Monochromatic Colors of #DFD3FF
Black with #DFD3FF
Text Example
Text Example
White with #DFD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3FF; }
p { color: rgb(223,211,255); }
H1.HeaderClassName
{
color: #DFD3FF;
}
.AnyTagClassName
{
color: #DFD3FF;
}
</style>
background-color css
<style>
a { background-color: #DFD3FF; }
a { background-color: rgb(223,211,255); }
div.DivClassName
{
background-color: #DFD3FF;
}
.BgClassName
{
background-color: #DFD3FF;
}
</style>
border-color css
<style>
span { border-color: #DFD3FF; }
span { border-color: rgb(223,211,255); }
td.TdClassName
{
border-color: #DFD3FF;
}
.TagClassName
{
border-color: #DFD3FF;
}
</style>