Shades of Quartz #DFDDFC
Tints of Quartz #DFDDFC
RGB
CMYK
RGB Variations
Color information
#DFDDFC (or 0xDFDDFC) is known color: Quartz. HEX triplet: DF, DD and FC. RGB value is (223,221,252). Sum of RGB (Red+Green+Blue) = 223+221+252=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFC is #202203. Grayscale: #E1E1E1. Windows color (decimal): -2105860 or 16571871. OLE color: 16571871.
HSL color Cylindrical-coordinate representation of color #DFDDFC: hue angle of 243.87º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFDDFC is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 221 | 252 | - |
CMYK | 0.12 | 0.12 | 0 | 0.01 |
HSL | 243.87º | 0.84% | 0.93% | - |
HSV(B) | 243.87º | 0.12% | 0.99% | - |
XYZ | 73.86 | 74.43 | 102.57 | - |
YUV | 225.13 | 143.16 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 252 | 0.12 | 0.12 | 0 | 0.01 | 243.87 | 0.84 | 0.93 |
Hex | DF | DD | FC | C | C | 0 | 1 | F4 | 54 | 5D |
Octal | 337 | 335 | 374 | 14 | 14 | 0 | 1 | 364 | 124 | 135 |
Binary | 11011111 | 11011101 | 11111100 | 1100 | 1100 | 0 | 1 | 11110100 | 1010100 | 1011101 |
Color Harmonies of #DFDDFC
Complementary color
Monochromatic Colors of #DFDDFC
Black with #DFDDFC
Text Example
Text Example
White with #DFDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDFC; }
p { color: rgb(223,221,252); }
H1.HeaderClassName
{
color: #DFDDFC;
}
.AnyTagClassName
{
color: #DFDDFC;
}
</style>
background-color css
<style>
a { background-color: #DFDDFC; }
a { background-color: rgb(223,221,252); }
div.DivClassName
{
background-color: #DFDDFC;
}
.BgClassName
{
background-color: #DFDDFC;
}
</style>
border-color css
<style>
span { border-color: #DFDDFC; }
span { border-color: rgb(223,221,252); }
td.TdClassName
{
border-color: #DFDDFC;
}
.TagClassName
{
border-color: #DFDDFC;
}
</style>