Color Hex Logo

#ddeec1 Color Hex

#DDEEC1
(221,238,193)
0 Favorites   0 Comments

Color spaces of #ddeec1

RGB 221238193
HSL0.230.570.85
HSV83°19°93°
CMYK 0.070.000.19   0.07
XYZ70.019080.371562.2749
Yxy80.37150.32920.3779
Hunter Lab89.6502-17.474821.5697
CIE-Lab91.8513-13.302019.9354

#ddeec1 color RGB value is (221,238,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11000001
Octal 335 356 301
Decimal 221 238 193
Hex DD EE C1

RGB Percentages of Color #ddeec1

%33.90
%36.50
%29.60

CMYK Percentages of Color #ddeec1

%7
%0
%19
%7

Triadic Colors of #ddeec1

#ddeec1 #c1ddee #eec1dd

Analogous Colors of #ddeec1

#ddeec1 #c7eec1 #eee9c1

Monochromatic Colors of #ddeec1

#ddeec1

Complementary Color

#ddeec1 #d2c1ee

#ddeec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeec1 Color CSS Codes

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

#ddeec1 Text Font Color

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

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


#ddeec1 Background Color

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

This div background color is #ddeec1


#ddeec1 Border Color

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

This div border color is #ddeec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeec1


Comments

No comments written yet.

Please login to write comment.