Color Hex Logo

#e6dddb Color Hex

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

Color spaces of #e6dddb

RGB 230221219
HSL0.030.180.88
HSV11°90°
CMYK 0.000.040.05   0.10
XYZ71.275873.650477.4771
Yxy73.65040.32050.3312
Hunter Lab85.8198-1.93536.5476
CIE-Lab88.75702.72132.0623

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

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

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

Base Numbers

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

RGB Percentages of Color #e6dddb

%34.33
%32.99
%32.69

CMYK Percentages of Color #e6dddb

%0
%4
%5
%10

Triadic Colors of #e6dddb

#e6dddb #dbe6dd #dddbe6

Analogous Colors of #e6dddb

#e6dddb #e6e3db #e6dbdf

Monochromatic Colors of #e6dddb

#e6dddb

Complementary Color

#e6dddb #dbe4e6

#e6dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dddb Color CSS Codes

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

#e6dddb Text Font Color

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

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


#e6dddb Background Color

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

This div background color is #e6dddb


#e6dddb Border Color

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

This div border color is #e6dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dddb


Comments

No comments written yet.

Please login to write comment.