Color Hex Logo

#ddcbd1 Color Hex

#DDCBD1
(221,203,209)
0 Favorites   0 Comments

Color spaces of #ddcbd1

RGB 221203209
HSL0.940.210.83
HSV340°87°
CMYK 0.000.080.05   0.13
XYZ62.683462.687569.1177
Yxy62.68750.32230.3223
Hunter Lab79.17542.76193.6645
CIE-Lab83.27777.2981-0.7173

#ddcbd1 color RGB value is (221,203,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11010001
Octal 335 313 321
Decimal 221 203 209
Hex DD CB D1

RGB Percentages of Color #ddcbd1

%34.91
%32.07
%33.02

CMYK Percentages of Color #ddcbd1

%0
%8
%5
%13

Triadic Colors of #ddcbd1

#ddcbd1 #d1ddcb #cbd1dd

Analogous Colors of #ddcbd1

#ddcbd1 #ddcecb #ddcbda

Monochromatic Colors of #ddcbd1

#ddcbd1

Complementary Color

#ddcbd1 #cbddd7

#ddcbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbd1 Color CSS Codes

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

#ddcbd1 Text Font Color

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

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


#ddcbd1 Background Color

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

This div background color is #ddcbd1


#ddcbd1 Border Color

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

This div border color is #ddcbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbd1

#ddcbd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.