Color Hex Logo

#ddb6bf Color Hex

#DDB6BF
(221,182,191)
0 Favorites   0 Comments

Color spaces of #ddb6bf

RGB 221182191
HSL0.960.360.79
HSV346°18°87°
CMYK 0.000.180.14   0.13
XYZ55.950752.589656.4921
Yxy52.58960.33900.3187
Hunter Lab72.518710.81134.5761
CIE-Lab77.632115.45690.7260

#ddb6bf color RGB value is (221,182,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 10111111
Octal 335 266 277
Decimal 221 182 191
Hex DD B6 BF

RGB Percentages of Color #ddb6bf

%37.21
%30.64
%32.15

CMYK Percentages of Color #ddb6bf

%0
%18
%14
%13

Triadic Colors of #ddb6bf

#ddb6bf #bfddb6 #b6bfdd

Analogous Colors of #ddb6bf

#ddb6bf #ddc1b6 #ddb6d3

Monochromatic Colors of #ddb6bf

#ddb6bf

Complementary Color

#ddb6bf #b6ddd4

#ddb6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb6bf Color CSS Codes

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

#ddb6bf Text Font Color

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

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


#ddb6bf Background Color

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

This div background color is #ddb6bf


#ddb6bf Border Color

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

This div border color is #ddb6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb6bf


Comments

No comments written yet.

Please login to write comment.