Color Hex Logo

#ddebbe Color Hex

#DDEBBE
(221,235,190)
0 Favorites   0 Comments

Color spaces of #ddebbe

RGB 221235190
HSL0.220.530.83
HSV79°19°92°
CMYK 0.060.000.19   0.08
XYZ68.821478.506560.2412
Yxy78.50650.33160.3782
Hunter Lab88.6039-16.410321.7118
CIE-Lab91.0105-12.267420.3130

#ddebbe color RGB value is (221,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 10111110
Octal 335 353 276
Decimal 221 235 190
Hex DD EB BE

RGB Percentages of Color #ddebbe

%34.21
%36.38
%29.41

CMYK Percentages of Color #ddebbe

%6
%0
%19
%8

Triadic Colors of #ddebbe

#ddebbe #beddeb #ebbedd

Analogous Colors of #ddebbe

#ddebbe #c7ebbe #ebe3be

Monochromatic Colors of #ddebbe

#ddebbe

Complementary Color

#ddebbe #ccbeeb

#ddebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebbe Color CSS Codes

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

#ddebbe Text Font Color

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

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


#ddebbe Background Color

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

This div background color is #ddebbe


#ddebbe Border Color

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

This div border color is #ddebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebbe


Comments

No comments written yet.

Please login to write comment.