Shades of Quartz #DFDDF7
Tints of Quartz #DFDDF7
RGB
CMYK
RGB Variations
Color information
#DFDDF7 (or 0xDFDDF7) is known color: Quartz. HEX triplet: DF, DD and F7. RGB value is (223,221,247). Sum of RGB (Red+Green+Blue) = 223+221+247=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF7 is #202208. Grayscale: #E0E0E0. Windows color (decimal): -2105865 or 16244191. OLE color: 16244191.
HSL color Cylindrical-coordinate representation of color #DFDDF7: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDDF7 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 223 | 221 | 247 | - |
CMYK | 0.10 | 0.11 | 0 | 0.03 |
HSL | 244.62º | 0.62% | 0.92% | - |
HSV(B) | 244.62º | 0.11% | 0.97% | - |
XYZ | 73.08 | 74.12 | 98.45 | - |
YUV | 224.56 | 140.66 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 247 | 0.10 | 0.11 | 0 | 0.03 | 244.62 | 0.62 | 0.92 |
Hex | DF | DD | F7 | A | B | 0 | 3 | F5 | 3E | 5C |
Octal | 337 | 335 | 367 | 12 | 13 | 0 | 3 | 365 | 76 | 134 |
Binary | 11011111 | 11011101 | 11110111 | 1010 | 1011 | 0 | 11 | 11110101 | 111110 | 1011100 |
Color Harmonies of #DFDDF7
Complementary color
Monochromatic Colors of #DFDDF7
Black with #DFDDF7
Text Example
Text Example
White with #DFDDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDF7; }
p { color: rgb(223,221,247); }
H1.HeaderClassName
{
color: #DFDDF7;
}
.AnyTagClassName
{
color: #DFDDF7;
}
</style>
background-color css
<style>
a { background-color: #DFDDF7; }
a { background-color: rgb(223,221,247); }
div.DivClassName
{
background-color: #DFDDF7;
}
.BgClassName
{
background-color: #DFDDF7;
}
</style>
border-color css
<style>
span { border-color: #DFDDF7; }
span { border-color: rgb(223,221,247); }
td.TdClassName
{
border-color: #DFDDF7;
}
.TagClassName
{
border-color: #DFDDF7;
}
</style>