Shades of Quartz #DFE0E6
Tints of Quartz #DFE0E6
RGB
CMYK
RGB Variations
Color information
#DFE0E6 (or 0xDFE0E6) is known color: Quartz. HEX triplet: DF, E0 and E6. RGB value is (223,224,230). Sum of RGB (Red+Green+Blue) = 223+224+230=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFE0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0E6 is #201F19. Grayscale: #E0E0E0. Windows color (decimal): -2105114 or 15130847. OLE color: 15130847.
HSL color Cylindrical-coordinate representation of color #DFE0E6: hue angle of 231.43º degrees, saturation: 0.12, 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 #DFE0E6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 224 | 230 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.10 |
| HSL | 231.43º | 0.12% | 0.89% | - |
| HSV(B) | 231.43º | 0.03% | 0.9% | - |
| XYZ | 71.37 | 74.71 | 85.52 | - |
| YUV | 224.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 230 | 0.03 | 0.03 | 0 | 0.10 | 231.43 | 0.12 | 0.89 |
| Hex | DF | E0 | E6 | 3 | 3 | 0 | A | E7 | C | 59 |
| Octal | 337 | 340 | 346 | 3 | 3 | 0 | 12 | 347 | 14 | 131 |
| Binary | 11011111 | 11100000 | 11100110 | 11 | 11 | 0 | 1010 | 11100111 | 1100 | 1011001 |
Color Harmonies of #DFE0E6
Complementary color
Monochromatic Colors of #DFE0E6
Black with #DFE0E6
Text Example
Text Example
White with #DFE0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0E6; }
p { color: rgb(223,224,230); }
H1.HeaderClassName
{
color: #DFE0E6;
}
.AnyTagClassName
{
color: #DFE0E6;
}
</style>
background-color css
<style>
a { background-color: #DFE0E6; }
a { background-color: rgb(223,224,230); }
div.DivClassName
{
background-color: #DFE0E6;
}
.BgClassName
{
background-color: #DFE0E6;
}
</style>
border-color css
<style>
span { border-color: #DFE0E6; }
span { border-color: rgb(223,224,230); }
td.TdClassName
{
border-color: #DFE0E6;
}
.TagClassName
{
border-color: #DFE0E6;
}
</style>