Color Hex Logo

#ddebc5 Color Hex

#DDEBC5
(221,235,197)
0 Favorites   0 Comments

Color spaces of #ddebc5

RGB 221235197
HSL0.230.490.85
HSV82°16°92°
CMYK 0.060.000.16   0.08
XYZ69.605278.820064.3685
Yxy78.82000.32710.3704
Hunter Lab88.7806-15.419719.1595
CIE-Lab91.1528-11.182516.8911

#ddebc5 color RGB value is (221,235,197).

#ddebc5 hex color red value is 221, green value is 235 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ddebc5 hue: 0.23 , saturation: 0.49 and the lightness value of ddebc5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11000101
Octal 335 353 305
Decimal 221 235 197
Hex DD EB C5

RGB Percentages of Color #ddebc5

%33.84
%35.99
%30.17

CMYK Percentages of Color #ddebc5

%6
%0
%16
%8

Triadic Colors of #ddebc5

#ddebc5 #c5ddeb #ebc5dd

Analogous Colors of #ddebc5

#ddebc5 #caebc5 #ebe6c5

Monochromatic Colors of #ddebc5

#ddebc5

Complementary Color

#ddebc5 #d3c5eb

#ddebc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebc5 Color CSS Codes

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

#ddebc5 Text Font Color

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

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


#ddebc5 Background Color

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

This div background color is #ddebc5


#ddebc5 Border Color

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

This div border color is #ddebc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebc5


Comments

No comments written yet.

Please login to write comment.