Shades of Quartz #DFDDEA
Tints of Quartz #DFDDEA
RGB
CMYK
RGB Variations
Color information
#DFDDEA (or 0xDFDDEA) is known color: Quartz. HEX triplet: DF, DD and EA. RGB value is (223,221,234). Sum of RGB (Red+Green+Blue) = 223+221+234=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDEA is #202215. Grayscale: #DFDFDF. Windows color (decimal): -2105878 or 15392223. OLE color: 15392223.
HSL color Cylindrical-coordinate representation of color #DFDDEA: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDDEA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 221 | 234 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.08 |
| HSL | 249.23º | 0.24% | 0.89% | - |
| HSV(B) | 249.23º | 0.06% | 0.92% | - |
| XYZ | 71.14 | 73.34 | 88.25 | - |
| YUV | 223.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 234 | 0.05 | 0.06 | 0 | 0.08 | 249.23 | 0.24 | 0.89 |
| Hex | DF | DD | EA | 5 | 6 | 0 | 8 | F9 | 18 | 59 |
| Octal | 337 | 335 | 352 | 5 | 6 | 0 | 10 | 371 | 30 | 131 |
| Binary | 11011111 | 11011101 | 11101010 | 101 | 110 | 0 | 1000 | 11111001 | 11000 | 1011001 |
Color Harmonies of #DFDDEA
Complementary color
Monochromatic Colors of #DFDDEA
Black with #DFDDEA
Text Example
Text Example
White with #DFDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDEA; }
p { color: rgb(223,221,234); }
H1.HeaderClassName
{
color: #DFDDEA;
}
.AnyTagClassName
{
color: #DFDDEA;
}
</style>
background-color css
<style>
a { background-color: #DFDDEA; }
a { background-color: rgb(223,221,234); }
div.DivClassName
{
background-color: #DFDDEA;
}
.BgClassName
{
background-color: #DFDDEA;
}
</style>
border-color css
<style>
span { border-color: #DFDDEA; }
span { border-color: rgb(223,221,234); }
td.TdClassName
{
border-color: #DFDDEA;
}
.TagClassName
{
border-color: #DFDDEA;
}
</style>