Color Hex Logo

#dbcebc Color Hex

#DBCEBC
(219,206,188)
0 Favorites   0 Comments

Color spaces of #dbcebc

RGB 219206188
HSL0.100.300.80
HSV35°14°86°
CMYK 0.000.060.14   0.14
XYZ60.361862.833556.5236
Yxy62.83350.33590.3496
Hunter Lab79.2676-2.791613.2092
CIE-Lab83.35471.525410.5627

#dbcebc color RGB value is (219,206,188).

#dbcebc hex color red value is 219, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dbcebc hue: 0.10 , saturation: 0.30 and the lightness value of dbcebc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10111100
Octal 333 316 274
Decimal 219 206 188
Hex DB CE BC

RGB Percentages of Color #dbcebc

%35.73
%33.61
%30.67

CMYK Percentages of Color #dbcebc

%0
%6
%14
%14

Triadic Colors of #dbcebc

#dbcebc #bcdbce #cebcdb

Analogous Colors of #dbcebc

#dbcebc #d9dbbc #dbbfbc

Monochromatic Colors of #dbcebc

#dbcebc

Complementary Color

#dbcebc #bcc9db

#dbcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcebc Color CSS Codes

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

#dbcebc Text Font Color

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

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


#dbcebc Background Color

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

This div background color is #dbcebc


#dbcebc Border Color

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

This div border color is #dbcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcebc

#dbcebc Color Palettes


Comments

No comments written yet.

Please login to write comment.