Html Css Color HEX #E1DBEC Fog

📋 copy color: '#E1DBEC'

red 225 ◦ green 219 ◦ blue 236

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

Shades of Fog #E1DBEC

Tints of Fog #E1DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.21%

 BLUE value IS 236 (92.58% from 255) = 34.71%

R = 33.09%
G = 32.21%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1DBEC (or 0xE1DBEC) is known color: Fog. HEX triplet: E1, DB and EC. RGB value is (225,219,236). Sum of RGB (Red+Green+Blue) = 225+219+236=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEC is #1E2413. Grayscale: #DEDEDE. Windows color (decimal): -1975316 or 15522785. OLE color: 15522785.

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

Color convert

RGB 225 219 236 -
CMYK 0.05 0.07 0 0.07
HSL 261.18º 0.31% 0.89% -
HSV(B) 261.18º 0.07% 0.93% -
XYZ 71.52 72.73 89.62 -
YUV 222.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 225 219 236 0.05 0.07 0 0.07 261.18 0.31 0.89
Hex E1 DB EC 5 7 0 7 105 1F 59
Octal 341 333 354 5 7 0 7 405 37 131
Binary 11100001 11011011 11101100 101 111 0 111 100000101 11111 1011001

Color Harmonies of #E1DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBEC

Black with #E1DBEC

Text Example


Text Example

White with #E1DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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