Color Hex Logo

#ddebc7 Color Hex

#DDEBC7
(221,235,199)
0 Favorites   0 Comments

Color spaces of #ddebc7

RGB 221235199
HSL0.230.470.85
HSV83°15°92°
CMYK 0.060.000.15   0.08
XYZ69.835978.912365.5837
Yxy78.91230.32580.3682
Hunter Lab88.8326-15.129018.4099
CIE-Lab91.1946-10.865415.9135

#ddebc7 color RGB value is (221,235,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11000111
Octal 335 353 307
Decimal 221 235 199
Hex DD EB C7

RGB Percentages of Color #ddebc7

%33.74
%35.88
%30.38

CMYK Percentages of Color #ddebc7

%6
%0
%15
%8

Triadic Colors of #ddebc7

#ddebc7 #c7ddeb #ebc7dd

Analogous Colors of #ddebc7

#ddebc7 #cbebc7 #ebe7c7

Monochromatic Colors of #ddebc7

#ddebc7

Complementary Color

#ddebc7 #d5c7eb

#ddebc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebc7 Color CSS Codes

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

#ddebc7 Text Font Color

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

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


#ddebc7 Background Color

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

This div background color is #ddebc7


#ddebc7 Border Color

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

This div border color is #ddebc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebc7


Comments

No comments written yet.

Please login to write comment.