Color Hex Logo

#dbc1ce Color Hex

#DBC1CE
(219,193,206)
0 Favorites   0 Comments

Color spaces of #dbc1ce

RGB 219193206
HSL0.920.270.81
HSV330°12°86°
CMYK 0.000.120.06   0.14
XYZ59.424057.656266.3893
Yxy57.65620.32390.3143
Hunter Lab75.93176.81331.3132
CIE-Lab80.547311.3890-3.1327

#dbc1ce color RGB value is (219,193,206).

#dbc1ce hex color red value is 219, green value is 193 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbc1ce hue: 0.92 , saturation: 0.27 and the lightness value of dbc1ce is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 11001110
Octal 333 301 316
Decimal 219 193 206
Hex DB C1 CE

RGB Percentages of Color #dbc1ce

%35.44
%31.23
%33.33

CMYK Percentages of Color #dbc1ce

%0
%12
%6
%14

Triadic Colors of #dbc1ce

#dbc1ce #cedbc1 #c1cedb

Analogous Colors of #dbc1ce

#dbc1ce #dbc1c1 #dbc1db

Monochromatic Colors of #dbc1ce

#dbc1ce

Complementary Color

#dbc1ce #c1dbce

#dbc1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc1ce Color CSS Codes

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

#dbc1ce Text Font Color

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

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


#dbc1ce Background Color

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

This div background color is #dbc1ce


#dbc1ce Border Color

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

This div border color is #dbc1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc1ce


Comments

No comments written yet.

Please login to write comment.