Shades of Quartz #DFDDE6
Tints of Quartz #DFDDE6
RGB
CMYK
RGB Variations
Color information
#DFDDE6 (or 0xDFDDE6) is known color: Quartz. HEX triplet: DF, DD and E6. RGB value is (223,221,230). Sum of RGB (Red+Green+Blue) = 223+221+230=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDE6 is #202219. Grayscale: #DEDEDE. Windows color (decimal): -2105882 or 15130079. OLE color: 15130079.
HSL color Cylindrical-coordinate representation of color #DFDDE6: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDDE6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 221 | 230 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.10 |
| HSL | 253.33º | 0.15% | 0.88% | - |
| HSV(B) | 253.33º | 0.04% | 0.9% | - |
| XYZ | 70.57 | 73.11 | 85.26 | - |
| YUV | 222.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 230 | 0.03 | 0.04 | 0 | 0.10 | 253.33 | 0.15 | 0.88 |
| Hex | DF | DD | E6 | 3 | 4 | 0 | A | FD | F | 58 |
| Octal | 337 | 335 | 346 | 3 | 4 | 0 | 12 | 375 | 17 | 130 |
| Binary | 11011111 | 11011101 | 11100110 | 11 | 100 | 0 | 1010 | 11111101 | 1111 | 1011000 |
Color Harmonies of #DFDDE6
Complementary color
Monochromatic Colors of #DFDDE6
Black with #DFDDE6
Text Example
Text Example
White with #DFDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDE6; }
p { color: rgb(223,221,230); }
H1.HeaderClassName
{
color: #DFDDE6;
}
.AnyTagClassName
{
color: #DFDDE6;
}
</style>
background-color css
<style>
a { background-color: #DFDDE6; }
a { background-color: rgb(223,221,230); }
div.DivClassName
{
background-color: #DFDDE6;
}
.BgClassName
{
background-color: #DFDDE6;
}
</style>
border-color css
<style>
span { border-color: #DFDDE6; }
span { border-color: rgb(223,221,230); }
td.TdClassName
{
border-color: #DFDDE6;
}
.TagClassName
{
border-color: #DFDDE6;
}
</style>