Shades of Quartz #DFE1F1
Tints of Quartz #DFE1F1
RGB
CMYK
RGB Variations
Color information
#DFE1F1 (or 0xDFE1F1) is known color: Quartz. HEX triplet: DF, E1 and F1. RGB value is (223,225,241). Sum of RGB (Red+Green+Blue) = 223+225+241=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 225 (88.28% from 255 or 32.66% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1F1 is #201E0E. Grayscale: #E2E2E2. Windows color (decimal): -2104847 or 15851999. OLE color: 15851999.
HSL color Cylindrical-coordinate representation of color #DFE1F1: hue angle of 233.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE1F1 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 225 | 241 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.05 |
| HSL | 233.33º | 0.39% | 0.91% | - |
| HSV(B) | 233.33º | 0.07% | 0.95% | - |
| XYZ | 73.23 | 75.89 | 94.01 | - |
| YUV | 226.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 241 | 0.07 | 0.07 | 0 | 0.05 | 233.33 | 0.39 | 0.91 |
| Hex | DF | E1 | F1 | 7 | 7 | 0 | 5 | E9 | 27 | 5B |
| Octal | 337 | 341 | 361 | 7 | 7 | 0 | 5 | 351 | 47 | 133 |
| Binary | 11011111 | 11100001 | 11110001 | 111 | 111 | 0 | 101 | 11101001 | 100111 | 1011011 |
Color Harmonies of #DFE1F1
Complementary color
Monochromatic Colors of #DFE1F1
Black with #DFE1F1
Text Example
Text Example
White with #DFE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1F1; }
p { color: rgb(223,225,241); }
H1.HeaderClassName
{
color: #DFE1F1;
}
.AnyTagClassName
{
color: #DFE1F1;
}
</style>
background-color css
<style>
a { background-color: #DFE1F1; }
a { background-color: rgb(223,225,241); }
div.DivClassName
{
background-color: #DFE1F1;
}
.BgClassName
{
background-color: #DFE1F1;
}
</style>
border-color css
<style>
span { border-color: #DFE1F1; }
span { border-color: rgb(223,225,241); }
td.TdClassName
{
border-color: #DFE1F1;
}
.TagClassName
{
border-color: #DFE1F1;
}
</style>