#DFDDE3

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

Shades of Fog #DFDDE3

Tints of Fog #DFDDE3

Color information

#DFDDE3 (or 0xDFDDE3) is unknown color: approx Fog. HEX triplet: DF, DD and E3. RGB value is (223,221,227). Sum of RGB (Red+Green+Blue) = 223+221+227=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE3 is #20221C. Grayscale: #DEDEDE. Windows color (decimal): -2105885 or 14933471. OLE color: 14933471.

HSL color Cylindrical-coordinate representation of color #DFDDE3: hue angle of 260º degrees, saturation: 0.1, 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 #DFDDE3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223221227-
CMYK0.020.0300.11
HSL260º9.68%87.84%-
HSV(B)260º2.64%89.02%-
XYZ70.1572.9583.06-
YUV222.28130.66128.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=33.23%
G=32.94%
B=33.83%

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
Decimal2232212270.020.0300.112609.6887.84
HexDFDDE3230B104a58
Octal3373353432301340412130
Binary11011111110111011110001110110101110000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDE3; }

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

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

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

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

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

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

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

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