Shades of Quartz #DFDFEC
Tints of Quartz #DFDFEC
RGB
CMYK
RGB Variations
Color information
#DFDFEC (or 0xDFDFEC) is known color: Quartz. HEX triplet: DF, DF and EC. RGB value is (223,223,236). Sum of RGB (Red+Green+Blue) = 223+223+236=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEC is #202013. Grayscale: #E0E0E0. Windows color (decimal): -2105364 or 15523807. OLE color: 15523807.
HSL color Cylindrical-coordinate representation of color #DFDFEC: hue angle of 240º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDFEC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 223 | 236 | - |
CMYK | 0.06 | 0.06 | 0 | 0.07 |
HSL | 240º | 0.25% | 0.9% | - |
HSV(B) | 240º | 0.06% | 0.93% | - |
XYZ | 71.96 | 74.52 | 89.95 | - |
YUV | 224.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 236 | 0.06 | 0.06 | 0 | 0.07 | 240 | 0.25 | 0.9 |
Hex | DF | DF | EC | 6 | 6 | 0 | 7 | F0 | 19 | 5A |
Octal | 337 | 337 | 354 | 6 | 6 | 0 | 7 | 360 | 31 | 132 |
Binary | 11011111 | 11011111 | 11101100 | 110 | 110 | 0 | 111 | 11110000 | 11001 | 1011010 |
Color Harmonies of #DFDFEC
Complementary color
Monochromatic Colors of #DFDFEC
Black with #DFDFEC
Text Example
Text Example
White with #DFDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFEC; }
p { color: rgb(223,223,236); }
H1.HeaderClassName
{
color: #DFDFEC;
}
.AnyTagClassName
{
color: #DFDFEC;
}
</style>
background-color css
<style>
a { background-color: #DFDFEC; }
a { background-color: rgb(223,223,236); }
div.DivClassName
{
background-color: #DFDFEC;
}
.BgClassName
{
background-color: #DFDFEC;
}
</style>
border-color css
<style>
span { border-color: #DFDFEC; }
span { border-color: rgb(223,223,236); }
td.TdClassName
{
border-color: #DFDFEC;
}
.TagClassName
{
border-color: #DFDFEC;
}
</style>