Color Hex Logo

#ddbebc Color Hex

#DDBEBC
(221,190,188)
0 Favorites   0 Comments

Color spaces of #ddbebc

RGB 221190188
HSL0.010.330.80
HSV15°87°
CMYK 0.000.140.15   0.13
XYZ57.309355.829955.3327
Yxy55.82990.34020.3314
Hunter Lab74.71946.14948.3970
CIE-Lab79.516910.69735.0827

#ddbebc color RGB value is (221,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10111100
Octal 335 276 274
Decimal 221 190 188
Hex DD BE BC

RGB Percentages of Color #ddbebc

%36.89
%31.72
%31.39

CMYK Percentages of Color #ddbebc

%0
%14
%15
%13

Triadic Colors of #ddbebc

#ddbebc #bcddbe #bebcdd

Analogous Colors of #ddbebc

#ddbebc #ddcfbc #ddbccb

Monochromatic Colors of #ddbebc

#ddbebc

Complementary Color

#ddbebc #bcdbdd

#ddbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbebc Color CSS Codes

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

#ddbebc Text Font Color

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

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


#ddbebc Background Color

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

This div background color is #ddbebc


#ddbebc Border Color

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

This div border color is #ddbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbebc

#ddbebc Color Palettes


Comments

No comments written yet.

Please login to write comment.