Color Hex Logo

#ddedc1 Color Hex

#DDEDC1
(221,237,193)
0 Favorites   0 Comments

Color spaces of #ddedc1

RGB 221237193
HSL0.230.550.84
HSV82°19°93°
CMYK 0.070.000.19   0.07
XYZ69.728679.790862.1781
Yxy79.79080.32940.3769
Hunter Lab89.3257-16.980921.2572
CIE-Lab91.5909-12.804819.5725

#ddedc1 color RGB value is (221,237,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11000001
Octal 335 355 301
Decimal 221 237 193
Hex DD ED C1

RGB Percentages of Color #ddedc1

%33.95
%36.41
%29.65

CMYK Percentages of Color #ddedc1

%7
%0
%19
%7

Triadic Colors of #ddedc1

#ddedc1 #c1dded #edc1dd

Analogous Colors of #ddedc1

#ddedc1 #c7edc1 #ede7c1

Monochromatic Colors of #ddedc1

#ddedc1

Complementary Color

#ddedc1 #d1c1ed

#ddedc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedc1 Color CSS Codes

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

#ddedc1 Text Font Color

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

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


#ddedc1 Background Color

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

This div background color is #ddedc1


#ddedc1 Border Color

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

This div border color is #ddedc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,237,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 #ddedc1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedc1


Comments

No comments written yet.

Please login to write comment.