Color Hex Logo

#ddbcbf Color Hex

#DDBCBF
(221,188,191)
0 Favorites   0 Comments

Color spaces of #ddbcbf

RGB 221188191
HSL0.980.330.80
HSV355°15°87°
CMYK 0.000.150.14   0.13
XYZ57.206055.100256.9105
Yxy55.10020.33810.3256
Hunter Lab74.22957.66196.5040
CIE-Lab79.098912.24492.8593

#ddbcbf color RGB value is (221,188,191).

#ddbcbf hex color red value is 221, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ddbcbf hue: 0.98 , saturation: 0.33 and the lightness value of ddbcbf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 10111111
Octal 335 274 277
Decimal 221 188 191
Hex DD BC BF

RGB Percentages of Color #ddbcbf

%36.83
%31.33
%31.83

CMYK Percentages of Color #ddbcbf

%0
%15
%14
%13

Triadic Colors of #ddbcbf

#ddbcbf #bfddbc #bcbfdd

Analogous Colors of #ddbcbf

#ddbcbf #ddcabc #ddbcd0

Monochromatic Colors of #ddbcbf

#ddbcbf

Complementary Color

#ddbcbf #bcddda

#ddbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcbf Color CSS Codes

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

#ddbcbf Text Font Color

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

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


#ddbcbf Background Color

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

This div background color is #ddbcbf


#ddbcbf Border Color

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

This div border color is #ddbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcbf


Comments

No comments written yet.

Please login to write comment.