Color Hex Logo

#ddcfb9 Color Hex

#DDCFB9
(221,207,185)
0 Favorites   0 Comments

Color spaces of #ddcfb9

RGB 221207185
HSL0.100.350.80
HSV37°16°87°
CMYK 0.000.060.16   0.13
XYZ60.888663.500654.9466
Yxy63.50060.33950.3541
Hunter Lab79.6873-3.061814.8990
CIE-Lab83.70511.261812.6758

#ddcfb9 color RGB value is (221,207,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10111001
Octal 335 317 271
Decimal 221 207 185
Hex DD CF B9

RGB Percentages of Color #ddcfb9

%36.05
%33.77
%30.18

CMYK Percentages of Color #ddcfb9

%0
%6
%16
%13

Triadic Colors of #ddcfb9

#ddcfb9 #b9ddcf #cfb9dd

Analogous Colors of #ddcfb9

#ddcfb9 #d9ddb9 #ddbdb9

Monochromatic Colors of #ddcfb9

#ddcfb9

Complementary Color

#ddcfb9 #b9c7dd

#ddcfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcfb9 Color CSS Codes

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

#ddcfb9 Text Font Color

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

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


#ddcfb9 Background Color

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

This div background color is #ddcfb9


#ddcfb9 Border Color

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

This div border color is #ddcfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcfb9


Comments

No comments written yet.

Please login to write comment.