Color Hex Logo

#ddccbe Color Hex

#DDCCBE
(221,204,190)
1 Favorites   0 Comments

Color spaces of #ddccbe

RGB 221204190
HSL0.080.310.81
HSV27°14°87°
CMYK 0.000.080.14   0.13
XYZ60.705962.275657.5360
Yxy62.27560.33630.3450
Hunter Lab78.9149-0.788512.0127
CIE-Lab83.05983.61189.1002

#ddccbe color RGB value is (221,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 10111110
Octal 335 314 276
Decimal 221 204 190
Hex DD CC BE

RGB Percentages of Color #ddccbe

%35.93
%33.17
%30.89

CMYK Percentages of Color #ddccbe

%0
%8
%14
%13

Triadic Colors of #ddccbe

#ddccbe #beddcc #ccbedd

Analogous Colors of #ddccbe

#ddccbe #dddcbe #ddbec0

Monochromatic Colors of #ddccbe

#ddccbe

Complementary Color

#ddccbe #becfdd

#ddccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccbe Color CSS Codes

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

#ddccbe Text Font Color

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

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


#ddccbe Background Color

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

This div background color is #ddccbe


#ddccbe Border Color

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

This div border color is #ddccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccbe

#ddccbe Color Palettes


Comments

No comments written yet.

Please login to write comment.