Shades of Quartz #DFDFE9
Tints of Quartz #DFDFE9
RGB
CMYK
RGB Variations
Color information
#DFDFE9 (or 0xDFDFE9) is known color: Quartz. HEX triplet: DF, DF and E9. RGB value is (223,223,233). Sum of RGB (Red+Green+Blue) = 223+223+233=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFE9 is #202016. Grayscale: #E0E0E0. Windows color (decimal): -2105367 or 15327199. OLE color: 15327199.
HSL color Cylindrical-coordinate representation of color #DFDFE9: hue angle of 240º degrees, saturation: 0.19, 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 #DFDFE9 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 223 | 233 | - |
CMYK | 0.04 | 0.04 | 0 | 0.09 |
HSL | 240º | 0.19% | 0.89% | - |
HSV(B) | 240º | 0.04% | 0.91% | - |
XYZ | 71.53 | 74.35 | 87.67 | - |
YUV | 224.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 233 | 0.04 | 0.04 | 0 | 0.09 | 240 | 0.19 | 0.89 |
Hex | DF | DF | E9 | 4 | 4 | 0 | 9 | F0 | 13 | 59 |
Octal | 337 | 337 | 351 | 4 | 4 | 0 | 11 | 360 | 23 | 131 |
Binary | 11011111 | 11011111 | 11101001 | 100 | 100 | 0 | 1001 | 11110000 | 10011 | 1011001 |
Color Harmonies of #DFDFE9
Complementary color
Monochromatic Colors of #DFDFE9
Black with #DFDFE9
Text Example
Text Example
White with #DFDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFE9; }
p { color: rgb(223,223,233); }
H1.HeaderClassName
{
color: #DFDFE9;
}
.AnyTagClassName
{
color: #DFDFE9;
}
</style>
background-color css
<style>
a { background-color: #DFDFE9; }
a { background-color: rgb(223,223,233); }
div.DivClassName
{
background-color: #DFDFE9;
}
.BgClassName
{
background-color: #DFDFE9;
}
</style>
border-color css
<style>
span { border-color: #DFDFE9; }
span { border-color: rgb(223,223,233); }
td.TdClassName
{
border-color: #DFDFE9;
}
.TagClassName
{
border-color: #DFDFE9;
}
</style>