#E0DBEC

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

Shades of Fog #E0DBEC

Tints of Fog #E0DBEC

Color information

#E0DBEC (or 0xE0DBEC) is unknown color: approx Fog. HEX triplet: E0, DB and EC. RGB value is (224,219,236). Sum of RGB (Red+Green+Blue) = 224+219+236=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBEC is #1F2413. Grayscale: #DEDEDE. Windows color (decimal): -2040852 or 15522784. OLE color: 15522784.

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

Color convert

RGB224219236-
CMYK0.050.0700.07
HSL257.65º30.91%89.22%-
HSV(B)257.65º7.2%92.55%-
XYZ71.2172.5789.61-
YUV222.43135.66129.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.99%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=32.99%
G=32.25%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242192360.050.0700.07257.6530.9189.22
HexE0DBEC57071021f59
Octal340333354570740237131
Binary1110000011011011111011001011110111100000010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBEC; }

 p { color: rgb(224,219,236); }

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

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

 a { background-color: rgb(224,219,236); }

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

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

 span { border-color: rgb(224,219,236); }

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