#DFDFE3

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

Shades of Quartz #DFDFE3

Tints of Quartz #DFDFE3

Color information

#DFDFE3 (or 0xDFDFE3) is unknown color: approx Quartz. HEX triplet: DF, DF and E3. RGB value is (223,223,227). Sum of RGB (Red+Green+Blue) = 223+223+227=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFDFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFE3 is #20201C. Grayscale: #DFDFDF. Windows color (decimal): -2105373 or 14933983. OLE color: 14933983.

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

Color convert

RGB223223227-
CMYK0.020.0200.11
HSL240º6.67%88.24%-
HSV(B)240º1.76%89.02%-
XYZ70.6874.0183.23-
YUV223.46130127.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 227 (89.06% from 255) = 33.73%
R=33.14%
G=33.14%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232232270.020.0200.112406.6788.24
HexDFDFE3220Bf0758
Octal337337343220133607130
Binary110111111101111111100011101001011111100001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFE3; }

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

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

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

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

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

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

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

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