Shades of Quartz #DFDEE6
Tints of Quartz #DFDEE6
RGB
CMYK
RGB Variations
Color information
#DFDEE6 (or 0xDFDEE6) is known color: Quartz. HEX triplet: DF, DE and E6. RGB value is (223,222,230). Sum of RGB (Red+Green+Blue) = 223+222+230=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEE6 is #202119. Grayscale: #DFDFDF. Windows color (decimal): -2105626 or 15130335. OLE color: 15130335.
HSL color Cylindrical-coordinate representation of color #DFDEE6: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDEE6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 222 | 230 | - |
CMYK | 0.03 | 0.03 | 0 | 0.10 |
HSL | 247.5º | 0.14% | 0.89% | - |
HSV(B) | 247.5º | 0.03% | 0.9% | - |
XYZ | 70.84 | 73.64 | 85.34 | - |
YUV | 223.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 230 | 0.03 | 0.03 | 0 | 0.10 | 247.5 | 0.14 | 0.89 |
Hex | DF | DE | E6 | 3 | 3 | 0 | A | F8 | E | 59 |
Octal | 337 | 336 | 346 | 3 | 3 | 0 | 12 | 370 | 16 | 131 |
Binary | 11011111 | 11011110 | 11100110 | 11 | 11 | 0 | 1010 | 11111000 | 1110 | 1011001 |
Color Harmonies of #DFDEE6
Complementary color
Monochromatic Colors of #DFDEE6
Black with #DFDEE6
Text Example
Text Example
White with #DFDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEE6; }
p { color: rgb(223,222,230); }
H1.HeaderClassName
{
color: #DFDEE6;
}
.AnyTagClassName
{
color: #DFDEE6;
}
</style>
background-color css
<style>
a { background-color: #DFDEE6; }
a { background-color: rgb(223,222,230); }
div.DivClassName
{
background-color: #DFDEE6;
}
.BgClassName
{
background-color: #DFDEE6;
}
</style>
border-color css
<style>
span { border-color: #DFDEE6; }
span { border-color: rgb(223,222,230); }
td.TdClassName
{
border-color: #DFDEE6;
}
.TagClassName
{
border-color: #DFDEE6;
}
</style>