#DFD9EE

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

Shades of Fog #DFD9EE

Tints of Fog #DFD9EE

Color information

#DFD9EE (or 0xDFD9EE) is unknown color: approx Fog. HEX triplet: DF, D9 and EE. RGB value is (223,217,238). Sum of RGB (Red+Green+Blue) = 223+217+238=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9EE is #202611. Grayscale: #DDDDDD. Windows color (decimal): -2106898 or 15653343. OLE color: 15653343.

HSL color Cylindrical-coordinate representation of color #DFD9EE: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD9EE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223217238-
CMYK0.060.0900.07
HSL257.14º38.18%89.22%-
HSV(B)257.14º8.82%93.33%-
XYZ70.6871.4990.96-
YUV221.19137.49129.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=32.89%
G=32.01%
B=35.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232172380.060.0900.07257.1438.1889.22
HexDFD9EE69071012659
Octal3373313566110740146131
Binary110111111101100111101110110100101111000000011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9EE; }

 p { color: rgb(223,217,238); }

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

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

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

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

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

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

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