Color Hex Logo

#ddedce Color Hex

#DDEDCE
(221,237,206)
0 Favorites   0 Comments

Color spaces of #ddedce

RGB 221237206
HSL0.250.460.87
HSV91°13°93°
CMYK 0.070.000.13   0.07
XYZ71.243680.396870.1557
Yxy80.39680.32120.3625
Hunter Lab89.6643-15.083616.3749
CIE-Lab91.8626-10.733413.2281

#ddedce color RGB value is (221,237,206).

#ddedce hex color red value is 221, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ddedce hue: 0.25 , saturation: 0.46 and the lightness value of ddedce is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11001110
Octal 335 355 316
Decimal 221 237 206
Hex DD ED CE

RGB Percentages of Color #ddedce

%33.28
%35.69
%31.02

CMYK Percentages of Color #ddedce

%7
%0
%13
%7

Triadic Colors of #ddedce

#ddedce #cedded #edcedd

Analogous Colors of #ddedce

#ddedce #ceedcf #ededce

Monochromatic Colors of #ddedce

#ddedce

Complementary Color

#ddedce #deceed

#ddedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedce Color CSS Codes

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

#ddedce Text Font Color

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

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


#ddedce Background Color

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

This div background color is #ddedce


#ddedce Border Color

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

This div border color is #ddedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedce


Comments

No comments written yet.

Please login to write comment.