Color Hex Logo

#ddebbd Color Hex

#DDEBBD
(221,235,189)
0 Favorites   0 Comments

Color spaces of #ddebbd

RGB 221235189
HSL0.220.530.83
HSV78°20°92°
CMYK 0.060.000.20   0.08
XYZ68.712478.462959.6674
Yxy78.46290.33220.3793
Hunter Lab88.5793-16.548422.0675
CIE-Lab90.9907-12.419220.8018

#ddebbd color RGB value is (221,235,189).

#ddebbd hex color red value is 221, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddebbd hue: 0.22 , saturation: 0.53 and the lightness value of ddebbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10111101
Octal 335 353 275
Decimal 221 235 189
Hex DD EB BD

RGB Percentages of Color #ddebbd

%34.26
%36.43
%29.30

CMYK Percentages of Color #ddebbd

%6
%0
%20
%8

Triadic Colors of #ddebbd

#ddebbd #bdddeb #ebbddd

Analogous Colors of #ddebbd

#ddebbd #c6ebbd #ebe2bd

Monochromatic Colors of #ddebbd

#ddebbd

Complementary Color

#ddebbd #cbbdeb

#ddebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebbd Color CSS Codes

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

#ddebbd Text Font Color

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

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


#ddebbd Background Color

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

This div background color is #ddebbd


#ddebbd Border Color

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

This div border color is #ddebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebbd


Comments

No comments written yet.

Please login to write comment.