#DFD8E9

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

Shades of Fog #DFD8E9

Tints of Fog #DFD8E9

Color information

#DFD8E9 (or 0xDFD8E9) is unknown color: approx Fog. HEX triplet: DF, D8 and E9. RGB value is (223,216,233). Sum of RGB (Red+Green+Blue) = 223+216+233=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8E9 is #202716. Grayscale: #DBDBDB. Windows color (decimal): -2107159 or 15325407. OLE color: 15325407.

HSL color Cylindrical-coordinate representation of color #DFD8E9: hue angle of 264.71º degrees, saturation: 0.28, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD8E9 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223216233-
CMYK0.040.0700.09
HSL264.71º27.87%88.04%-
HSV(B)264.71º7.3%91.37%-
XYZ69.770.6887.06-
YUV220.03135.32130.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 216 (84.77% from 255) = 32.14%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=33.18%
G=32.14%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232162330.040.0700.09264.7127.8788.04
HexDFD8E947091091c58
Octal3373303514701141134130
Binary11011111110110001110100110011101001100001001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8E9; }

 p { color: rgb(223,216,233); }

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

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

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

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

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

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

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