Color Hex Logo

#ddc4be Color Hex

#DDC4BE
(221,196,190)
0 Favorites   0 Comments

Color spaces of #ddc4be

RGB 221196190
HSL0.030.310.81
HSV12°14°87°
CMYK 0.000.110.14   0.13
XYZ58.853058.569756.9184
Yxy58.56970.33760.3359
Hunter Lab76.53083.33939.4757
CIE-Lab81.05457.82896.2235

#ddc4be color RGB value is (221,196,190).

#ddc4be hex color red value is 221, green value is 196 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ddc4be hue: 0.03 , saturation: 0.31 and the lightness value of ddc4be is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 10111110
Octal 335 304 276
Decimal 221 196 190
Hex DD C4 BE

RGB Percentages of Color #ddc4be

%36.41
%32.29
%31.30

CMYK Percentages of Color #ddc4be

%0
%11
%14
%13

Triadic Colors of #ddc4be

#ddc4be #beddc4 #c4bedd

Analogous Colors of #ddc4be

#ddc4be #ddd4be #ddbec8

Monochromatic Colors of #ddc4be

#ddc4be

Complementary Color

#ddc4be #bed7dd

#ddc4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4be Color CSS Codes

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

#ddc4be Text Font Color

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

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


#ddc4be Background Color

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

This div background color is #ddc4be


#ddc4be Border Color

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

This div border color is #ddc4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4be

#ddc4be Color Palettes


Comments

No comments written yet.

Please login to write comment.