Color Hex Logo

#dbe0ce Color Hex

#DBE0CE
(219,224,206)
0 Favorites   0 Comments

Color spaces of #dbe0ce

RGB 219224206
HSL0.210.230.84
HSV77°88°
CMYK 0.020.000.08   0.12
XYZ67.009772.827668.9179
Yxy72.82760.32100.3489
Hunter Lab85.3391-9.182211.8561
CIE-Lab88.3654-4.84108.2205

#dbe0ce color RGB value is (219,224,206).

#dbe0ce hex color red value is 219, green value is 224 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbe0ce hue: 0.21 , saturation: 0.23 and the lightness value of dbe0ce is 0.84.

The process color (four color CMYK) of #dbe0ce color hex is 0.02, 0.00, 0.08, 0.12. Web safe color of #dbe0ce is #cccccc. Color #dbe0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 11001110
Octal 333 340 316
Decimal 219 224 206
Hex DB E0 CE

RGB Percentages of Color #dbe0ce

%33.74
%34.51
%31.74

CMYK Percentages of Color #dbe0ce

%2
%0
%8
%12

Triadic Colors of #dbe0ce

#dbe0ce #cedbe0 #e0cedb

Analogous Colors of #dbe0ce

#dbe0ce #d2e0ce #e0dcce

Monochromatic Colors of #dbe0ce

#dbe0ce

Complementary Color

#dbe0ce #d3cee0

#dbe0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe0ce Color CSS Codes

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

#dbe0ce Text Font Color

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

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


#dbe0ce Background Color

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

This div background color is #dbe0ce


#dbe0ce Border Color

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

This div border color is #dbe0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe0ce


Comments

No comments written yet.

Please login to write comment.