Color Hex Logo

#dde0bd Color Hex

#DDE0BD
(221,224,189)
0 Favorites   0 Comments

Color spaces of #dde0bd

RGB 221224189
HSL0.180.360.81
HSV65°16°88°
CMYK 0.010.000.16   0.12
XYZ65.659872.357658.6499
Yxy72.35760.33390.3679
Hunter Lab85.0633-11.077718.6647
CIE-Lab88.1404-6.879716.8232

#dde0bd color RGB value is (221,224,189).

#dde0bd hex color red value is 221, green value is 224 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dde0bd hue: 0.18 , saturation: 0.36 and the lightness value of dde0bd is 0.81.

The process color (four color CMYK) of #dde0bd color hex is 0.01, 0.00, 0.16, 0.12. Web safe color of #dde0bd is #cccccc. Color #dde0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 10111101
Octal 335 340 275
Decimal 221 224 189
Hex DD E0 BD

RGB Percentages of Color #dde0bd

%34.86
%35.33
%29.81

CMYK Percentages of Color #dde0bd

%1
%0
%16
%12

Triadic Colors of #dde0bd

#dde0bd #bddde0 #e0bddd

Analogous Colors of #dde0bd

#dde0bd #cce0bd #e0d2bd

Monochromatic Colors of #dde0bd

#dde0bd

Complementary Color

#dde0bd #c0bde0

#dde0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde0bd Color CSS Codes

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

#dde0bd Text Font Color

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

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


#dde0bd Background Color

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

This div background color is #dde0bd


#dde0bd Border Color

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

This div border color is #dde0bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,224,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde0bd


Comments

No comments written yet.

Please login to write comment.