Color Hex Logo

#ddeecb Color Hex

#DDEECB
(221,238,203)
0 Favorites   0 Comments

Color spaces of #ddeecb

RGB 221238203
HSL0.250.510.86
HSV89°15°93°
CMYK 0.070.000.15   0.07
XYZ71.172880.833068.3510
Yxy80.83300.32300.3668
Hunter Lab89.9072-16.032417.8604
CIE-Lab92.0573-11.723215.0580

#ddeecb color RGB value is (221,238,203).

#ddeecb hex color red value is 221, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddeecb hue: 0.25 , saturation: 0.51 and the lightness value of ddeecb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11001011
Octal 335 356 313
Decimal 221 238 203
Hex DD EE CB

RGB Percentages of Color #ddeecb

%33.38
%35.95
%30.66

CMYK Percentages of Color #ddeecb

%7
%0
%15
%7

Triadic Colors of #ddeecb

#ddeecb #cbddee #eecbdd

Analogous Colors of #ddeecb

#ddeecb #cceecb #eeeecb

Monochromatic Colors of #ddeecb

#ddeecb

Complementary Color

#ddeecb #dccbee

#ddeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeecb Color CSS Codes

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

#ddeecb Text Font Color

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

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


#ddeecb Background Color

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

This div background color is #ddeecb


#ddeecb Border Color

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

This div border color is #ddeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeecb


Comments

No comments written yet.

Please login to write comment.