Shades of Quartz #DFE1F3
Tints of Quartz #DFE1F3
RGB
CMYK
RGB Variations
Color information
#DFE1F3 (or 0xDFE1F3) is known color: Quartz. HEX triplet: DF, E1 and F3. RGB value is (223,225,243). Sum of RGB (Red+Green+Blue) = 223+225+243=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1F3 is #201E0C. Grayscale: #E2E2E2. Windows color (decimal): -2104845 or 15983071. OLE color: 15983071.
HSL color Cylindrical-coordinate representation of color #DFE1F3: hue angle of 234º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFE1F3 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 225 | 243 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.05 |
| HSL | 234º | 0.45% | 0.91% | - |
| HSV(B) | 234º | 0.08% | 0.95% | - |
| XYZ | 73.53 | 76.01 | 95.59 | - |
| YUV | 226.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 243 | 0.08 | 0.07 | 0 | 0.05 | 234 | 0.45 | 0.91 |
| Hex | DF | E1 | F3 | 8 | 7 | 0 | 5 | EA | 2D | 5B |
| Octal | 337 | 341 | 363 | 10 | 7 | 0 | 5 | 352 | 55 | 133 |
| Binary | 11011111 | 11100001 | 11110011 | 1000 | 111 | 0 | 101 | 11101010 | 101101 | 1011011 |
Color Harmonies of #DFE1F3
Complementary color
Monochromatic Colors of #DFE1F3
Black with #DFE1F3
Text Example
Text Example
White with #DFE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1F3; }
p { color: rgb(223,225,243); }
H1.HeaderClassName
{
color: #DFE1F3;
}
.AnyTagClassName
{
color: #DFE1F3;
}
</style>
background-color css
<style>
a { background-color: #DFE1F3; }
a { background-color: rgb(223,225,243); }
div.DivClassName
{
background-color: #DFE1F3;
}
.BgClassName
{
background-color: #DFE1F3;
}
</style>
border-color css
<style>
span { border-color: #DFE1F3; }
span { border-color: rgb(223,225,243); }
td.TdClassName
{
border-color: #DFE1F3;
}
.TagClassName
{
border-color: #DFE1F3;
}
</style>