#DFD4EE

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

Shades of Fog #DFD4EE

Tints of Fog #DFD4EE

Color information

#DFD4EE (or 0xDFD4EE) is unknown color: approx Fog. HEX triplet: DF, D4 and EE. RGB value is (223,212,238). Sum of RGB (Red+Green+Blue) = 223+212+238=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4EE is #202B11. Grayscale: #DADADA. Windows color (decimal): -2108178 or 15652063. OLE color: 15652063.

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

Color convert

RGB223212238-
CMYK0.060.1100.07
HSL265.38º43.33%88.24%-
HSV(B)265.38º10.92%93.33%-
XYZ69.4168.9590.54-
YUV218.25139.14131.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 212 (83.20% from 255) = 31.50%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=33.14%
G=31.50%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232122380.060.1100.07265.3843.3388.24
HexDFD4EE6B071092b58
Octal3373243566130741153130
Binary110111111101010011101110110101101111000010011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4EE; }

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

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

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

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

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

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

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

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