#DFD4F6

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

Shades of Fog #DFD4F6

Tints of Fog #DFD4F6

Color information

#DFD4F6 (or 0xDFD4F6) is unknown color: approx Fog. HEX triplet: DF, D4 and F6. RGB value is (223,212,246). Sum of RGB (Red+Green+Blue) = 223+212+246=681 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.75% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFD4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4F6 is #202B09. Grayscale: #DBDBDB. Windows color (decimal): -2108170 or 16176351. OLE color: 16176351.

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

Color convert

RGB223212246-
CMYK0.090.1400.04
HSL259.41º65.38%89.8%-
HSV(B)259.41º13.82%96.47%-
XYZ70.6169.4396.87-
YUV219.16143.14130.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.75%
GREEN value IS 212 (83.20% from 255) = 31.13%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=32.75%
G=31.13%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232122460.090.1400.04259.4165.3889.8
HexDFD4F69E04103415a
Octal337324366111604403101132
Binary11011111110101001111011010011110010010000001110000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4F6; }

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

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

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

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

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

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

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

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