#DFD6EF

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

Shades of Fog #DFD6EF

Tints of Fog #DFD6EF

Color information

#DFD6EF (or 0xDFD6EF) is unknown color: approx Fog. HEX triplet: DF, D6 and EF. RGB value is (223,214,239). Sum of RGB (Red+Green+Blue) = 223+214+239=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6EF is #202910. Grayscale: #DBDBDB. Windows color (decimal): -2107665 or 15718111. OLE color: 15718111.

HSL color Cylindrical-coordinate representation of color #DFD6EF: hue angle of 261.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD6EF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223214239-
CMYK0.070.1000.06
HSL261.6º43.86%88.82%-
HSV(B)261.6º10.46%93.73%-
XYZ70.0670.0191.48-
YUV219.54138.98130.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.99%
GREEN value IS 214 (83.98% from 255) = 31.66%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=32.99%
G=31.66%
B=35.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232142390.070.1000.06261.643.8688.82
HexDFD6EF7A061062c59
Octal3373263577120640654131
Binary110111111101011011101111111101001101000001101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6EF; }

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

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

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

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

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

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

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

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