Shades of Quartz #DFDDF0
Tints of Quartz #DFDDF0
RGB
CMYK
RGB Variations
Color information
#DFDDF0 (or 0xDFDDF0) is known color: Quartz. HEX triplet: DF, DD and F0. RGB value is (223,221,240). Sum of RGB (Red+Green+Blue) = 223+221+240=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF0 is #20220F. Grayscale: #DFDFDF. Windows color (decimal): -2105872 or 15785439. OLE color: 15785439.
HSL color Cylindrical-coordinate representation of color #DFDDF0: hue angle of 246.32º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDDF0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 221 | 240 | - |
CMYK | 0.07 | 0.08 | 0 | 0.06 |
HSL | 246.32º | 0.39% | 0.9% | - |
HSV(B) | 246.32º | 0.08% | 0.94% | - |
XYZ | 72.02 | 73.69 | 92.87 | - |
YUV | 223.76 | 137.16 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 240 | 0.07 | 0.08 | 0 | 0.06 | 246.32 | 0.39 | 0.9 |
Hex | DF | DD | F0 | 7 | 8 | 0 | 6 | F6 | 27 | 5A |
Octal | 337 | 335 | 360 | 7 | 10 | 0 | 6 | 366 | 47 | 132 |
Binary | 11011111 | 11011101 | 11110000 | 111 | 1000 | 0 | 110 | 11110110 | 100111 | 1011010 |
Color Harmonies of #DFDDF0
Complementary color
Monochromatic Colors of #DFDDF0
Black with #DFDDF0
Text Example
Text Example
White with #DFDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDF0; }
p { color: rgb(223,221,240); }
H1.HeaderClassName
{
color: #DFDDF0;
}
.AnyTagClassName
{
color: #DFDDF0;
}
</style>
background-color css
<style>
a { background-color: #DFDDF0; }
a { background-color: rgb(223,221,240); }
div.DivClassName
{
background-color: #DFDDF0;
}
.BgClassName
{
background-color: #DFDDF0;
}
</style>
border-color css
<style>
span { border-color: #DFDDF0; }
span { border-color: rgb(223,221,240); }
td.TdClassName
{
border-color: #DFDDF0;
}
.TagClassName
{
border-color: #DFDDF0;
}
</style>