Shades of Quartz #DFDFEA
Tints of Quartz #DFDFEA
RGB
CMYK
RGB Variations
Color information
#DFDFEA (or 0xDFDFEA) is known color: Quartz. HEX triplet: DF, DF and EA. RGB value is (223,223,234). Sum of RGB (Red+Green+Blue) = 223+223+234=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEA is #202015. Grayscale: #E0E0E0. Windows color (decimal): -2105366 or 15392735. OLE color: 15392735.
HSL color Cylindrical-coordinate representation of color #DFDFEA: hue angle of 240º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDFEA is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 223 | 234 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.08 |
| HSL | 240º | 0.21% | 0.9% | - |
| HSV(B) | 240º | 0.05% | 0.92% | - |
| XYZ | 71.67 | 74.4 | 88.43 | - |
| YUV | 224.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 234 | 0.05 | 0.05 | 0 | 0.08 | 240 | 0.21 | 0.9 |
| Hex | DF | DF | EA | 5 | 5 | 0 | 8 | F0 | 15 | 5A |
| Octal | 337 | 337 | 352 | 5 | 5 | 0 | 10 | 360 | 25 | 132 |
| Binary | 11011111 | 11011111 | 11101010 | 101 | 101 | 0 | 1000 | 11110000 | 10101 | 1011010 |
Color Harmonies of #DFDFEA
Complementary color
Monochromatic Colors of #DFDFEA
Black with #DFDFEA
Text Example
Text Example
White with #DFDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFEA; }
p { color: rgb(223,223,234); }
H1.HeaderClassName
{
color: #DFDFEA;
}
.AnyTagClassName
{
color: #DFDFEA;
}
</style>
background-color css
<style>
a { background-color: #DFDFEA; }
a { background-color: rgb(223,223,234); }
div.DivClassName
{
background-color: #DFDFEA;
}
.BgClassName
{
background-color: #DFDFEA;
}
</style>
border-color css
<style>
span { border-color: #DFDFEA; }
span { border-color: rgb(223,223,234); }
td.TdClassName
{
border-color: #DFDFEA;
}
.TagClassName
{
border-color: #DFDFEA;
}
</style>