Color Hex Logo

#ddb8bf Color Hex

#DDB8BF
(221,184,191)
0 Favorites   0 Comments

Color spaces of #ddb8bf

RGB 221184191
HSL0.970.350.79
HSV349°17°87°
CMYK 0.000.170.14   0.13
XYZ56.363353.414756.6296
Yxy53.41470.33870.3210
Hunter Lab73.08549.75955.2194
CIE-Lab78.119214.38471.4356

#ddb8bf color RGB value is (221,184,191).

#ddb8bf hex color red value is 221, green value is 184 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ddb8bf hue: 0.97 , saturation: 0.35 and the lightness value of ddb8bf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 10111111
Octal 335 270 277
Decimal 221 184 191
Hex DD B8 BF

RGB Percentages of Color #ddb8bf

%37.08
%30.87
%32.05

CMYK Percentages of Color #ddb8bf

%0
%17
%14
%13

Triadic Colors of #ddb8bf

#ddb8bf #bfddb8 #b8bfdd

Analogous Colors of #ddb8bf

#ddb8bf #ddc4b8 #ddb8d2

Monochromatic Colors of #ddb8bf

#ddb8bf

Complementary Color

#ddb8bf #b8ddd6

#ddb8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb8bf Color CSS Codes

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

#ddb8bf Text Font Color

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

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


#ddb8bf Background Color

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

This div background color is #ddb8bf


#ddb8bf Border Color

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

This div border color is #ddb8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb8bf


Comments

No comments written yet.

Please login to write comment.