Shades of Quartz #DFDEE8
Tints of Quartz #DFDEE8
RGB
CMYK
RGB Variations
Color information
#DFDEE8 (or 0xDFDEE8) is known color: Quartz. HEX triplet: DF, DE and E8. RGB value is (223,222,232). Sum of RGB (Red+Green+Blue) = 223+222+232=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEE8 is #202117. Grayscale: #DFDFDF. Windows color (decimal): -2105624 or 15261407. OLE color: 15261407.
HSL color Cylindrical-coordinate representation of color #DFDEE8: hue angle of 246º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDEE8 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 222 | 232 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.09 |
| HSL | 246º | 0.18% | 0.89% | - |
| HSV(B) | 246º | 0.04% | 0.91% | - |
| XYZ | 71.12 | 73.76 | 86.83 | - |
| YUV | 223.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 232 | 0.04 | 0.04 | 0 | 0.09 | 246 | 0.18 | 0.89 |
| Hex | DF | DE | E8 | 4 | 4 | 0 | 9 | F6 | 12 | 59 |
| Octal | 337 | 336 | 350 | 4 | 4 | 0 | 11 | 366 | 22 | 131 |
| Binary | 11011111 | 11011110 | 11101000 | 100 | 100 | 0 | 1001 | 11110110 | 10010 | 1011001 |
Color Harmonies of #DFDEE8
Complementary color
Monochromatic Colors of #DFDEE8
Black with #DFDEE8
Text Example
Text Example
White with #DFDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEE8; }
p { color: rgb(223,222,232); }
H1.HeaderClassName
{
color: #DFDEE8;
}
.AnyTagClassName
{
color: #DFDEE8;
}
</style>
background-color css
<style>
a { background-color: #DFDEE8; }
a { background-color: rgb(223,222,232); }
div.DivClassName
{
background-color: #DFDEE8;
}
.BgClassName
{
background-color: #DFDEE8;
}
</style>
border-color css
<style>
span { border-color: #DFDEE8; }
span { border-color: rgb(223,222,232); }
td.TdClassName
{
border-color: #DFDEE8;
}
.TagClassName
{
border-color: #DFDEE8;
}
</style>