#DFD1EE

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

Shades of Fog #DFD1EE

Tints of Fog #DFD1EE

Color information

#DFD1EE (or 0xDFD1EE) is unknown color: approx Fog. HEX triplet: DF, D1 and EE. RGB value is (223,209,238). Sum of RGB (Red+Green+Blue) = 223+209+238=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD1EE is #202E11. Grayscale: #D8D8D8. Windows color (decimal): -2108946 or 15651295. OLE color: 15651295.

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

Color convert

RGB223209238-
CMYK0.060.1200.07
HSL268.97º46.03%87.65%-
HSV(B)268.97º12.18%93.33%-
XYZ68.6667.4690.29-
YUV216.49140.14132.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 209 (82.03% from 255) = 31.19%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=33.28%
G=31.19%
B=35.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232092380.060.1200.07268.9746.0387.65
HexDFD1EE6C0710d2e58
Octal3373213566140741556130
Binary110111111101000111101110110110001111000011011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1EE; }

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

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

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

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

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

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

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

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