Shades of Quartz #DFE0F4
Tints of Quartz #DFE0F4
RGB
CMYK
RGB Variations
Color information
#DFE0F4 (or 0xDFE0F4) is known color: Quartz. HEX triplet: DF, E0 and F4. RGB value is (223,224,244). Sum of RGB (Red+Green+Blue) = 223+224+244=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFE0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0F4 is #201F0B. Grayscale: #E1E1E1. Windows color (decimal): -2105100 or 16048351. OLE color: 16048351.
HSL color Cylindrical-coordinate representation of color #DFE0F4: hue angle of 237.14º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE0F4 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 224 | 244 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.04 |
| HSL | 237.14º | 0.49% | 0.92% | - |
| HSV(B) | 237.14º | 0.09% | 0.96% | - |
| XYZ | 73.42 | 75.53 | 96.3 | - |
| YUV | 225.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 244 | 0.09 | 0.08 | 0 | 0.04 | 237.14 | 0.49 | 0.92 |
| Hex | DF | E0 | F4 | 9 | 8 | 0 | 4 | ED | 31 | 5C |
| Octal | 337 | 340 | 364 | 11 | 10 | 0 | 4 | 355 | 61 | 134 |
| Binary | 11011111 | 11100000 | 11110100 | 1001 | 1000 | 0 | 100 | 11101101 | 110001 | 1011100 |
Color Harmonies of #DFE0F4
Complementary color
Monochromatic Colors of #DFE0F4
Black with #DFE0F4
Text Example
Text Example
White with #DFE0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0F4; }
p { color: rgb(223,224,244); }
H1.HeaderClassName
{
color: #DFE0F4;
}
.AnyTagClassName
{
color: #DFE0F4;
}
</style>
background-color css
<style>
a { background-color: #DFE0F4; }
a { background-color: rgb(223,224,244); }
div.DivClassName
{
background-color: #DFE0F4;
}
.BgClassName
{
background-color: #DFE0F4;
}
</style>
border-color css
<style>
span { border-color: #DFE0F4; }
span { border-color: rgb(223,224,244); }
td.TdClassName
{
border-color: #DFE0F4;
}
.TagClassName
{
border-color: #DFE0F4;
}
</style>