Color Hex Logo

#e7cbdd Color Hex

#E7CBDD
(231,203,221)
0 Favorites   0 Comments

Color spaces of #e7cbdd

RGB 231203221
HSL0.890.370.85
HSV321°12°91°
CMYK 0.000.120.04   0.09
XYZ67.362164.921377.3873
Yxy64.92130.32130.3096
Hunter Lab80.57388.2273-0.5436
CIE-Lab84.443212.8440-5.3064

#e7cbdd color RGB value is (231,203,221).

#e7cbdd hex color red value is 231, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e7cbdd hue: 0.89 , saturation: 0.37 and the lightness value of e7cbdd is 0.85.

The process color (four color CMYK) of #e7cbdd color hex is 0.00, 0.12, 0.04, 0.09. Web safe color of #e7cbdd is #ffcccc. Color #e7cbdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001011 11011101
Octal 347 313 335
Decimal 231 203 221
Hex E7 CB DD

RGB Percentages of Color #e7cbdd

%35.27
%30.99
%33.74

CMYK Percentages of Color #e7cbdd

%0
%12
%4
%9

Triadic Colors of #e7cbdd

#e7cbdd #dde7cb #cbdde7

Analogous Colors of #e7cbdd

#e7cbdd #e7cbcf #e3cbe7

Monochromatic Colors of #e7cbdd

#e7cbdd

Complementary Color

#e7cbdd #cbe7d5

#e7cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cbdd Color CSS Codes

.mybgcolor {background-color:#e7cbdd; } 
.myforecolor {color:#e7cbdd; }
.mybordercolor {border:3px solid #e7cbdd; }

#e7cbdd Text Font Color

<p style="color:#e7cbdd">Text here</p>

This sample text font color is #e7cbdd
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.


#e7cbdd Background Color

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

This div background color is #e7cbdd


#e7cbdd Border Color

<div style="border:3px solid #e7cbdd">
Div here</div>

This div border color is #e7cbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,203,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7cbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7cbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #e7cbdd;
  box-shadow:         1px 1px 3px 2px #e7cbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,203,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e7cbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cbdd


Comments

No comments written yet.

Please login to write comment.