Color Hex Logo

#d1ebdd Color Hex

#D1EBDD
(209,235,221)
0 Favorites   0 Comments

Color spaces of #d1ebdd

RGB 209235221
HSL0.410.390.87
HSV148°11°92°
CMYK 0.110.000.06   0.08
XYZ69.054078.192479.8597
Yxy78.19240.30410.3443
Hunter Lab88.4265-15.35218.3525
CIE-Lab90.8676-11.14623.8894

#d1ebdd color RGB value is (209,235,221).

#d1ebdd hex color red value is 209, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d1ebdd hue: 0.41 , saturation: 0.39 and the lightness value of d1ebdd is 0.87.

The process color (four color CMYK) of #d1ebdd color hex is 0.11, 0.00, 0.06, 0.08. Web safe color of #d1ebdd is #ccffcc. Color #d1ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101011 11011101
Octal 321 353 335
Decimal 209 235 221
Hex D1 EB DD

RGB Percentages of Color #d1ebdd

%31.43
%35.34
%33.23

CMYK Percentages of Color #d1ebdd

%11
%0
%6
%8

Triadic Colors of #d1ebdd

#d1ebdd #ddd1eb #ebddd1

Analogous Colors of #d1ebdd

#d1ebdd #d1ebea #d2ebd1

Monochromatic Colors of #d1ebdd

#d1ebdd

Complementary Color

#d1ebdd #ebd1df

#d1ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ebdd Color CSS Codes

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

#d1ebdd Text Font Color

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

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


#d1ebdd Background Color

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

This div background color is #d1ebdd


#d1ebdd Border Color

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

This div border color is #d1ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ebdd


Comments

No comments written yet.

Please login to write comment.