#DFD6F4

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

Shades of Fog #DFD6F4

Tints of Fog #DFD6F4

Color information

#DFD6F4 (or 0xDFD6F4) is unknown color: approx Fog. HEX triplet: DF, D6 and F4. RGB value is (223,214,244). Sum of RGB (Red+Green+Blue) = 223+214+244=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFD6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6F4 is #20290B. Grayscale: #DBDBDB. Windows color (decimal): -2107660 or 16045791. OLE color: 16045791.

HSL color Cylindrical-coordinate representation of color #DFD6F4: hue angle of 258º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD6F4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223214244-
CMYK0.090.1200.04
HSL258º57.69%89.8%-
HSV(B)258º12.3%95.69%-
XYZ70.8170.3195.43-
YUV220.11141.48130.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=32.75%
G=31.42%
B=35.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232142440.090.1200.0425857.6989.8
HexDFD6F49C041023a5a
Octal33732636411140440272132
Binary1101111111010110111101001001110001001000000101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6F4; }

 p { color: rgb(223,214,244); }

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

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

 a { background-color: rgb(223,214,244); }

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

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

 span { border-color: rgb(223,214,244); }

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