Color Hex Logo

#dbcec0 Color Hex

#DBCEC0
(219,206,192)
0 Favorites   0 Comments

Color spaces of #dbcec0

RGB 219206192
HSL0.090.270.81
HSV31°12°86°
CMYK 0.000.060.12   0.14
XYZ60.799263.008558.8266
Yxy63.00850.33290.3450
Hunter Lab79.3779-2.189911.6250
CIE-Lab83.44692.16388.5675

#dbcec0 color RGB value is (219,206,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 11000000
Octal 333 316 300
Decimal 219 206 192
Hex DB CE C0

RGB Percentages of Color #dbcec0

%35.49
%33.39
%31.12

CMYK Percentages of Color #dbcec0

%0
%6
%12
%14

Triadic Colors of #dbcec0

#dbcec0 #c0dbce #cec0db

Analogous Colors of #dbcec0

#dbcec0 #dbdbc0 #dbc1c0

Monochromatic Colors of #dbcec0

#dbcec0

Complementary Color

#dbcec0 #c0cddb

#dbcec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcec0 Color CSS Codes

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

#dbcec0 Text Font Color

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

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


#dbcec0 Background Color

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

This div background color is #dbcec0


#dbcec0 Border Color

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

This div border color is #dbcec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcec0

#dbcec0 Color Palettes


Comments

No comments written yet.

Please login to write comment.