Color Hex Logo

#e6dbdc Color Hex

#E6DBDC
(230,219,220)
1 Favorites   0 Comments

Color spaces of #e6dbdc

RGB 230219220
HSL0.980.180.88
HSV355°90°
CMYK 0.000.050.04   0.10
XYZ70.882972.653377.9977
Yxy72.65330.32000.3280
Hunter Lab85.2369-0.72425.4114
CIE-Lab88.28213.93200.8444

#e6dbdc color RGB value is (230,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 11011100
Octal 346 333 334
Decimal 230 219 220
Hex E6 DB DC

RGB Percentages of Color #e6dbdc

%34.38
%32.74
%32.88

CMYK Percentages of Color #e6dbdc

%0
%5
%4
%10

Triadic Colors of #e6dbdc

#e6dbdc #dce6db #dbdce6

Analogous Colors of #e6dbdc

#e6dbdc #e6e0db #e6dbe2

Monochromatic Colors of #e6dbdc

#e6dbdc

Complementary Color

#e6dbdc #dbe6e5

#e6dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbdc Color CSS Codes

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

#e6dbdc Text Font Color

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

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


#e6dbdc Background Color

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

This div background color is #e6dbdc


#e6dbdc Border Color

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

This div border color is #e6dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dbdc


Comments

No comments written yet.

Please login to write comment.