#DFDFE0

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

Shades of Quartz #DFDFE0

Tints of Quartz #DFDFE0

Color information

#DFDFE0 (or 0xDFDFE0) is unknown color: approx Quartz. HEX triplet: DF, DF and E0. RGB value is (223,223,224). Sum of RGB (Red+Green+Blue) = 223+223+224=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFE0 is #20201F. Grayscale: #DFDFDF. Windows color (decimal): -2105376 or 14737375. OLE color: 14737375.

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

Color convert

RGB223223224-
CMYK0.000.0000.12
HSL240º1.59%87.65%-
HSV(B)240º0.45%87.84%-
XYZ70.2773.8581.07-
YUV223.11128.5127.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 224 (87.89% from 255) = 33.43%
R=33.28%
G=33.28%
B=33.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232232240.000.0000.122401.5987.65
HexDFDFE0000Cf0258
Octal337337340000143602130
Binary110111111101111111100000000110011110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFE0; }

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

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

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

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

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

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

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

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