Color Hex Logo

#ddcdbe Color Hex

#DDCDBE
(221,205,190)
0 Favorites   0 Comments

Color spaces of #ddcdbe

RGB 221205190
HSL0.080.310.81
HSV29°14°87°
CMYK 0.000.070.14   0.13
XYZ60.944462.752557.6155
Yxy62.75250.33610.3461
Hunter Lab79.2165-1.301612.3289
CIE-Lab83.31203.08789.4606

#ddcdbe color RGB value is (221,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 10111110
Octal 335 315 276
Decimal 221 205 190
Hex DD CD BE

RGB Percentages of Color #ddcdbe

%35.88
%33.28
%30.84

CMYK Percentages of Color #ddcdbe

%0
%7
%14
%13

Triadic Colors of #ddcdbe

#ddcdbe #beddcd #cdbedd

Analogous Colors of #ddcdbe

#ddcdbe #ddddbe #ddbebf

Monochromatic Colors of #ddcdbe

#ddcdbe

Complementary Color

#ddcdbe #becedd

#ddcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcdbe Color CSS Codes

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

#ddcdbe Text Font Color

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

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


#ddcdbe Background Color

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

This div background color is #ddcdbe


#ddcdbe Border Color

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

This div border color is #ddcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcdbe

#ddcdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.