#DFD6F1

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

Shades of Fog #DFD6F1

Tints of Fog #DFD6F1

Color information

#DFD6F1 (or 0xDFD6F1) is unknown color: approx Fog. HEX triplet: DF, D6 and F1. RGB value is (223,214,241). Sum of RGB (Red+Green+Blue) = 223+214+241=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFD6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6F1 is #20290E. Grayscale: #DBDBDB. Windows color (decimal): -2107663 or 15849183. OLE color: 15849183.

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

Color convert

RGB223214241-
CMYK0.070.1100.05
HSL260º49.09%89.22%-
HSV(B)260º11.2%94.51%-
XYZ70.3670.1393.05-
YUV219.77139.98130.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 214 (83.98% from 255) = 31.56%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=32.89%
G=31.56%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232142410.070.1100.0526049.0989.22
HexDFD6F17B051043159
Octal3373263617130540461131
Binary110111111101011011110001111101101011000001001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6F1; }

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

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

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

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

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

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

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

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