Color Hex Logo

#dbb6be Color Hex

#DBB6BE
(219,182,190)
0 Favorites   0 Comments

Color spaces of #dbb6be

RGB 219182190
HSL0.960.340.79
HSV347°17°86°
CMYK 0.000.170.13   0.14
XYZ55.235652.233755.8861
Yxy52.23370.33810.3198
Hunter Lab72.27299.94374.7441
CIE-Lab77.420414.57650.9377

#dbb6be color RGB value is (219,182,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 10111110
Octal 333 266 276
Decimal 219 182 190
Hex DB B6 BE

RGB Percentages of Color #dbb6be

%37.06
%30.80
%32.15

CMYK Percentages of Color #dbb6be

%0
%17
%13
%14

Triadic Colors of #dbb6be

#dbb6be #bedbb6 #b6bedb

Analogous Colors of #dbb6be

#dbb6be #dbc1b6 #dbb6d1

Monochromatic Colors of #dbb6be

#dbb6be

Complementary Color

#dbb6be #b6dbd3

#dbb6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb6be Color CSS Codes

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

#dbb6be Text Font Color

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

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


#dbb6be Background Color

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

This div background color is #dbb6be


#dbb6be Border Color

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

This div border color is #dbb6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb6be


Comments

No comments written yet.

Please login to write comment.