Shades of Quartz #DFDEF0
Tints of Quartz #DFDEF0
RGB
CMYK
RGB Variations
Color information
#DFDEF0 (or 0xDFDEF0) is known color: Quartz. HEX triplet: DF, DE and F0. RGB value is (223,222,240). Sum of RGB (Red+Green+Blue) = 223+222+240=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF0 is #20210F. Grayscale: #E0E0E0. Windows color (decimal): -2105616 or 15785695. OLE color: 15785695.
HSL color Cylindrical-coordinate representation of color #DFDEF0: hue angle of 243.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDEF0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 222 | 240 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.06 |
| HSL | 243.33º | 0.38% | 0.91% | - |
| HSV(B) | 243.33º | 0.07% | 0.94% | - |
| XYZ | 72.28 | 74.22 | 92.95 | - |
| YUV | 224.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 240 | 0.07 | 0.08 | 0 | 0.06 | 243.33 | 0.38 | 0.91 |
| Hex | DF | DE | F0 | 7 | 8 | 0 | 6 | F3 | 26 | 5B |
| Octal | 337 | 336 | 360 | 7 | 10 | 0 | 6 | 363 | 46 | 133 |
| Binary | 11011111 | 11011110 | 11110000 | 111 | 1000 | 0 | 110 | 11110011 | 100110 | 1011011 |
Color Harmonies of #DFDEF0
Complementary color
Monochromatic Colors of #DFDEF0
Black with #DFDEF0
Text Example
Text Example
White with #DFDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEF0; }
p { color: rgb(223,222,240); }
H1.HeaderClassName
{
color: #DFDEF0;
}
.AnyTagClassName
{
color: #DFDEF0;
}
</style>
background-color css
<style>
a { background-color: #DFDEF0; }
a { background-color: rgb(223,222,240); }
div.DivClassName
{
background-color: #DFDEF0;
}
.BgClassName
{
background-color: #DFDEF0;
}
</style>
border-color css
<style>
span { border-color: #DFDEF0; }
span { border-color: rgb(223,222,240); }
td.TdClassName
{
border-color: #DFDEF0;
}
.TagClassName
{
border-color: #DFDEF0;
}
</style>