Shades of Quartz #DFDEF9
Tints of Quartz #DFDEF9
RGB
CMYK
RGB Variations
Color information
#DFDEF9 (or 0xDFDEF9) is known color: Quartz. HEX triplet: DF, DE and F9. RGB value is (223,222,249). Sum of RGB (Red+Green+Blue) = 223+222+249=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFDEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEF9 is #202106. Grayscale: #E1E1E1. Windows color (decimal): -2105607 or 16375519. OLE color: 16375519.
HSL color Cylindrical-coordinate representation of color #DFDEF9: hue angle of 242.22º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDEF9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 222 | 249 | - |
CMYK | 0.10 | 0.11 | 0 | 0.02 |
HSL | 242.22º | 0.69% | 0.92% | - |
HSV(B) | 242.22º | 0.11% | 0.98% | - |
XYZ | 73.65 | 74.77 | 100.17 | - |
YUV | 225.38 | 141.33 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 249 | 0.10 | 0.11 | 0 | 0.02 | 242.22 | 0.69 | 0.92 |
Hex | DF | DE | F9 | A | B | 0 | 2 | F2 | 45 | 5C |
Octal | 337 | 336 | 371 | 12 | 13 | 0 | 2 | 362 | 105 | 134 |
Binary | 11011111 | 11011110 | 11111001 | 1010 | 1011 | 0 | 10 | 11110010 | 1000101 | 1011100 |
Color Harmonies of #DFDEF9
Complementary color
Monochromatic Colors of #DFDEF9
Black with #DFDEF9
Text Example
Text Example
White with #DFDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEF9; }
p { color: rgb(223,222,249); }
H1.HeaderClassName
{
color: #DFDEF9;
}
.AnyTagClassName
{
color: #DFDEF9;
}
</style>
background-color css
<style>
a { background-color: #DFDEF9; }
a { background-color: rgb(223,222,249); }
div.DivClassName
{
background-color: #DFDEF9;
}
.BgClassName
{
background-color: #DFDEF9;
}
</style>
border-color css
<style>
span { border-color: #DFDEF9; }
span { border-color: rgb(223,222,249); }
td.TdClassName
{
border-color: #DFDEF9;
}
.TagClassName
{
border-color: #DFDEF9;
}
</style>