Color Hex Logo

#dbcebf Color Hex

#DBCEBF
(219,206,191)
0 Favorites   0 Comments

Color spaces of #dbcebf

RGB 219206191
HSL0.090.280.80
HSV32°13°86°
CMYK 0.000.060.13   0.14
XYZ60.688762.964358.2449
Yxy62.96430.33360.3462
Hunter Lab79.3500-2.341812.0247
CIE-Lab83.42362.00299.0661

#dbcebf color RGB value is (219,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10111111
Octal 333 316 277
Decimal 219 206 191
Hex DB CE BF

RGB Percentages of Color #dbcebf

%35.55
%33.44
%31.01

CMYK Percentages of Color #dbcebf

%0
%6
%13
%14

Triadic Colors of #dbcebf

#dbcebf #bfdbce #cebfdb

Analogous Colors of #dbcebf

#dbcebf #dadbbf #dbc0bf

Monochromatic Colors of #dbcebf

#dbcebf

Complementary Color

#dbcebf #bfccdb

#dbcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcebf Color CSS Codes

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

#dbcebf Text Font Color

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

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


#dbcebf Background Color

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

This div background color is #dbcebf


#dbcebf Border Color

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

This div border color is #dbcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcebf


Comments

No comments written yet.

Please login to write comment.