Color Hex Logo

#deb2bc Color Hex

#DEB2BC
(222,178,188)
0 Favorites   0 Comments

Color spaces of #deb2bc

RGB 222178188
HSL0.960.400.78
HSV346°20°87°
CMYK 0.000.200.15   0.13
XYZ55.121751.001254.5159
Yxy51.00120.34310.3175
Hunter Lab71.415112.79864.7306
CIE-Lab76.679717.48190.9803

#deb2bc color RGB value is (222,178,188).

#deb2bc hex color red value is 222, green value is 178 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #deb2bc hue: 0.96 , saturation: 0.40 and the lightness value of deb2bc is 0.78.

The process color (four color CMYK) of #deb2bc color hex is 0.00, 0.20, 0.15, 0.13. Web safe color of #deb2bc is #cc99cc. Color #deb2bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 10111100
Octal 336 262 274
Decimal 222 178 188
Hex DE B2 BC

RGB Percentages of Color #deb2bc

%37.76
%30.27
%31.97

CMYK Percentages of Color #deb2bc

%0
%20
%15
%13

Triadic Colors of #deb2bc

#deb2bc #bcdeb2 #b2bcde

Analogous Colors of #deb2bc

#deb2bc #debeb2 #deb2d2

Monochromatic Colors of #deb2bc

#deb2bc

Complementary Color

#deb2bc #b2ded4

#deb2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb2bc Color CSS Codes

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

#deb2bc Text Font Color

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

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


#deb2bc Background Color

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

This div background color is #deb2bc


#deb2bc Border Color

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

This div border color is #deb2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb2bc


Comments

No comments written yet.

Please login to write comment.