Shades of Quartz #DFDEE9
Tints of Quartz #DFDEE9
RGB
CMYK
RGB Variations
Color information
#DFDEE9 (or 0xDFDEE9) is known color: Quartz. HEX triplet: DF, DE and E9. RGB value is (223,222,233). Sum of RGB (Red+Green+Blue) = 223+222+233=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFDEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEE9 is #202116. Grayscale: #DFDFDF. Windows color (decimal): -2105623 or 15326943. OLE color: 15326943.
HSL color Cylindrical-coordinate representation of color #DFDEE9: hue angle of 245.45º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDEE9 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 222 | 233 | - |
CMYK | 0.04 | 0.05 | 0 | 0.09 |
HSL | 245.45º | 0.2% | 0.89% | - |
HSV(B) | 245.45º | 0.05% | 0.91% | - |
XYZ | 71.26 | 73.81 | 87.58 | - |
YUV | 223.55 | 133.33 | 127.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 233 | 0.04 | 0.05 | 0 | 0.09 | 245.45 | 0.2 | 0.89 |
Hex | DF | DE | E9 | 4 | 5 | 0 | 9 | F5 | 14 | 59 |
Octal | 337 | 336 | 351 | 4 | 5 | 0 | 11 | 365 | 24 | 131 |
Binary | 11011111 | 11011110 | 11101001 | 100 | 101 | 0 | 1001 | 11110101 | 10100 | 1011001 |
Color Harmonies of #DFDEE9
Complementary color
Monochromatic Colors of #DFDEE9
Black with #DFDEE9
Text Example
Text Example
White with #DFDEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEE9; }
p { color: rgb(223,222,233); }
H1.HeaderClassName
{
color: #DFDEE9;
}
.AnyTagClassName
{
color: #DFDEE9;
}
</style>
background-color css
<style>
a { background-color: #DFDEE9; }
a { background-color: rgb(223,222,233); }
div.DivClassName
{
background-color: #DFDEE9;
}
.BgClassName
{
background-color: #DFDEE9;
}
</style>
border-color css
<style>
span { border-color: #DFDEE9; }
span { border-color: rgb(223,222,233); }
td.TdClassName
{
border-color: #DFDEE9;
}
.TagClassName
{
border-color: #DFDEE9;
}
</style>