Shades of Quartz #DFDFE3
Tints of Quartz #DFDFE3
RGB
CMYK
RGB Variations
Color information
#DFDFE3 (or 0xDFDFE3) is known color: Quartz. HEX triplet: DF, DF and E3. RGB value is (223,223,227). Sum of RGB (Red+Green+Blue) = 223+223+227=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFE3 is #20201C. Grayscale: #DFDFDF. Windows color (decimal): -2105373 or 14933983. OLE color: 14933983.
HSL color Cylindrical-coordinate representation of color #DFDFE3: hue angle of 240º degrees, saturation: 0.07, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDFE3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 223 | 227 | - |
CMYK | 0.02 | 0.02 | 0 | 0.11 |
HSL | 240º | 0.07% | 0.88% | - |
HSV(B) | 240º | 0.02% | 0.89% | - |
XYZ | 70.68 | 74.01 | 83.23 | - |
YUV | 223.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 227 | 0.02 | 0.02 | 0 | 0.11 | 240 | 0.07 | 0.88 |
Hex | DF | DF | E3 | 2 | 2 | 0 | B | F0 | 7 | 58 |
Octal | 337 | 337 | 343 | 2 | 2 | 0 | 13 | 360 | 7 | 130 |
Binary | 11011111 | 11011111 | 11100011 | 10 | 10 | 0 | 1011 | 11110000 | 111 | 1011000 |
Color Harmonies of #DFDFE3
Complementary color
Monochromatic Colors of #DFDFE3
Black with #DFDFE3
Text Example
Text Example
White with #DFDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFE3; }
p { color: rgb(223,223,227); }
H1.HeaderClassName
{
color: #DFDFE3;
}
.AnyTagClassName
{
color: #DFDFE3;
}
</style>
background-color css
<style>
a { background-color: #DFDFE3; }
a { background-color: rgb(223,223,227); }
div.DivClassName
{
background-color: #DFDFE3;
}
.BgClassName
{
background-color: #DFDFE3;
}
</style>
border-color css
<style>
span { border-color: #DFDFE3; }
span { border-color: rgb(223,223,227); }
td.TdClassName
{
border-color: #DFDFE3;
}
.TagClassName
{
border-color: #DFDFE3;
}
</style>