Color Hex Logo

#deb3bd Color Hex

#DEB3BD
(222,179,189)
0 Favorites   0 Comments

Color spaces of #deb3bd

RGB 222179189
HSL0.960.390.79
HSV346°19°87°
CMYK 0.000.190.15   0.13
XYZ55.429651.443955.1523
Yxy51.44390.34210.3175
Hunter Lab71.724412.42954.6162
CIE-Lab76.947117.10430.8257

#deb3bd color RGB value is (222,179,189).

#deb3bd hex color red value is 222, green value is 179 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deb3bd hue: 0.96 , saturation: 0.39 and the lightness value of deb3bd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 10111101
Octal 336 263 275
Decimal 222 179 189
Hex DE B3 BD

RGB Percentages of Color #deb3bd

%37.63
%30.34
%32.03

CMYK Percentages of Color #deb3bd

%0
%19
%15
%13

Triadic Colors of #deb3bd

#deb3bd #bddeb3 #b3bdde

Analogous Colors of #deb3bd

#deb3bd #debfb3 #deb3d3

Monochromatic Colors of #deb3bd

#deb3bd

Complementary Color

#deb3bd #b3ded4

#deb3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb3bd Color CSS Codes

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

#deb3bd Text Font Color

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

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


#deb3bd Background Color

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

This div background color is #deb3bd


#deb3bd Border Color

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

This div border color is #deb3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb3bd


Comments

No comments written yet.

Please login to write comment.