Color Hex Logo

#ddcebd Color Hex

#DDCEBD
(221,206,189)
0 Favorites   0 Comments

Color spaces of #ddcebd

RGB 221206189
HSL0.090.320.80
HSV32°14°87°
CMYK 0.000.070.14   0.13
XYZ61.075463.188957.1218
Yxy63.18890.33670.3484
Hunter Lab79.4914-1.963713.0388
CIE-Lab83.54172.406510.3200

#ddcebd color RGB value is (221,206,189).

#ddcebd hex color red value is 221, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddcebd hue: 0.09 , saturation: 0.32 and the lightness value of ddcebd is 0.80.

The process color (four color CMYK) of #ddcebd color hex is 0.00, 0.07, 0.14, 0.13. Web safe color of #ddcebd is #cccccc. Color #ddcebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10111101
Octal 335 316 275
Decimal 221 206 189
Hex DD CE BD

RGB Percentages of Color #ddcebd

%35.88
%33.44
%30.68

CMYK Percentages of Color #ddcebd

%0
%7
%14
%13

Triadic Colors of #ddcebd

#ddcebd #bdddce #cebddd

Analogous Colors of #ddcebd

#ddcebd #dcddbd #ddbebd

Monochromatic Colors of #ddcebd

#ddcebd

Complementary Color

#ddcebd #bdccdd

#ddcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcebd Color CSS Codes

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

#ddcebd Text Font Color

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

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


#ddcebd Background Color

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

This div background color is #ddcebd


#ddcebd Border Color

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

This div border color is #ddcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcebd


Comments

No comments written yet.

Please login to write comment.