Shades of Quartz #DFDBF5
Tints of Quartz #DFDBF5
RGB
CMYK
RGB Variations
Color information
#DFDBF5 (or 0xDFDBF5) is known color: Quartz. HEX triplet: DF, DB and F5. RGB value is (223,219,245). Sum of RGB (Red+Green+Blue) = 223+219+245=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFDBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBF5 is #20240A. Grayscale: #DFDFDF. Windows color (decimal): -2106379 or 16112607. OLE color: 16112607.
HSL color Cylindrical-coordinate representation of color #DFDBF5: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDBF5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 219 | 245 | - |
CMYK | 0.09 | 0.11 | 0 | 0.04 |
HSL | 249.23º | 0.57% | 0.91% | - |
HSV(B) | 249.23º | 0.11% | 0.96% | - |
XYZ | 72.24 | 72.94 | 96.66 | - |
YUV | 223.16 | 140.33 | 127.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 245 | 0.09 | 0.11 | 0 | 0.04 | 249.23 | 0.57 | 0.91 |
Hex | DF | DB | F5 | 9 | B | 0 | 4 | F9 | 39 | 5B |
Octal | 337 | 333 | 365 | 11 | 13 | 0 | 4 | 371 | 71 | 133 |
Binary | 11011111 | 11011011 | 11110101 | 1001 | 1011 | 0 | 100 | 11111001 | 111001 | 1011011 |
Color Harmonies of #DFDBF5
Complementary color
Monochromatic Colors of #DFDBF5
Black with #DFDBF5
Text Example
Text Example
White with #DFDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBF5; }
p { color: rgb(223,219,245); }
H1.HeaderClassName
{
color: #DFDBF5;
}
.AnyTagClassName
{
color: #DFDBF5;
}
</style>
background-color css
<style>
a { background-color: #DFDBF5; }
a { background-color: rgb(223,219,245); }
div.DivClassName
{
background-color: #DFDBF5;
}
.BgClassName
{
background-color: #DFDBF5;
}
</style>
border-color css
<style>
span { border-color: #DFDBF5; }
span { border-color: rgb(223,219,245); }
td.TdClassName
{
border-color: #DFDBF5;
}
.TagClassName
{
border-color: #DFDBF5;
}
</style>