Shades of Quartz #DFDDE8
Tints of Quartz #DFDDE8
RGB
CMYK
RGB Variations
Color information
#DFDDE8 (or 0xDFDDE8) is known color: Quartz. HEX triplet: DF, DD and E8. RGB value is (223,221,232). Sum of RGB (Red+Green+Blue) = 223+221+232=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDE8 is #202217. Grayscale: #DEDEDE. Windows color (decimal): -2105880 or 15261151. OLE color: 15261151.
HSL color Cylindrical-coordinate representation of color #DFDDE8: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDDE8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 221 | 232 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.09 |
| HSL | 250.91º | 0.19% | 0.89% | - |
| HSV(B) | 250.91º | 0.05% | 0.91% | - |
| XYZ | 70.85 | 73.23 | 86.74 | - |
| YUV | 222.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 232 | 0.04 | 0.05 | 0 | 0.09 | 250.91 | 0.19 | 0.89 |
| Hex | DF | DD | E8 | 4 | 5 | 0 | 9 | FB | 13 | 59 |
| Octal | 337 | 335 | 350 | 4 | 5 | 0 | 11 | 373 | 23 | 131 |
| Binary | 11011111 | 11011101 | 11101000 | 100 | 101 | 0 | 1001 | 11111011 | 10011 | 1011001 |
Color Harmonies of #DFDDE8
Complementary color
Monochromatic Colors of #DFDDE8
Black with #DFDDE8
Text Example
Text Example
White with #DFDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDE8; }
p { color: rgb(223,221,232); }
H1.HeaderClassName
{
color: #DFDDE8;
}
.AnyTagClassName
{
color: #DFDDE8;
}
</style>
background-color css
<style>
a { background-color: #DFDDE8; }
a { background-color: rgb(223,221,232); }
div.DivClassName
{
background-color: #DFDDE8;
}
.BgClassName
{
background-color: #DFDDE8;
}
</style>
border-color css
<style>
span { border-color: #DFDDE8; }
span { border-color: rgb(223,221,232); }
td.TdClassName
{
border-color: #DFDDE8;
}
.TagClassName
{
border-color: #DFDDE8;
}
</style>