Color Hex Logo

#ddce9e Color Hex

#DDCE9E
(221,206,158)
0 Favorites   0 Comments

Color spaces of #ddce9e

RGB 221206158
HSL0.130.480.74
HSV46°29°87°
CMYK 0.000.070.29   0.13
XYZ58.061761.983441.2516
Yxy61.98340.36000.3843
Hunter Lab78.7295-6.136024.0447
CIE-Lab82.9046-2.064325.8068

#ddce9e color RGB value is (221,206,158).

#ddce9e hex color red value is 221, green value is 206 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ddce9e hue: 0.13 , saturation: 0.48 and the lightness value of ddce9e is 0.74.

The process color (four color CMYK) of #ddce9e color hex is 0.00, 0.07, 0.29, 0.13. Web safe color of #ddce9e is #cccc99. Color #ddce9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10011110
Octal 335 316 236
Decimal 221 206 158
Hex DD CE 9E

RGB Percentages of Color #ddce9e

%37.78
%35.21
%27.01

CMYK Percentages of Color #ddce9e

%0
%7
%29
%13

Triadic Colors of #ddce9e

#ddce9e #9eddce #ce9edd

Analogous Colors of #ddce9e

#ddce9e #cddd9e #ddaf9e

Monochromatic Colors of #ddce9e

#ddce9e

Complementary Color

#ddce9e #9eaddd

#ddce9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce9e Color CSS Codes

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

#ddce9e Text Font Color

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

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


#ddce9e Background Color

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

This div background color is #ddce9e


#ddce9e Border Color

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

This div border color is #ddce9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce9e

#ddce9e Color Palettes


Comments

No comments written yet.

Please login to write comment.