Shades of Quartz #DFE0F5
Tints of Quartz #DFE0F5
RGB
CMYK
RGB Variations
Color information
#DFE0F5 (or 0xDFE0F5) is known color: Quartz. HEX triplet: DF, E0 and F5. RGB value is (223,224,245). Sum of RGB (Red+Green+Blue) = 223+224+245=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0F5 is #201F0A. Grayscale: #E2E2E2. Windows color (decimal): -2105099 or 16113887. OLE color: 16113887.
HSL color Cylindrical-coordinate representation of color #DFE0F5: hue angle of 237.27º degrees, saturation: 0.52, 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 #DFE0F5 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 224 | 245 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.04 |
| HSL | 237.27º | 0.52% | 0.92% | - |
| HSV(B) | 237.27º | 0.09% | 0.96% | - |
| XYZ | 73.57 | 75.59 | 97.1 | - |
| YUV | 226.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 245 | 0.09 | 0.09 | 0 | 0.04 | 237.27 | 0.52 | 0.92 |
| Hex | DF | E0 | F5 | 9 | 9 | 0 | 4 | ED | 34 | 5C |
| Octal | 337 | 340 | 365 | 11 | 11 | 0 | 4 | 355 | 64 | 134 |
| Binary | 11011111 | 11100000 | 11110101 | 1001 | 1001 | 0 | 100 | 11101101 | 110100 | 1011100 |
Color Harmonies of #DFE0F5
Complementary color
Monochromatic Colors of #DFE0F5
Black with #DFE0F5
Text Example
Text Example
White with #DFE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0F5; }
p { color: rgb(223,224,245); }
H1.HeaderClassName
{
color: #DFE0F5;
}
.AnyTagClassName
{
color: #DFE0F5;
}
</style>
background-color css
<style>
a { background-color: #DFE0F5; }
a { background-color: rgb(223,224,245); }
div.DivClassName
{
background-color: #DFE0F5;
}
.BgClassName
{
background-color: #DFE0F5;
}
</style>
border-color css
<style>
span { border-color: #DFE0F5; }
span { border-color: rgb(223,224,245); }
td.TdClassName
{
border-color: #DFE0F5;
}
.TagClassName
{
border-color: #DFE0F5;
}
</style>