Color Hex Logo

#dddcbe Color Hex

#DDDCBE
(221,220,190)
0 Favorites   0 Comments

Color spaces of #dddcbe

RGB 221220190
HSL0.160.310.81
HSV58°14°87°
CMYK 0.000.000.14   0.13
XYZ64.706370.276358.8695
Yxy70.27630.33380.3625
Hunter Lab83.8310-8.926017.0458
CIE-Lab87.1322-4.683914.8820

#dddcbe color RGB value is (221,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10111110
Octal 335 334 276
Decimal 221 220 190
Hex DD DC BE

RGB Percentages of Color #dddcbe

%35.02
%34.87
%30.11

CMYK Percentages of Color #dddcbe

%0
%0
%14
%13

Triadic Colors of #dddcbe

#dddcbe #bedddc #dcbedd

Analogous Colors of #dddcbe

#dddcbe #cfddbe #ddcdbe

Monochromatic Colors of #dddcbe

#dddcbe

Complementary Color

#dddcbe #bebfdd

#dddcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcbe Color CSS Codes

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

#dddcbe Text Font Color

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

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


#dddcbe Background Color

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

This div background color is #dddcbe


#dddcbe Border Color

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

This div border color is #dddcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcbe


Comments

No comments written yet.

Please login to write comment.