#DFD9EB

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

Shades of Fog #DFD9EB

Tints of Fog #DFD9EB

Color information

#DFD9EB (or 0xDFD9EB) is unknown color: approx Fog. HEX triplet: DF, D9 and EB. RGB value is (223,217,235). Sum of RGB (Red+Green+Blue) = 223+217+235=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9EB is #202614. Grayscale: #DCDCDC. Windows color (decimal): -2106901 or 15456735. OLE color: 15456735.

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

Color convert

RGB223217235-
CMYK0.050.0800.08
HSL260º31.03%88.63%-
HSV(B)260º7.66%92.16%-
XYZ70.2471.3188.66-
YUV220.85135.99129.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=33.04%
G=32.15%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232172350.050.0800.0826031.0388.63
HexDFD9EB58081041f59
Octal33733135351001040437131
Binary110111111101100111101011101100001000100000100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9EB; }

 p { color: rgb(223,217,235); }

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

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

 a { background-color: rgb(223,217,235); }

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

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

 span { border-color: rgb(223,217,235); }

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