Color Hex Logo

#dbe6cb Color Hex

#DBE6CB
(219,230,203)
0 Favorites   0 Comments

Color spaces of #dbe6cb

RGB 219230203
HSL0.230.350.85
HSV84°12°90°
CMYK 0.050.000.12   0.10
XYZ68.289775.965567.5635
Yxy75.96550.32240.3586
Hunter Lab87.1582-12.669515.0502
CIE-Lab89.8433-8.395611.9009

#dbe6cb color RGB value is (219,230,203).

#dbe6cb hex color red value is 219, green value is 230 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbe6cb hue: 0.23 , saturation: 0.35 and the lightness value of dbe6cb is 0.85.

The process color (four color CMYK) of #dbe6cb color hex is 0.05, 0.00, 0.12, 0.10. Web safe color of #dbe6cb is #ccffcc. Color #dbe6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 11001011
Octal 333 346 313
Decimal 219 230 203
Hex DB E6 CB

RGB Percentages of Color #dbe6cb

%33.59
%35.28
%31.13

CMYK Percentages of Color #dbe6cb

%5
%0
%12
%10

Triadic Colors of #dbe6cb

#dbe6cb #cbdbe6 #e6cbdb

Analogous Colors of #dbe6cb

#dbe6cb #cee6cb #e6e4cb

Monochromatic Colors of #dbe6cb

#dbe6cb

Complementary Color

#dbe6cb #d6cbe6

#dbe6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe6cb Color CSS Codes

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

#dbe6cb Text Font Color

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

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


#dbe6cb Background Color

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

This div background color is #dbe6cb


#dbe6cb Border Color

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

This div border color is #dbe6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe6cb


Comments

No comments written yet.

Please login to write comment.