#E0DBEB

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

Shades of Fog #E0DBEB

Tints of Fog #E0DBEB

Color information

#E0DBEB (or 0xE0DBEB) is unknown color: approx Fog. HEX triplet: E0, DB and EB. RGB value is (224,219,235). Sum of RGB (Red+Green+Blue) = 224+219+235=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBEB is #1F2414. Grayscale: #DEDEDE. Windows color (decimal): -2040853 or 15457248. OLE color: 15457248.

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

Color convert

RGB224219235-
CMYK0.050.0700.08
HSL258.75º28.57%89.02%-
HSV(B)258.75º6.81%92.16%-
XYZ71.0772.5188.85-
YUV222.32135.16129.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 32.30%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=33.04%
G=32.30%
B=34.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242192350.050.0700.08258.7528.5789.02
HexE0DBEB57081031d59
Octal3403333535701040335131
Binary11100000110110111110101110111101000100000011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBEB; }

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

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

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

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

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

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

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

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