Shades of Quartz #DFE1EE
Tints of Quartz #DFE1EE
RGB
CMYK
RGB Variations
Color information
#DFE1EE (or 0xDFE1EE) is known color: Quartz. HEX triplet: DF, E1 and EE. RGB value is (223,225,238). Sum of RGB (Red+Green+Blue) = 223+225+238=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1EE is #201E11. Grayscale: #E1E1E1. Windows color (decimal): -2104850 or 15655391. OLE color: 15655391.
HSL color Cylindrical-coordinate representation of color #DFE1EE: hue angle of 232º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE1EE is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 225 | 238 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.07 |
| HSL | 232º | 0.31% | 0.9% | - |
| HSV(B) | 232º | 0.06% | 0.93% | - |
| XYZ | 72.79 | 75.71 | 91.67 | - |
| YUV | 225.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 238 | 0.06 | 0.05 | 0 | 0.07 | 232 | 0.31 | 0.9 |
| Hex | DF | E1 | EE | 6 | 5 | 0 | 7 | E8 | 1F | 5A |
| Octal | 337 | 341 | 356 | 6 | 5 | 0 | 7 | 350 | 37 | 132 |
| Binary | 11011111 | 11100001 | 11101110 | 110 | 101 | 0 | 111 | 11101000 | 11111 | 1011010 |
Color Harmonies of #DFE1EE
Complementary color
Monochromatic Colors of #DFE1EE
Black with #DFE1EE
Text Example
Text Example
White with #DFE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1EE; }
p { color: rgb(223,225,238); }
H1.HeaderClassName
{
color: #DFE1EE;
}
.AnyTagClassName
{
color: #DFE1EE;
}
</style>
background-color css
<style>
a { background-color: #DFE1EE; }
a { background-color: rgb(223,225,238); }
div.DivClassName
{
background-color: #DFE1EE;
}
.BgClassName
{
background-color: #DFE1EE;
}
</style>
border-color css
<style>
span { border-color: #DFE1EE; }
span { border-color: rgb(223,225,238); }
td.TdClassName
{
border-color: #DFE1EE;
}
.TagClassName
{
border-color: #DFE1EE;
}
</style>