Color Hex Logo

#ddc3bf Color Hex

#DDC3BF
(221,195,191)
0 Favorites   0 Comments

Color spaces of #ddc3bf

RGB 221195191
HSL0.020.310.81
HSV14°87°
CMYK 0.000.120.14   0.13
XYZ58.737958.164057.4212
Yxy58.16400.33690.3337
Hunter Lab76.26534.01258.7455
CIE-Lab80.82998.51915.3632

#ddc3bf color RGB value is (221,195,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10111111
Octal 335 303 277
Decimal 221 195 191
Hex DD C3 BF

RGB Percentages of Color #ddc3bf

%36.41
%32.13
%31.47

CMYK Percentages of Color #ddc3bf

%0
%12
%14
%13

Triadic Colors of #ddc3bf

#ddc3bf #bfddc3 #c3bfdd

Analogous Colors of #ddc3bf

#ddc3bf #ddd2bf #ddbfca

Monochromatic Colors of #ddc3bf

#ddc3bf

Complementary Color

#ddc3bf #bfd9dd

#ddc3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc3bf Color CSS Codes

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

#ddc3bf Text Font Color

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

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


#ddc3bf Background Color

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

This div background color is #ddc3bf


#ddc3bf Border Color

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

This div border color is #ddc3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc3bf


Comments

No comments written yet.

Please login to write comment.