Shades of Quartz #DFDDF4
Tints of Quartz #DFDDF4
RGB
CMYK
RGB Variations
Color information
#DFDDF4 (or 0xDFDDF4) is known color: Quartz. HEX triplet: DF, DD and F4. RGB value is (223,221,244). Sum of RGB (Red+Green+Blue) = 223+221+244=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF4 is #20220B. Grayscale: #E0E0E0. Windows color (decimal): -2105868 or 16047583. OLE color: 16047583.
HSL color Cylindrical-coordinate representation of color #DFDDF4: hue angle of 245.22º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDDF4 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 221 | 244 | - |
CMYK | 0.09 | 0.09 | 0 | 0.04 |
HSL | 245.22º | 0.51% | 0.91% | - |
HSV(B) | 245.22º | 0.09% | 0.96% | - |
XYZ | 72.62 | 73.93 | 96.03 | - |
YUV | 224.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 244 | 0.09 | 0.09 | 0 | 0.04 | 245.22 | 0.51 | 0.91 |
Hex | DF | DD | F4 | 9 | 9 | 0 | 4 | F5 | 33 | 5B |
Octal | 337 | 335 | 364 | 11 | 11 | 0 | 4 | 365 | 63 | 133 |
Binary | 11011111 | 11011101 | 11110100 | 1001 | 1001 | 0 | 100 | 11110101 | 110011 | 1011011 |
Color Harmonies of #DFDDF4
Complementary color
Monochromatic Colors of #DFDDF4
Black with #DFDDF4
Text Example
Text Example
White with #DFDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDF4; }
p { color: rgb(223,221,244); }
H1.HeaderClassName
{
color: #DFDDF4;
}
.AnyTagClassName
{
color: #DFDDF4;
}
</style>
background-color css
<style>
a { background-color: #DFDDF4; }
a { background-color: rgb(223,221,244); }
div.DivClassName
{
background-color: #DFDDF4;
}
.BgClassName
{
background-color: #DFDDF4;
}
</style>
border-color css
<style>
span { border-color: #DFDDF4; }
span { border-color: rgb(223,221,244); }
td.TdClassName
{
border-color: #DFDDF4;
}
.TagClassName
{
border-color: #DFDDF4;
}
</style>