#DFDDE4

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

Shades of Fog #DFDDE4

Tints of Fog #DFDDE4

Color information

#DFDDE4 (or 0xDFDDE4) is unknown color: approx Fog. HEX triplet: DF, DD and E4. RGB value is (223,221,228). Sum of RGB (Red+Green+Blue) = 223+221+228=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE4 is #20221B. Grayscale: #DEDEDE. Windows color (decimal): -2105884 or 14999007. OLE color: 14999007.

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

Color convert

RGB223221228-
CMYK0.020.0300.11
HSL257.14º11.48%88.04%-
HSV(B)257.14º3.07%89.41%-
XYZ70.297383.78-
YUV222.4131.16128.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=33.18%
G=32.89%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232212280.020.0300.11257.1411.4888.04
HexDFDDE4230B101b58
Octal3373353442301340113130
Binary11011111110111011110010010110101110000000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDE4; }

 p { color: rgb(223,221,228); }

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

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

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

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

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

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

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