Color Hex Logo

#dbbebf Color Hex

#DBBEBF
(219,190,191)
0 Favorites   0 Comments

Color spaces of #dbbebf

RGB 219190191
HSL0.990.290.80
HSV358°13°86°
CMYK 0.000.130.13   0.14
XYZ57.030855.648657.0256
Yxy55.64860.33610.3279
Hunter Lab74.59805.91836.8950
CIE-Lab79.413410.45813.2929

#dbbebf color RGB value is (219,190,191).

#dbbebf hex color red value is 219, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbbebf hue: 0.99 , saturation: 0.29 and the lightness value of dbbebf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10111111
Octal 333 276 277
Decimal 219 190 191
Hex DB BE BF

RGB Percentages of Color #dbbebf

%36.50
%31.67
%31.83

CMYK Percentages of Color #dbbebf

%0
%13
%13
%14

Triadic Colors of #dbbebf

#dbbebf #bfdbbe #bebfdb

Analogous Colors of #dbbebf

#dbbebf #dbccbe #dbbece

Monochromatic Colors of #dbbebf

#dbbebf

Complementary Color

#dbbebf #bedbda

#dbbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbebf Color CSS Codes

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

#dbbebf Text Font Color

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

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


#dbbebf Background Color

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

This div background color is #dbbebf


#dbbebf Border Color

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

This div border color is #dbbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbebf

#dbbebf Color Palettes


Comments

No comments written yet.

Please login to write comment.