Color Hex Logo

#ddbebb Color Hex

#DDBEBB
(221,190,187)
0 Favorites   0 Comments

Color spaces of #ddbebb

RGB 221190187
HSL0.010.330.80
HSV15°87°
CMYK 0.000.140.15   0.13
XYZ57.201955.786954.7668
Yxy55.78690.34100.3325
Hunter Lab74.69065.99588.8091
CIE-Lab79.492410.53905.5864

#ddbebb color RGB value is (221,190,187).

#ddbebb hex color red value is 221, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddbebb hue: 0.01 , saturation: 0.33 and the lightness value of ddbebb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10111011
Octal 335 276 273
Decimal 221 190 187
Hex DD BE BB

RGB Percentages of Color #ddbebb

%36.96
%31.77
%31.27

CMYK Percentages of Color #ddbebb

%0
%14
%15
%13

Triadic Colors of #ddbebb

#ddbebb #bbddbe #bebbdd

Analogous Colors of #ddbebb

#ddbebb #ddcfbb #ddbbc9

Monochromatic Colors of #ddbebb

#ddbebb

Complementary Color

#ddbebb #bbdadd

#ddbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbebb Color CSS Codes

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

#ddbebb Text Font Color

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

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


#ddbebb Background Color

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

This div background color is #ddbebb


#ddbebb Border Color

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

This div border color is #ddbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbebb

#ddbebb Color Palettes


Comments

No comments written yet.

Please login to write comment.