Color Hex Logo

#ddc7bf Color Hex

#DDC7BF
(221,199,191)
0 Favorites   0 Comments

Color spaces of #ddc7bf

RGB 221199191
HSL0.040.310.81
HSV16°14°87°
CMYK 0.000.100.14   0.13
XYZ59.646259.980657.7239
Yxy59.98060.33630.3382
Hunter Lab77.44711.939910.0222
CIE-Lab81.82766.40246.8000

#ddc7bf color RGB value is (221,199,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 10111111
Octal 335 307 277
Decimal 221 199 191
Hex DD C7 BF

RGB Percentages of Color #ddc7bf

%36.17
%32.57
%31.26

CMYK Percentages of Color #ddc7bf

%0
%10
%14
%13

Triadic Colors of #ddc7bf

#ddc7bf #bfddc7 #c7bfdd

Analogous Colors of #ddc7bf

#ddc7bf #ddd6bf #ddbfc6

Monochromatic Colors of #ddc7bf

#ddc7bf

Complementary Color

#ddc7bf #bfd5dd

#ddc7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc7bf Color CSS Codes

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

#ddc7bf Text Font Color

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

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


#ddc7bf Background Color

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

This div background color is #ddc7bf


#ddc7bf Border Color

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

This div border color is #ddc7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc7bf


Comments

No comments written yet.

Please login to write comment.