Color Hex Logo

#dbc9cb Color Hex

#DBC9CB
(219,201,203)
2 Favorites   0 Comments

Color spaces of #dbc9cb

RGB 219201203
HSL0.980.200.82
HSV353°86°
CMYK 0.000.080.07   0.14
XYZ60.879661.145265.0934
Yxy61.14520.32540.3268
Hunter Lab78.19542.13055.3811
CIE-Lab82.45676.62131.2702

#dbc9cb color RGB value is (219,201,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 11001011
Octal 333 311 313
Decimal 219 201 203
Hex DB C9 CB

RGB Percentages of Color #dbc9cb

%35.15
%32.26
%32.58

CMYK Percentages of Color #dbc9cb

%0
%8
%7
%14

Triadic Colors of #dbc9cb

#dbc9cb #cbdbc9 #c9cbdb

Analogous Colors of #dbc9cb

#dbc9cb #dbd0c9 #dbc9d4

Monochromatic Colors of #dbc9cb

#dbc9cb

Complementary Color

#dbc9cb #c9dbd9

#dbc9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc9cb Color CSS Codes

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

#dbc9cb Text Font Color

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

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


#dbc9cb Background Color

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

This div background color is #dbc9cb


#dbc9cb Border Color

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

This div border color is #dbc9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc9cb


Comments

No comments written yet.

Please login to write comment.