#DFD3F0

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

Shades of Fog #DFD3F0

Tints of Fog #DFD3F0

Color information

#DFD3F0 (or 0xDFD3F0) is unknown color: approx Fog. HEX triplet: DF, D3 and F0. RGB value is (223,211,240). Sum of RGB (Red+Green+Blue) = 223+211+240=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 211 (82.81% from 255 or 31.31% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFD3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3F0 is #202C0F. Grayscale: #D9D9D9. Windows color (decimal): -2108432 or 15782879. OLE color: 15782879.

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

Color convert

RGB223211240-
CMYK0.070.1200.06
HSL264.83º49.15%88.43%-
HSV(B)264.83º12.08%94.12%-
XYZ69.4568.5792.01-
YUV217.89140.48131.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 211 (82.81% from 255) = 31.31%
BLUE value IS 240 (94.14% from 255) = 35.61%
R=33.09%
G=31.31%
B=35.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232112400.070.1200.06264.8349.1588.43
HexDFD3F07C061093158
Octal3373233607140641161130
Binary110111111101001111110000111110001101000010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3F0; }

 p { color: rgb(223,211,240); }

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

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

 a { background-color: rgb(223,211,240); }

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

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

 span { border-color: rgb(223,211,240); }

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