Color Hex Logo

#dbc9ce Color Hex

#DBC9CE
(219,201,206)
0 Favorites   0 Comments

Color spaces of #dbc9ce

RGB 219201206
HSL0.950.200.82
HSV343°86°
CMYK 0.000.080.06   0.14
XYZ61.240661.289666.9949
Yxy61.28960.32310.3234
Hunter Lab78.28772.62834.0638
CIE-Lab82.53427.1378-0.2211

#dbc9ce color RGB value is (219,201,206).

#dbc9ce hex color red value is 219, green value is 201 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbc9ce hue: 0.95 , saturation: 0.20 and the lightness value of dbc9ce is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11001110
Octal 333 311 316
Decimal 219 201 206
Hex DB C9 CE

RGB Percentages of Color #dbc9ce

%34.98
%32.11
%32.91

CMYK Percentages of Color #dbc9ce

%0
%8
%6
%14

Triadic Colors of #dbc9ce

#dbc9ce #cedbc9 #c9cedb

Analogous Colors of #dbc9ce

#dbc9ce #dbcdc9 #dbc9d7

Monochromatic Colors of #dbc9ce

#dbc9ce

Complementary Color

#dbc9ce #c9dbd6

#dbc9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9ce Color CSS Codes

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

#dbc9ce Text Font Color

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

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


#dbc9ce Background Color

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

This div background color is #dbc9ce


#dbc9ce Border Color

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

This div border color is #dbc9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc9ce


Comments

No comments written yet.

Please login to write comment.