Shades of Quartz #DFDDF1
Tints of Quartz #DFDDF1
RGB
CMYK
RGB Variations
Color information
#DFDDF1 (or 0xDFDDF1) is known color: Quartz. HEX triplet: DF, DD and F1. RGB value is (223,221,241). Sum of RGB (Red+Green+Blue) = 223+221+241=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDF1 is #20220E. Grayscale: #DFDFDF. Windows color (decimal): -2105871 or 15850975. OLE color: 15850975.
HSL color Cylindrical-coordinate representation of color #DFDDF1: hue angle of 246º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDDF1 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 221 | 241 | - |
CMYK | 0.07 | 0.08 | 0 | 0.05 |
HSL | 246º | 0.42% | 0.91% | - |
HSV(B) | 246º | 0.08% | 0.95% | - |
XYZ | 72.17 | 73.75 | 93.65 | - |
YUV | 223.88 | 137.66 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 241 | 0.07 | 0.08 | 0 | 0.05 | 246 | 0.42 | 0.91 |
Hex | DF | DD | F1 | 7 | 8 | 0 | 5 | F6 | 2A | 5B |
Octal | 337 | 335 | 361 | 7 | 10 | 0 | 5 | 366 | 52 | 133 |
Binary | 11011111 | 11011101 | 11110001 | 111 | 1000 | 0 | 101 | 11110110 | 101010 | 1011011 |
Color Harmonies of #DFDDF1
Complementary color
Monochromatic Colors of #DFDDF1
Black with #DFDDF1
Text Example
Text Example
White with #DFDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDF1; }
p { color: rgb(223,221,241); }
H1.HeaderClassName
{
color: #DFDDF1;
}
.AnyTagClassName
{
color: #DFDDF1;
}
</style>
background-color css
<style>
a { background-color: #DFDDF1; }
a { background-color: rgb(223,221,241); }
div.DivClassName
{
background-color: #DFDDF1;
}
.BgClassName
{
background-color: #DFDDF1;
}
</style>
border-color css
<style>
span { border-color: #DFDDF1; }
span { border-color: rgb(223,221,241); }
td.TdClassName
{
border-color: #DFDDF1;
}
.TagClassName
{
border-color: #DFDDF1;
}
</style>