Shades of Quartz #DFDBED
Tints of Quartz #DFDBED
RGB
CMYK
RGB Variations
Color information
#DFDBED (or 0xDFDBED) is known color: Quartz. HEX triplet: DF, DB and ED. RGB value is (223,219,237). Sum of RGB (Red+Green+Blue) = 223+219+237=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBED is #202412. Grayscale: #DEDEDE. Windows color (decimal): -2106387 or 15588319. OLE color: 15588319.
HSL color Cylindrical-coordinate representation of color #DFDBED: hue angle of 253.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDBED is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 219 | 237 | - |
CMYK | 0.06 | 0.08 | 0 | 0.07 |
HSL | 253.33º | 0.33% | 0.89% | - |
HSV(B) | 253.33º | 0.08% | 0.93% | - |
XYZ | 71.05 | 72.47 | 90.36 | - |
YUV | 222.25 | 136.33 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 237 | 0.06 | 0.08 | 0 | 0.07 | 253.33 | 0.33 | 0.89 |
Hex | DF | DB | ED | 6 | 8 | 0 | 7 | FD | 21 | 59 |
Octal | 337 | 333 | 355 | 6 | 10 | 0 | 7 | 375 | 41 | 131 |
Binary | 11011111 | 11011011 | 11101101 | 110 | 1000 | 0 | 111 | 11111101 | 100001 | 1011001 |
Color Harmonies of #DFDBED
Complementary color
Monochromatic Colors of #DFDBED
Black with #DFDBED
Text Example
Text Example
White with #DFDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBED; }
p { color: rgb(223,219,237); }
H1.HeaderClassName
{
color: #DFDBED;
}
.AnyTagClassName
{
color: #DFDBED;
}
</style>
background-color css
<style>
a { background-color: #DFDBED; }
a { background-color: rgb(223,219,237); }
div.DivClassName
{
background-color: #DFDBED;
}
.BgClassName
{
background-color: #DFDBED;
}
</style>
border-color css
<style>
span { border-color: #DFDBED; }
span { border-color: rgb(223,219,237); }
td.TdClassName
{
border-color: #DFDBED;
}
.TagClassName
{
border-color: #DFDBED;
}
</style>