Shades of Quartz #DFDCFA
Tints of Quartz #DFDCFA
RGB
CMYK
RGB Variations
Color information
#DFDCFA (or 0xDFDCFA) is known color: Quartz. HEX triplet: DF, DC and FA. RGB value is (223,220,250). Sum of RGB (Red+Green+Blue) = 223+220+250=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFA is #202305. Grayscale: #E0E0E0. Windows color (decimal): -2106118 or 16440543. OLE color: 16440543.
HSL color Cylindrical-coordinate representation of color #DFDCFA: hue angle of 246º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDCFA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 220 | 250 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.02 |
| HSL | 246º | 0.75% | 0.92% | - |
| HSV(B) | 246º | 0.12% | 0.98% | - |
| XYZ | 73.28 | 73.78 | 100.82 | - |
| YUV | 224.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 250 | 0.11 | 0.12 | 0 | 0.02 | 246 | 0.75 | 0.92 |
| Hex | DF | DC | FA | B | C | 0 | 2 | F6 | 4B | 5C |
| Octal | 337 | 334 | 372 | 13 | 14 | 0 | 2 | 366 | 113 | 134 |
| Binary | 11011111 | 11011100 | 11111010 | 1011 | 1100 | 0 | 10 | 11110110 | 1001011 | 1011100 |
Color Harmonies of #DFDCFA
Complementary color
Monochromatic Colors of #DFDCFA
Black with #DFDCFA
Text Example
Text Example
White with #DFDCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCFA; }
p { color: rgb(223,220,250); }
H1.HeaderClassName
{
color: #DFDCFA;
}
.AnyTagClassName
{
color: #DFDCFA;
}
</style>
background-color css
<style>
a { background-color: #DFDCFA; }
a { background-color: rgb(223,220,250); }
div.DivClassName
{
background-color: #DFDCFA;
}
.BgClassName
{
background-color: #DFDCFA;
}
</style>
border-color css
<style>
span { border-color: #DFDCFA; }
span { border-color: rgb(223,220,250); }
td.TdClassName
{
border-color: #DFDCFA;
}
.TagClassName
{
border-color: #DFDCFA;
}
</style>