Color Hex Logo

#ddebc9 Color Hex

#DDEBC9
(221,235,201)
0 Favorites   0 Comments

Color spaces of #ddebc9

RGB 221235201
HSL0.240.460.85
HSV85°14°92°
CMYK 0.060.000.14   0.08
XYZ70.069779.005966.8149
Yxy79.00590.32460.3660
Hunter Lab88.8853-14.834817.6515
CIE-Lab91.2370-10.545114.9361

#ddebc9 color RGB value is (221,235,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11001001
Octal 335 353 311
Decimal 221 235 201
Hex DD EB C9

RGB Percentages of Color #ddebc9

%33.64
%35.77
%30.59

CMYK Percentages of Color #ddebc9

%6
%0
%14
%8

Triadic Colors of #ddebc9

#ddebc9 #c9ddeb #ebc9dd

Analogous Colors of #ddebc9

#ddebc9 #ccebc9 #ebe8c9

Monochromatic Colors of #ddebc9

#ddebc9

Complementary Color

#ddebc9 #d7c9eb

#ddebc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebc9 Color CSS Codes

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

#ddebc9 Text Font Color

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

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


#ddebc9 Background Color

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

This div background color is #ddebc9


#ddebc9 Border Color

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

This div border color is #ddebc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebc9


Comments

No comments written yet.

Please login to write comment.