Shades of Quartz #DFDDF8
Tints of Quartz #DFDDF8
RGB
CMYK
RGB Variations
Color information
#DFDDF8 (or 0xDFDDF8) is known color: Quartz. HEX triplet: DF, DD and F8. RGB value is (223,221,248). Sum of RGB (Red+Green+Blue) = 223+221+248=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF8 is #202207. Grayscale: #E0E0E0. Windows color (decimal): -2105864 or 16309727. OLE color: 16309727.
HSL color Cylindrical-coordinate representation of color #DFDDF8: hue angle of 244.44º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDDF8 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 221 | 248 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.03 |
| HSL | 244.44º | 0.66% | 0.92% | - |
| HSV(B) | 244.44º | 0.11% | 0.97% | - |
| XYZ | 73.23 | 74.18 | 99.27 | - |
| YUV | 224.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 248 | 0.10 | 0.11 | 0 | 0.03 | 244.44 | 0.66 | 0.92 |
| Hex | DF | DD | F8 | A | B | 0 | 3 | F4 | 42 | 5C |
| Octal | 337 | 335 | 370 | 12 | 13 | 0 | 3 | 364 | 102 | 134 |
| Binary | 11011111 | 11011101 | 11111000 | 1010 | 1011 | 0 | 11 | 11110100 | 1000010 | 1011100 |
Color Harmonies of #DFDDF8
Complementary color
Monochromatic Colors of #DFDDF8
Black with #DFDDF8
Text Example
Text Example
White with #DFDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDF8; }
p { color: rgb(223,221,248); }
H1.HeaderClassName
{
color: #DFDDF8;
}
.AnyTagClassName
{
color: #DFDDF8;
}
</style>
background-color css
<style>
a { background-color: #DFDDF8; }
a { background-color: rgb(223,221,248); }
div.DivClassName
{
background-color: #DFDDF8;
}
.BgClassName
{
background-color: #DFDDF8;
}
</style>
border-color css
<style>
span { border-color: #DFDDF8; }
span { border-color: rgb(223,221,248); }
td.TdClassName
{
border-color: #DFDDF8;
}
.TagClassName
{
border-color: #DFDDF8;
}
</style>