Shades of Quartz #DFDCED
Tints of Quartz #DFDCED
RGB
CMYK
RGB Variations
Color information
#DFDCED (or 0xDFDCED) is known color: Quartz. HEX triplet: DF, DC and ED. RGB value is (223,220,237). Sum of RGB (Red+Green+Blue) = 223+220+237=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCED is #202312. Grayscale: #DEDEDE. Windows color (decimal): -2106131 or 15588575. OLE color: 15588575.
HSL color Cylindrical-coordinate representation of color #DFDCED: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDCED is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 220 | 237 | - |
CMYK | 0.06 | 0.07 | 0 | 0.07 |
HSL | 250.59º | 0.32% | 0.9% | - |
HSV(B) | 250.59º | 0.07% | 0.93% | - |
XYZ | 71.31 | 72.99 | 90.45 | - |
YUV | 222.84 | 135.99 | 128.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 237 | 0.06 | 0.07 | 0 | 0.07 | 250.59 | 0.32 | 0.9 |
Hex | DF | DC | ED | 6 | 7 | 0 | 7 | FB | 20 | 5A |
Octal | 337 | 334 | 355 | 6 | 7 | 0 | 7 | 373 | 40 | 132 |
Binary | 11011111 | 11011100 | 11101101 | 110 | 111 | 0 | 111 | 11111011 | 100000 | 1011010 |
Color Harmonies of #DFDCED
Complementary color
Monochromatic Colors of #DFDCED
Black with #DFDCED
Text Example
Text Example
White with #DFDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCED; }
p { color: rgb(223,220,237); }
H1.HeaderClassName
{
color: #DFDCED;
}
.AnyTagClassName
{
color: #DFDCED;
}
</style>
background-color css
<style>
a { background-color: #DFDCED; }
a { background-color: rgb(223,220,237); }
div.DivClassName
{
background-color: #DFDCED;
}
.BgClassName
{
background-color: #DFDCED;
}
</style>
border-color css
<style>
span { border-color: #DFDCED; }
span { border-color: rgb(223,220,237); }
td.TdClassName
{
border-color: #DFDCED;
}
.TagClassName
{
border-color: #DFDCED;
}
</style>