Color Hex Logo

#ddcfbd Color Hex

#DDCFBD
(221,207,189)
0 Favorites   0 Comments

Color spaces of #ddcfbd

RGB 221207189
HSL0.090.320.80
HSV34°14°87°
CMYK 0.000.060.14   0.13
XYZ61.316963.671957.2023
Yxy63.67190.33660.3495
Hunter Lab79.7947-2.475313.3531
CIE-Lab83.79461.884010.6805

#ddcfbd color RGB value is (221,207,189).

#ddcfbd hex color red value is 221, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddcfbd hue: 0.09 , saturation: 0.32 and the lightness value of ddcfbd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10111101
Octal 335 317 275
Decimal 221 207 189
Hex DD CF BD

RGB Percentages of Color #ddcfbd

%35.82
%33.55
%30.63

CMYK Percentages of Color #ddcfbd

%0
%6
%14
%13

Triadic Colors of #ddcfbd

#ddcfbd #bdddcf #cfbddd

Analogous Colors of #ddcfbd

#ddcfbd #dbddbd #ddbfbd

Monochromatic Colors of #ddcfbd

#ddcfbd

Complementary Color

#ddcfbd #bdcbdd

#ddcfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcfbd Color CSS Codes

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

#ddcfbd Text Font Color

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

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


#ddcfbd Background Color

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

This div background color is #ddcfbd


#ddcfbd Border Color

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

This div border color is #ddcfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcfbd


Comments

No comments written yet.

Please login to write comment.