Shades of Quartz #DFDCF4
Tints of Quartz #DFDCF4
RGB
CMYK
RGB Variations
Color information
#DFDCF4 (or 0xDFDCF4) is known color: Quartz. HEX triplet: DF, DC and F4. RGB value is (223,220,244). Sum of RGB (Red+Green+Blue) = 223+220+244=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF4 is #20230B. Grayscale: #DFDFDF. Windows color (decimal): -2106124 or 16047327. OLE color: 16047327.
HSL color Cylindrical-coordinate representation of color #DFDCF4: hue angle of 247.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDCF4 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 220 | 244 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 247.5º | 0.52% | 0.91% | - |
| HSV(B) | 247.5º | 0.1% | 0.96% | - |
| XYZ | 72.35 | 73.41 | 95.94 | - |
| YUV | 223.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 244 | 0.09 | 0.10 | 0 | 0.04 | 247.5 | 0.52 | 0.91 |
| Hex | DF | DC | F4 | 9 | A | 0 | 4 | F8 | 34 | 5B |
| Octal | 337 | 334 | 364 | 11 | 12 | 0 | 4 | 370 | 64 | 133 |
| Binary | 11011111 | 11011100 | 11110100 | 1001 | 1010 | 0 | 100 | 11111000 | 110100 | 1011011 |
Color Harmonies of #DFDCF4
Complementary color
Monochromatic Colors of #DFDCF4
Black with #DFDCF4
Text Example
Text Example
White with #DFDCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCF4; }
p { color: rgb(223,220,244); }
H1.HeaderClassName
{
color: #DFDCF4;
}
.AnyTagClassName
{
color: #DFDCF4;
}
</style>
background-color css
<style>
a { background-color: #DFDCF4; }
a { background-color: rgb(223,220,244); }
div.DivClassName
{
background-color: #DFDCF4;
}
.BgClassName
{
background-color: #DFDCF4;
}
</style>
border-color css
<style>
span { border-color: #DFDCF4; }
span { border-color: rgb(223,220,244); }
td.TdClassName
{
border-color: #DFDCF4;
}
.TagClassName
{
border-color: #DFDCF4;
}
</style>