Color Hex Logo

#e6dbdd Color Hex

#E6DBDD
(230,219,221)
0 Favorites   0 Comments

Color spaces of #e6dbdd

RGB 230219221
HSL0.970.180.88
HSV349°90°
CMYK 0.000.050.04   0.10
XYZ71.015872.706578.6974
Yxy72.70650.31930.3269
Hunter Lab85.2681-0.55494.9665
CIE-Lab88.30754.10560.3548

#e6dbdd color RGB value is (230,219,221).

#e6dbdd hex color red value is 230, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e6dbdd hue: 0.97 , saturation: 0.18 and the lightness value of e6dbdd is 0.88.

The process color (four color CMYK) of #e6dbdd color hex is 0.00, 0.05, 0.04, 0.10. Web safe color of #e6dbdd is #ffcccc. Color #e6dbdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 11011101
Octal 346 333 335
Decimal 230 219 221
Hex E6 DB DD

RGB Percentages of Color #e6dbdd

%34.33
%32.69
%32.99

CMYK Percentages of Color #e6dbdd

%0
%5
%4
%10

Triadic Colors of #e6dbdd

#e6dbdd #dde6db #dbdde6

Analogous Colors of #e6dbdd

#e6dbdd #e6dfdb #e6dbe3

Monochromatic Colors of #e6dbdd

#e6dbdd

Complementary Color

#e6dbdd #dbe6e4

#e6dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbdd Color CSS Codes

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

#e6dbdd Text Font Color

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

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


#e6dbdd Background Color

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

This div background color is #e6dbdd


#e6dbdd Border Color

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

This div border color is #e6dbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,219,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 #e6dbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dbdd


Comments

No comments written yet.

Please login to write comment.