Shades of Quartz #DFE2F1
Tints of Quartz #DFE2F1
RGB
CMYK
RGB Variations
Color information
#DFE2F1 (or 0xDFE2F1) is known color: Quartz. HEX triplet: DF, E2 and F1. RGB value is (223,226,241). Sum of RGB (Red+Green+Blue) = 223+226+241=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2F1 is #201D0E. Grayscale: #E2E2E2. Windows color (decimal): -2104591 or 15852255. OLE color: 15852255.
HSL color Cylindrical-coordinate representation of color #DFE2F1: hue angle of 230º 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 #DFE2F1 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 226 | 241 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.05 |
| HSL | 230º | 0.39% | 0.91% | - |
| HSV(B) | 230º | 0.07% | 0.95% | - |
| XYZ | 73.5 | 76.43 | 94.1 | - |
| YUV | 226.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 241 | 0.07 | 0.06 | 0 | 0.05 | 230 | 0.39 | 0.91 |
| Hex | DF | E2 | F1 | 7 | 6 | 0 | 5 | E6 | 27 | 5B |
| Octal | 337 | 342 | 361 | 7 | 6 | 0 | 5 | 346 | 47 | 133 |
| Binary | 11011111 | 11100010 | 11110001 | 111 | 110 | 0 | 101 | 11100110 | 100111 | 1011011 |
Color Harmonies of #DFE2F1
Complementary color
Monochromatic Colors of #DFE2F1
Black with #DFE2F1
Text Example
Text Example
White with #DFE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2F1; }
p { color: rgb(223,226,241); }
H1.HeaderClassName
{
color: #DFE2F1;
}
.AnyTagClassName
{
color: #DFE2F1;
}
</style>
background-color css
<style>
a { background-color: #DFE2F1; }
a { background-color: rgb(223,226,241); }
div.DivClassName
{
background-color: #DFE2F1;
}
.BgClassName
{
background-color: #DFE2F1;
}
</style>
border-color css
<style>
span { border-color: #DFE2F1; }
span { border-color: rgb(223,226,241); }
td.TdClassName
{
border-color: #DFE2F1;
}
.TagClassName
{
border-color: #DFE2F1;
}
</style>