Html Css Color HEX #E1DDEA Fog

📋 copy color: '#E1DDEA'

red 225 ◦ green 221 ◦ blue 234

#E1DDEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #E1DDEA

Tints of Fog #E1DDEA

RGB

 RED value IS 225 (88.28% from 255) = 33.09%

 GREEN value IS 221 (86.72% from 255) = 32.5%

 BLUE value IS 234 (91.8% from 255) = 34.41%

R = 33.09%
G = 32.5%
B = 34.41%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1DDEA (or 0xE1DDEA) is known color: Fog. HEX triplet: E1, DD and EA. RGB value is (225,221,234). Sum of RGB (Red+Green+Blue) = 225+221+234=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDEA is #1E2215. Grayscale: #DFDFDF. Windows color (decimal): -1974806 or 15392225. OLE color: 15392225.

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

Color convert

RGB 225 221 234 -
CMYK 0.04 0.06 0 0.08
HSL 258.46º 0.24% 0.89% -
HSV(B) 258.46º 0.06% 0.92% -
XYZ 71.76 73.66 88.28 -
YUV 223.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 225 221 234 0.04 0.06 0 0.08 258.46 0.24 0.89
Hex E1 DD EA 4 6 0 8 102 18 59
Octal 341 335 352 4 6 0 10 402 30 131
Binary 11100001 11011101 11101010 100 110 0 1000 100000010 11000 1011001

Color Harmonies of #E1DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DDEA

Black with #E1DDEA

Text Example


Text Example

White with #E1DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DDEA; }

 p { color: rgb(225,221,234); }

 H1.HeaderClassName
 {
   color: #E1DDEA;
 }
 .AnyTagClassName
 {
   color: #E1DDEA;
 }
</style>

background-color css

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

 a { background-color: rgb(225,221,234); }

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

border-color css

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

 span { border-color: rgb(225,221,234); }

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