Shades of Quartz #DFDDE9
Tints of Quartz #DFDDE9
RGB
CMYK
RGB Variations
Color information
#DFDDE9 (or 0xDFDDE9) is known color: Quartz. HEX triplet: DF, DD and E9. RGB value is (223,221,233). Sum of RGB (Red+Green+Blue) = 223+221+233=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDE9 is #202216. Grayscale: #DEDEDE. Windows color (decimal): -2105879 or 15326687. OLE color: 15326687.
HSL color Cylindrical-coordinate representation of color #DFDDE9: hue angle of 250º degrees, saturation: 0.21, 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 #DFDDE9 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 221 | 233 | - |
CMYK | 0.04 | 0.05 | 0 | 0.09 |
HSL | 250º | 0.21% | 0.89% | - |
HSV(B) | 250º | 0.05% | 0.91% | - |
XYZ | 71 | 73.28 | 87.49 | - |
YUV | 222.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 233 | 0.04 | 0.05 | 0 | 0.09 | 250 | 0.21 | 0.89 |
Hex | DF | DD | E9 | 4 | 5 | 0 | 9 | FA | 15 | 59 |
Octal | 337 | 335 | 351 | 4 | 5 | 0 | 11 | 372 | 25 | 131 |
Binary | 11011111 | 11011101 | 11101001 | 100 | 101 | 0 | 1001 | 11111010 | 10101 | 1011001 |
Color Harmonies of #DFDDE9
Complementary color
Monochromatic Colors of #DFDDE9
Black with #DFDDE9
Text Example
Text Example
White with #DFDDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDE9; }
p { color: rgb(223,221,233); }
H1.HeaderClassName
{
color: #DFDDE9;
}
.AnyTagClassName
{
color: #DFDDE9;
}
</style>
background-color css
<style>
a { background-color: #DFDDE9; }
a { background-color: rgb(223,221,233); }
div.DivClassName
{
background-color: #DFDDE9;
}
.BgClassName
{
background-color: #DFDDE9;
}
</style>
border-color css
<style>
span { border-color: #DFDDE9; }
span { border-color: rgb(223,221,233); }
td.TdClassName
{
border-color: #DFDDE9;
}
.TagClassName
{
border-color: #DFDDE9;
}
</style>