Color Hex Logo

#e6ddcb Color Hex

#E6DDCB
(230,221,203)
0 Favorites   0 Comments

Color spaces of #e6ddcb

RGB 230221203
HSL0.110.350.85
HSV40°12°90°
CMYK 0.000.040.12   0.10
XYZ69.269172.847766.9101
Yxy72.84770.33140.3485
Hunter Lab85.3509-4.496913.2657
CIE-Lab88.37500.06409.9211

#e6ddcb color RGB value is (230,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011101 11001011
Octal 346 335 313
Decimal 230 221 203
Hex E6 DD CB

RGB Percentages of Color #e6ddcb

%35.17
%33.79
%31.04

CMYK Percentages of Color #e6ddcb

%0
%4
%12
%10

Triadic Colors of #e6ddcb

#e6ddcb #cbe6dd #ddcbe6

Analogous Colors of #e6ddcb

#e6ddcb #e2e6cb #e6d0cb

Monochromatic Colors of #e6ddcb

#e6ddcb

Complementary Color

#e6ddcb #cbd4e6

#e6ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ddcb Color CSS Codes

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

#e6ddcb Text Font Color

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

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


#e6ddcb Background Color

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

This div background color is #e6ddcb


#e6ddcb Border Color

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

This div border color is #e6ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ddcb


Comments

No comments written yet.

Please login to write comment.