#e5cfda

#e5cfda color hex

#e5cfda hex color information.
RGB value of #e5cfda is (229,207,218)
Change page background color to #e5cfda | Reset

#e5cfda rgb color chart

Color spaces of #e5cfda

RGB 229207218
HSL0.920.300.85
HSV330°10°90°
CMYK 0.000.100.05   0.10
XYZ67.280866.345675.5896
Yxy66.34560.32160.3171
Hunter Lab81.45284.90031.9948
CIE-Lab85.17249.5214-2.6562

Shades of #e5cfda

Tints of #e5cfda

RGB Percentages of Color #e5cfda

%35.02
%31.65
%33.33

CMYK Percentages of Color #e5cfda

%0
%10
%5
%10

#e5cfda Color Info

#e5cfda hex color red value is 229, green value is 207 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e5cfda hue: 0.92 , saturation: 0.30 and the lightness value of e5cfda is 0.85.

The process color (four color CMYK) of #e5cfda hex color is 0.00, 0.10, 0.05, 0.10. Web safe color of #e5cfda is #cccccc

Color #e5cfda contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001111 11011010
Octal 345 317 332
Decimal 229 207 218
Hexadecimal E5 CF DA

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #e5cfda

Triadic Colors of #e5cfda

#e5cfda #dae5cf #cfdae5

Analogous Colors of #e5cfda

#e5cfda #e5cfcf #e5cfe5

Complementary Color of #e5cfda

#e5cfda #cfe5da

#e5cfda HSL Color Chart
#e5cfda hsl color chart
#e5cfda RGB Color Chart

#e5cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cfda Color CSS Codes

.mybgcolor {background-color:#e5cfda; } 
.myforecolor {color:#e5cfda; }
.mybordercolor {border:3px solid #e5cfda; }
Sample text font color #e5cfda

This sample text font color is #e5cfda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#e5cfda">Text here</p>
#e5cfda background color

This div background color is #e5cfda

<div style="background-color:#e5cfda">
Div content here</div>
#e5cfda border color

This div border color is #e5cfda

<div style="border:3px solid #e5cfda">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #e5cfda Color Sample
#e5cfdaborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(229,207,218, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #e5cfda; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #e5cfda;
  -webkit-box-shadow: 1px 1px 3px 2px #e5cfda;
  box-shadow:         1px 1px 3px 2px #e5cfda; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,207,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5cfda">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #e5cfda

<div style="-moz-box-shadow: 1px 1px 3px 2px #e5cfda;
  -webkit-box-shadow: 1px 1px 3px 2px #e5cfda;
  box-shadow:         1px 1px 3px 2px #e5cfda;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top