Html Css Color HEX #E1DAEE Fog

📋 copy color: '#E1DAEE'

red 225 ◦ green 218 ◦ blue 238

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

Shades of Fog #E1DAEE

Tints of Fog #E1DAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.01%

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 33.04%
G = 32.01%
B = 34.95%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1DAEE (or 0xE1DAEE) is known color: Fog. HEX triplet: E1, DA and EE. RGB value is (225,218,238). Sum of RGB (Red+Green+Blue) = 225+218+238=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAEE is #1E2511. Grayscale: #DEDEDE. Windows color (decimal): -1975570 or 15653601. OLE color: 15653601.

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

Color convert

RGB 225 218 238 -
CMYK 0.05 0.08 0 0.07
HSL 261º 0.37% 0.89% -
HSV(B) 261º 0.08% 0.93% -
XYZ 71.56 72.32 91.08 -
YUV 222.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 225 218 238 0.05 0.08 0 0.07 261 0.37 0.89
Hex E1 DA EE 5 8 0 7 105 25 59
Octal 341 332 356 5 10 0 7 405 45 131
Binary 11100001 11011010 11101110 101 1000 0 111 100000101 100101 1011001

Color Harmonies of #E1DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DAEE

Black with #E1DAEE

Text Example


Text Example

White with #E1DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DAEE; }

 p { color: rgb(225,218,238); }

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

background-color css

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

 a { background-color: rgb(225,218,238); }

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

border-color css

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

 span { border-color: rgb(225,218,238); }

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