Color Hex Logo

#dbc6cf Color Hex

#DBC6CF
(219,198,207)
0 Favorites   0 Comments

Color spaces of #dbc6cf

RGB 219198207
HSL0.930.230.82
HSV334°10°86°
CMYK 0.000.100.05   0.14
XYZ60.670059.953267.4060
Yxy59.95320.32270.3189
Hunter Lab77.42954.36252.5859
CIE-Lab81.81278.9020-1.8122

#dbc6cf color RGB value is (219,198,207).

#dbc6cf hex color red value is 219, green value is 198 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dbc6cf hue: 0.93 , saturation: 0.23 and the lightness value of dbc6cf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 11001111
Octal 333 306 317
Decimal 219 198 207
Hex DB C6 CF

RGB Percentages of Color #dbc6cf

%35.10
%31.73
%33.17

CMYK Percentages of Color #dbc6cf

%0
%10
%5
%14

Triadic Colors of #dbc6cf

#dbc6cf #cfdbc6 #c6cfdb

Analogous Colors of #dbc6cf

#dbc6cf #dbc8c6 #dbc6da

Monochromatic Colors of #dbc6cf

#dbc6cf

Complementary Color

#dbc6cf #c6dbd2

#dbc6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc6cf Color CSS Codes

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

#dbc6cf Text Font Color

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

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


#dbc6cf Background Color

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

This div background color is #dbc6cf


#dbc6cf Border Color

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

This div border color is #dbc6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc6cf


Comments

No comments written yet.

Please login to write comment.