Shades of Quartz #DFDFE6
Tints of Quartz #DFDFE6
RGB
CMYK
RGB Variations
Color information
#DFDFE6 (or 0xDFDFE6) is known color: Quartz. HEX triplet: DF, DF and E6. RGB value is (223,223,230). Sum of RGB (Red+Green+Blue) = 223+223+230=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFE6 is #202019. Grayscale: #DFDFDF. Windows color (decimal): -2105370 or 15130591. OLE color: 15130591.
HSL color Cylindrical-coordinate representation of color #DFDFE6: hue angle of 240º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDFE6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 223 | 230 | - |
CMYK | 0.03 | 0.03 | 0 | 0.10 |
HSL | 240º | 0.12% | 0.89% | - |
HSV(B) | 240º | 0.03% | 0.9% | - |
XYZ | 71.1 | 74.18 | 85.43 | - |
YUV | 223.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 230 | 0.03 | 0.03 | 0 | 0.10 | 240 | 0.12 | 0.89 |
Hex | DF | DF | E6 | 3 | 3 | 0 | A | F0 | C | 59 |
Octal | 337 | 337 | 346 | 3 | 3 | 0 | 12 | 360 | 14 | 131 |
Binary | 11011111 | 11011111 | 11100110 | 11 | 11 | 0 | 1010 | 11110000 | 1100 | 1011001 |
Color Harmonies of #DFDFE6
Complementary color
Monochromatic Colors of #DFDFE6
Black with #DFDFE6
Text Example
Text Example
White with #DFDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFE6; }
p { color: rgb(223,223,230); }
H1.HeaderClassName
{
color: #DFDFE6;
}
.AnyTagClassName
{
color: #DFDFE6;
}
</style>
background-color css
<style>
a { background-color: #DFDFE6; }
a { background-color: rgb(223,223,230); }
div.DivClassName
{
background-color: #DFDFE6;
}
.BgClassName
{
background-color: #DFDFE6;
}
</style>
border-color css
<style>
span { border-color: #DFDFE6; }
span { border-color: rgb(223,223,230); }
td.TdClassName
{
border-color: #DFDFE6;
}
.TagClassName
{
border-color: #DFDFE6;
}
</style>