Shades of Quartz #DFD8FF
Tints of Quartz #DFD8FF
RGB
CMYK
RGB Variations
Color information
#DFD8FF (or 0xDFD8FF) is known color: Quartz. HEX triplet: DF, D8 and FF. RGB value is (223,216,255). Sum of RGB (Red+Green+Blue) = 223+216+255=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8FF is #202700. Grayscale: #DEDEDE. Windows color (decimal): -2107137 or 16767199. OLE color: 16767199.
HSL color Cylindrical-coordinate representation of color #DFD8FF: hue angle of 250.77º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD8FF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 216 | 255 | - |
| CMYK | 0.13 | 0.15 | 0 | 0 |
| HSL | 250.77º | 1% | 0.92% | - |
| HSV(B) | 250.77º | 0.15% | 1% | - |
| XYZ | 73.04 | 72.02 | 104.66 | - |
| YUV | 222.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 255 | 0.13 | 0.15 | 0 | 0 | 250.77 | 1 | 0.92 |
| Hex | DF | D8 | FF | D | F | 0 | 0 | FB | 64 | 5C |
| Octal | 337 | 330 | 377 | 15 | 17 | 0 | 0 | 373 | 144 | 134 |
| Binary | 11011111 | 11011000 | 11111111 | 1101 | 1111 | 0 | 0 | 11111011 | 1100100 | 1011100 |
Color Harmonies of #DFD8FF
Complementary color
Monochromatic Colors of #DFD8FF
Black with #DFD8FF
Text Example
Text Example
White with #DFD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8FF; }
p { color: rgb(223,216,255); }
H1.HeaderClassName
{
color: #DFD8FF;
}
.AnyTagClassName
{
color: #DFD8FF;
}
</style>
background-color css
<style>
a { background-color: #DFD8FF; }
a { background-color: rgb(223,216,255); }
div.DivClassName
{
background-color: #DFD8FF;
}
.BgClassName
{
background-color: #DFD8FF;
}
</style>
border-color css
<style>
span { border-color: #DFD8FF; }
span { border-color: rgb(223,216,255); }
td.TdClassName
{
border-color: #DFD8FF;
}
.TagClassName
{
border-color: #DFD8FF;
}
</style>