Color Hex Logo

#dcddbe Color Hex

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

Color spaces of #dcddbe

RGB 220221190
HSL0.170.310.81
HSV62°14°87°
CMYK 0.000.000.14   0.13
XYZ64.665970.646358.9430
Yxy70.64630.33290.3637
Hunter Lab84.0514-9.758817.2574
CIE-Lab87.3129-5.554215.1257

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

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

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

Base Numbers

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

RGB Percentages of Color #dcddbe

%34.87
%35.02
%30.11

CMYK Percentages of Color #dcddbe

%0
%0
%14
%13

Triadic Colors of #dcddbe

#dcddbe #bedcdd #ddbedc

Analogous Colors of #dcddbe

#dcddbe #cdddbe #ddcfbe

Monochromatic Colors of #dcddbe

#dcddbe

Complementary Color

#dcddbe #bfbedd

#dcddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddbe Color CSS Codes

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

#dcddbe Text Font Color

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

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


#dcddbe Background Color

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

This div background color is #dcddbe


#dcddbe Border Color

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

This div border color is #dcddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddbe


Comments

No comments written yet.

Please login to write comment.