#DFD4F3

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

Shades of Fog #DFD4F3

Tints of Fog #DFD4F3

Color information

#DFD4F3 (or 0xDFD4F3) is unknown color: approx Fog. HEX triplet: DF, D4 and F3. RGB value is (223,212,243). Sum of RGB (Red+Green+Blue) = 223+212+243=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4F3 is #202B0C. Grayscale: #DADADA. Windows color (decimal): -2108173 or 15979743. OLE color: 15979743.

HSL color Cylindrical-coordinate representation of color #DFD4F3: hue angle of 261.29º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD4F3 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223212243-
CMYK0.080.1300.05
HSL261.29º56.36%89.22%-
HSV(B)261.29º12.76%95.29%-
XYZ70.1569.2594.46-
YUV218.82141.64130.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 212 (83.20% from 255) = 31.27%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=32.89%
G=31.27%
B=35.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232122430.080.1300.05261.2956.3689.22
HexDFD4F38D051053859
Octal33732436310150540570131
Binary1101111111010100111100111000110101011000001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4F3; }

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

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

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

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

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

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

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

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