#E0D6EF

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

Shades of Fog #E0D6EF

Tints of Fog #E0D6EF

Color information

#E0D6EF (or 0xE0D6EF) is unknown color: approx Fog. HEX triplet: E0, D6 and EF. RGB value is (224,214,239). Sum of RGB (Red+Green+Blue) = 224+214+239=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D6EF is #1F2910. Grayscale: #DBDBDB. Windows color (decimal): -2042129 or 15718112. OLE color: 15718112.

HSL color Cylindrical-coordinate representation of color #E0D6EF: hue angle of 264º 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 #E0D6EF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224214239-
CMYK0.060.1000.06
HSL264º43.86%88.82%-
HSV(B)264º10.46%93.73%-
XYZ70.3770.1791.5-
YUV219.84138.81130.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.09%
GREEN value IS 214 (83.98% from 255) = 31.61%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=33.09%
G=31.61%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242142390.060.1000.0626443.8688.82
HexE0D6EF6A061082c59
Octal3403263576120641054131
Binary111000001101011011101111110101001101000010001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6EF; }

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

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

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

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

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

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

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

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