Color Hex Logo

#ddc6bf Color Hex

#DDC6BF
(221,198,191)
0 Favorites   0 Comments

Color spaces of #ddc6bf

RGB 221198191
HSL0.040.310.81
HSV14°14°87°
CMYK 0.000.100.14   0.13
XYZ59.416859.521957.6475
Yxy59.52190.33650.3371
Hunter Lab77.15042.45719.7033
CIE-Lab81.57766.93066.4404

#ddc6bf color RGB value is (221,198,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 10111111
Octal 335 306 277
Decimal 221 198 191
Hex DD C6 BF

RGB Percentages of Color #ddc6bf

%36.23
%32.46
%31.31

CMYK Percentages of Color #ddc6bf

%0
%10
%14
%13

Triadic Colors of #ddc6bf

#ddc6bf #bfddc6 #c6bfdd

Analogous Colors of #ddc6bf

#ddc6bf #ddd5bf #ddbfc7

Monochromatic Colors of #ddc6bf

#ddc6bf

Complementary Color

#ddc6bf #bfd6dd

#ddc6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc6bf Color CSS Codes

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

#ddc6bf Text Font Color

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

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


#ddc6bf Background Color

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

This div background color is #ddc6bf


#ddc6bf Border Color

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

This div border color is #ddc6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc6bf


Comments

No comments written yet.

Please login to write comment.