#DFD3F1

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

Shades of Fog #DFD3F1

Tints of Fog #DFD3F1

Color information

#DFD3F1 (or 0xDFD3F1) is unknown color: approx Fog. HEX triplet: DF, D3 and F1. RGB value is (223,211,241). Sum of RGB (Red+Green+Blue) = 223+211+241=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3F1 is #202C0E. Grayscale: #D9D9D9. Windows color (decimal): -2108431 or 15848415. OLE color: 15848415.

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

Color convert

RGB223211241-
CMYK0.070.1200.05
HSL264º51.72%88.63%-
HSV(B)264º12.45%94.51%-
XYZ69.668.6392.8-
YUV218.01140.98131.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=33.04%
G=31.26%
B=35.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232112410.070.1200.0526451.7288.63
HexDFD3F17C051083459
Octal3373233617140541064131
Binary110111111101001111110001111110001011000010001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3F1; }

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

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

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

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

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

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

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

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