Color Hex Logo

#deb6be Color Hex

#DEB6BE
(222,182,190)
0 Favorites   0 Comments

Color spaces of #deb6be

RGB 222182190
HSL0.970.380.79
HSV348°18°87°
CMYK 0.000.180.14   0.13
XYZ56.146452.703255.9287
Yxy52.70320.34070.3198
Hunter Lab72.597011.00705.1409
CIE-Lab77.699415.65451.3782

#deb6be color RGB value is (222,182,190).

#deb6be hex color red value is 222, green value is 182 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #deb6be hue: 0.97 , saturation: 0.38 and the lightness value of deb6be is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10111110
Octal 336 266 276
Decimal 222 182 190
Hex DE B6 BE

RGB Percentages of Color #deb6be

%37.37
%30.64
%31.99

CMYK Percentages of Color #deb6be

%0
%18
%14
%13

Triadic Colors of #deb6be

#deb6be #bedeb6 #b6bede

Analogous Colors of #deb6be

#deb6be #dec2b6 #deb6d2

Monochromatic Colors of #deb6be

#deb6be

Complementary Color

#deb6be #b6ded6

#deb6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb6be Color CSS Codes

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

#deb6be Text Font Color

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

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


#deb6be Background Color

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

This div background color is #deb6be


#deb6be Border Color

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

This div border color is #deb6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb6be


Comments

No comments written yet.

Please login to write comment.