Color Hex Logo

#dbc6cc Color Hex

#DBC6CC
(219,198,204)
0 Favorites   0 Comments

Color spaces of #dbc6cc

RGB 219198204
HSL0.950.230.82
HSV343°10°86°
CMYK 0.000.100.07   0.14
XYZ60.306659.807965.4923
Yxy59.80790.32490.3222
Hunter Lab77.33563.85783.9246
CIE-Lab81.73378.3816-0.3200

#dbc6cc color RGB value is (219,198,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 11001100
Octal 333 306 314
Decimal 219 198 204
Hex DB C6 CC

RGB Percentages of Color #dbc6cc

%35.27
%31.88
%32.85

CMYK Percentages of Color #dbc6cc

%0
%10
%7
%14

Triadic Colors of #dbc6cc

#dbc6cc #ccdbc6 #c6ccdb

Analogous Colors of #dbc6cc

#dbc6cc #dbcbc6 #dbc6d7

Monochromatic Colors of #dbc6cc

#dbc6cc

Complementary Color

#dbc6cc #c6dbd5

#dbc6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc6cc Color CSS Codes

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

#dbc6cc Text Font Color

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

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


#dbc6cc Background Color

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

This div background color is #dbc6cc


#dbc6cc Border Color

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

This div border color is #dbc6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc6cc


Comments

No comments written yet.

Please login to write comment.