#DFDFE1

Color #DFDFE1 Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DFDFE1

Tints of Quartz #DFDFE1

Color information

#DFDFE1 (or 0xDFDFE1) is unknown color: approx Quartz. HEX triplet: DF, DF and E1. RGB value is (223,223,225). Sum of RGB (Red+Green+Blue) = 223+223+225=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFE1 is #20201E. Grayscale: #DFDFDF. Windows color (decimal): -2105375 or 14802911. OLE color: 14802911.

HSL color Cylindrical-coordinate representation of color #DFDFE1: hue angle of 240º degrees, saturation: 0.03, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDFE1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223223225-
CMYK0.010.0100.12
HSL240º3.23%87.84%-
HSV(B)240º0.89%88.24%-
XYZ70.4173.981.79-
YUV223.23129127.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 225 (88.28% from 255) = 33.53%
R=33.23%
G=33.23%
B=33.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232232250.010.0100.122403.2387.84
HexDFDFE1110Cf0358
Octal337337341110143603130
Binary110111111101111111100001110110011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFE1; }

 p { color: rgb(223,223,225); }

 H1.HeaderClassName
 {
   color: #DFDFE1;
 }
 .AnyTagClassName
 {
   color: #DFDFE1;
 }
</style>
background-color css

<style>
 a { background-color: #DFDFE1; }

 a { background-color: rgb(223,223,225); }

 div.DivClassName
 {
   background-color: #DFDFE1;
 }
 .BgClassName
 {
   background-color: #DFDFE1;
 }
</style>
border-color css

<style>
 span { border-color: #DFDFE1; }

 span { border-color: rgb(223,223,225); }

 td.TdClassName
 {
   border-color: #DFDFE1;
 }
 .TagClassName
 {
   border-color: #DFDFE1;
 }
</style>