Shades of Quartz #DFDCEC
Tints of Quartz #DFDCEC
RGB
CMYK
RGB Variations
Color information
#DFDCEC (or 0xDFDCEC) is known color: Quartz. HEX triplet: DF, DC and EC. RGB value is (223,220,236). Sum of RGB (Red+Green+Blue) = 223+220+236=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCEC is #202313. Grayscale: #DEDEDE. Windows color (decimal): -2106132 or 15523039. OLE color: 15523039.
HSL color Cylindrical-coordinate representation of color #DFDCEC: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDCEC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 220 | 236 | - |
CMYK | 0.06 | 0.07 | 0 | 0.07 |
HSL | 251.25º | 0.3% | 0.89% | - |
HSV(B) | 251.25º | 0.07% | 0.93% | - |
XYZ | 71.16 | 72.93 | 89.68 | - |
YUV | 222.72 | 135.49 | 128.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 236 | 0.06 | 0.07 | 0 | 0.07 | 251.25 | 0.3 | 0.89 |
Hex | DF | DC | EC | 6 | 7 | 0 | 7 | FB | 1E | 59 |
Octal | 337 | 334 | 354 | 6 | 7 | 0 | 7 | 373 | 36 | 131 |
Binary | 11011111 | 11011100 | 11101100 | 110 | 111 | 0 | 111 | 11111011 | 11110 | 1011001 |
Color Harmonies of #DFDCEC
Complementary color
Monochromatic Colors of #DFDCEC
Black with #DFDCEC
Text Example
Text Example
White with #DFDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCEC; }
p { color: rgb(223,220,236); }
H1.HeaderClassName
{
color: #DFDCEC;
}
.AnyTagClassName
{
color: #DFDCEC;
}
</style>
background-color css
<style>
a { background-color: #DFDCEC; }
a { background-color: rgb(223,220,236); }
div.DivClassName
{
background-color: #DFDCEC;
}
.BgClassName
{
background-color: #DFDCEC;
}
</style>
border-color css
<style>
span { border-color: #DFDCEC; }
span { border-color: rgb(223,220,236); }
td.TdClassName
{
border-color: #DFDCEC;
}
.TagClassName
{
border-color: #DFDCEC;
}
</style>