Color Hex Logo

#e6dbdb Color Hex

#E6DBDB
(230,219,219)
0 Favorites   0 Comments

Color spaces of #e6dbdb

RGB 230219219
HSL0.000.180.88
HSV90°
CMYK 0.000.050.05   0.10
XYZ70.750872.600577.3022
Yxy72.60050.32060.3290
Hunter Lab85.2059-0.89285.8539
CIE-Lab88.25683.75911.3344

#e6dbdb color RGB value is (230,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 11011011
Octal 346 333 333
Decimal 230 219 219
Hex E6 DB DB

RGB Percentages of Color #e6dbdb

%34.43
%32.78
%32.78

CMYK Percentages of Color #e6dbdb

%0
%5
%5
%10

Triadic Colors of #e6dbdb

#e6dbdb #dbe6db #dbdbe6

Analogous Colors of #e6dbdb

#e6dbdb #e6e1db #e6dbe1

Monochromatic Colors of #e6dbdb

#e6dbdb

Complementary Color

#e6dbdb #dbe6e6

#e6dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbdb Color CSS Codes

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

#e6dbdb Text Font Color

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

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


#e6dbdb Background Color

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

This div background color is #e6dbdb


#e6dbdb Border Color

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

This div border color is #e6dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dbdb

#e6dbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.