Color Hex Logo

#dbc5cc Color Hex

#DBC5CC
(219,197,204)
0 Favorites   0 Comments

Color spaces of #dbc5cc

RGB 219197204
HSL0.950.230.82
HSV341°10°86°
CMYK 0.000.100.07   0.14
XYZ60.078859.352265.4164
Yxy59.35220.32500.3211
Hunter Lab77.04044.37993.5840
CIE-Lab81.48488.9126-0.6838

#dbc5cc color RGB value is (219,197,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 11001100
Octal 333 305 314
Decimal 219 197 204
Hex DB C5 CC

RGB Percentages of Color #dbc5cc

%35.32
%31.77
%32.90

CMYK Percentages of Color #dbc5cc

%0
%10
%7
%14

Triadic Colors of #dbc5cc

#dbc5cc #ccdbc5 #c5ccdb

Analogous Colors of #dbc5cc

#dbc5cc #dbc9c5 #dbc5d7

Monochromatic Colors of #dbc5cc

#dbc5cc

Complementary Color

#dbc5cc #c5dbd4

#dbc5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc5cc Color CSS Codes

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

#dbc5cc Text Font Color

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

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


#dbc5cc Background Color

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

This div background color is #dbc5cc


#dbc5cc Border Color

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

This div border color is #dbc5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc5cc


Comments

No comments written yet.

Please login to write comment.