Shades of Quartz #DFDCFC
Tints of Quartz #DFDCFC
RGB
CMYK
RGB Variations
Color information
#DFDCFC (or 0xDFDCFC) is known color: Quartz. HEX triplet: DF, DC and FC. RGB value is (223,220,252). Sum of RGB (Red+Green+Blue) = 223+220+252=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFC is #202303. Grayscale: #E0E0E0. Windows color (decimal): -2106116 or 16571615. OLE color: 16571615.
HSL color Cylindrical-coordinate representation of color #DFDCFC: hue angle of 245.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDCFC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 220 | 252 | - |
CMYK | 0.12 | 0.13 | 0 | 0.01 |
HSL | 245.63º | 0.84% | 0.93% | - |
HSV(B) | 245.63º | 0.13% | 0.99% | - |
XYZ | 73.6 | 73.9 | 102.48 | - |
YUV | 224.55 | 143.49 | 126.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 252 | 0.12 | 0.13 | 0 | 0.01 | 245.63 | 0.84 | 0.93 |
Hex | DF | DC | FC | C | D | 0 | 1 | F6 | 54 | 5D |
Octal | 337 | 334 | 374 | 14 | 15 | 0 | 1 | 366 | 124 | 135 |
Binary | 11011111 | 11011100 | 11111100 | 1100 | 1101 | 0 | 1 | 11110110 | 1010100 | 1011101 |
Color Harmonies of #DFDCFC
Complementary color
Monochromatic Colors of #DFDCFC
Black with #DFDCFC
Text Example
Text Example
White with #DFDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCFC; }
p { color: rgb(223,220,252); }
H1.HeaderClassName
{
color: #DFDCFC;
}
.AnyTagClassName
{
color: #DFDCFC;
}
</style>
background-color css
<style>
a { background-color: #DFDCFC; }
a { background-color: rgb(223,220,252); }
div.DivClassName
{
background-color: #DFDCFC;
}
.BgClassName
{
background-color: #DFDCFC;
}
</style>
border-color css
<style>
span { border-color: #DFDCFC; }
span { border-color: rgb(223,220,252); }
td.TdClassName
{
border-color: #DFDCFC;
}
.TagClassName
{
border-color: #DFDCFC;
}
</style>