Color Hex Logo

#ddbebd Color Hex

#DDBEBD
(221,190,189)
0 Favorites   0 Comments

Color spaces of #ddbebd

RGB 221190189
HSL0.010.320.80
HSV14°87°
CMYK 0.000.140.14   0.13
XYZ57.417655.873255.9025
Yxy55.87320.33940.3302
Hunter Lab74.74846.30427.9823
CIE-Lab79.541610.85684.5793

#ddbebd color RGB value is (221,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10111101
Octal 335 276 275
Decimal 221 190 189
Hex DD BE BD

RGB Percentages of Color #ddbebd

%36.83
%31.67
%31.50

CMYK Percentages of Color #ddbebd

%0
%14
%14
%13

Triadic Colors of #ddbebd

#ddbebd #bdddbe #bebddd

Analogous Colors of #ddbebd

#ddbebd #ddcebd #ddbdcc

Monochromatic Colors of #ddbebd

#ddbebd

Complementary Color

#ddbebd #bddcdd

#ddbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbebd Color CSS Codes

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

#ddbebd Text Font Color

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

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


#ddbebd Background Color

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

This div background color is #ddbebd


#ddbebd Border Color

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

This div border color is #ddbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbebd


Comments

No comments written yet.

Please login to write comment.