#DFD6EE

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

Shades of Fog #DFD6EE

Tints of Fog #DFD6EE

Color information

#DFD6EE (or 0xDFD6EE) is unknown color: approx Fog. HEX triplet: DF, D6 and EE. RGB value is (223,214,238). Sum of RGB (Red+Green+Blue) = 223+214+238=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6EE is #202911. Grayscale: #DBDBDB. Windows color (decimal): -2107666 or 15652575. OLE color: 15652575.

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

Color convert

RGB223214238-
CMYK0.060.1000.07
HSL262.5º41.38%88.63%-
HSV(B)262.5º10.08%93.33%-
XYZ69.9169.9590.71-
YUV219.43138.48130.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 214 (83.98% from 255) = 31.70%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=33.04%
G=31.70%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232142380.060.1000.07262.541.3888.63
HexDFD6EE6A071062959
Octal3373263566120740651131
Binary110111111101011011101110110101001111000001101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6EE; }

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

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

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

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

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

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

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

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