Color Hex Logo

#ddcbd0 Color Hex

#DDCBD0
(221,203,208)
4 Favorites   0 Comments

Color spaces of #ddcbd0

RGB 221203208
HSL0.950.210.83
HSV343°87°
CMYK 0.000.080.06   0.13
XYZ62.559962.638168.4676
Yxy62.63810.32300.3234
Hunter Lab79.14422.59374.1092
CIE-Lab83.25167.1246-0.2216

#ddcbd0 color RGB value is (221,203,208).

#ddcbd0 hex color red value is 221, green value is 203 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ddcbd0 hue: 0.95 , saturation: 0.21 and the lightness value of ddcbd0 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11010000
Octal 335 313 320
Decimal 221 203 208
Hex DD CB D0

RGB Percentages of Color #ddcbd0

%34.97
%32.12
%32.91

CMYK Percentages of Color #ddcbd0

%0
%8
%6
%13

Triadic Colors of #ddcbd0

#ddcbd0 #d0ddcb #cbd0dd

Analogous Colors of #ddcbd0

#ddcbd0 #ddcfcb #ddcbd9

Monochromatic Colors of #ddcbd0

#ddcbd0

Complementary Color

#ddcbd0 #cbddd8

#ddcbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbd0 Color CSS Codes

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

#ddcbd0 Text Font Color

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

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


#ddcbd0 Background Color

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

This div background color is #ddcbd0


#ddcbd0 Border Color

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

This div border color is #ddcbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbd0


Comments

No comments written yet.

Please login to write comment.