Shades of Quartz #DFD9F1
Tints of Quartz #DFD9F1
RGB
CMYK
RGB Variations
Color information
#DFD9F1 (or 0xDFD9F1) is known color: Quartz. HEX triplet: DF, D9 and F1. RGB value is (223,217,241). Sum of RGB (Red+Green+Blue) = 223+217+241=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9F1 is #20260E. Grayscale: #DDDDDD. Windows color (decimal): -2106895 or 15849951. OLE color: 15849951.
HSL color Cylindrical-coordinate representation of color #DFD9F1: hue angle of 255º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD9F1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 217 | 241 | - |
CMYK | 0.07 | 0.10 | 0 | 0.05 |
HSL | 255º | 0.46% | 0.9% | - |
HSV(B) | 255º | 0.1% | 0.95% | - |
XYZ | 71.12 | 71.66 | 93.3 | - |
YUV | 221.53 | 138.99 | 129.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 241 | 0.07 | 0.10 | 0 | 0.05 | 255 | 0.46 | 0.9 |
Hex | DF | D9 | F1 | 7 | A | 0 | 5 | FF | 2E | 5A |
Octal | 337 | 331 | 361 | 7 | 12 | 0 | 5 | 377 | 56 | 132 |
Binary | 11011111 | 11011001 | 11110001 | 111 | 1010 | 0 | 101 | 11111111 | 101110 | 1011010 |
Color Harmonies of #DFD9F1
Complementary color
Monochromatic Colors of #DFD9F1
Black with #DFD9F1
Text Example
Text Example
White with #DFD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9F1; }
p { color: rgb(223,217,241); }
H1.HeaderClassName
{
color: #DFD9F1;
}
.AnyTagClassName
{
color: #DFD9F1;
}
</style>
background-color css
<style>
a { background-color: #DFD9F1; }
a { background-color: rgb(223,217,241); }
div.DivClassName
{
background-color: #DFD9F1;
}
.BgClassName
{
background-color: #DFD9F1;
}
</style>
border-color css
<style>
span { border-color: #DFD9F1; }
span { border-color: rgb(223,217,241); }
td.TdClassName
{
border-color: #DFD9F1;
}
.TagClassName
{
border-color: #DFD9F1;
}
</style>