Color Hex Logo

#dbcebb Color Hex

#DBCEBB
(219,206,187)
0 Favorites   0 Comments

Color spaces of #dbcebb

RGB 219206187
HSL0.100.310.80
HSV36°15°86°
CMYK 0.000.060.15   0.14
XYZ60.254462.790555.9577
Yxy62.79050.33660.3508
Hunter Lab79.2405-2.939513.5992
CIE-Lab83.33201.368111.0618

#dbcebb color RGB value is (219,206,187).

#dbcebb hex color red value is 219, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbcebb hue: 0.10 , saturation: 0.31 and the lightness value of dbcebb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10111011
Octal 333 316 273
Decimal 219 206 187
Hex DB CE BB

RGB Percentages of Color #dbcebb

%35.78
%33.66
%30.56

CMYK Percentages of Color #dbcebb

%0
%6
%15
%14

Triadic Colors of #dbcebb

#dbcebb #bbdbce #cebbdb

Analogous Colors of #dbcebb

#dbcebb #d8dbbb #dbbebb

Monochromatic Colors of #dbcebb

#dbcebb

Complementary Color

#dbcebb #bbc8db

#dbcebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcebb Color CSS Codes

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

#dbcebb Text Font Color

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

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


#dbcebb Background Color

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

This div background color is #dbcebb


#dbcebb Border Color

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

This div border color is #dbcebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcebb

#dbcebb Color Palettes


Comments

No comments written yet.

Please login to write comment.