Color Hex Logo

#dde4be Color Hex

#DDE4BE
(221,228,190)
0 Favorites   0 Comments

Color spaces of #dde4be

RGB 221228190
HSL0.200.410.82
HSV71°17°89°
CMYK 0.030.000.17   0.11
XYZ66.856574.576759.5862
Yxy74.57670.33260.3710
Hunter Lab86.3578-12.935019.5408
CIE-Lab89.1943-8.753317.7789

#dde4be color RGB value is (221,228,190).

#dde4be hex color red value is 221, green value is 228 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dde4be hue: 0.20 , saturation: 0.41 and the lightness value of dde4be is 0.82.

The process color (four color CMYK) of #dde4be color hex is 0.03, 0.00, 0.17, 0.11. Web safe color of #dde4be is #cccccc. Color #dde4be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 10111110
Octal 335 344 276
Decimal 221 228 190
Hex DD E4 BE

RGB Percentages of Color #dde4be

%34.59
%35.68
%29.73

CMYK Percentages of Color #dde4be

%3
%0
%17
%11

Triadic Colors of #dde4be

#dde4be #bedde4 #e4bedd

Analogous Colors of #dde4be

#dde4be #cae4be #e4d8be

Monochromatic Colors of #dde4be

#dde4be

Complementary Color

#dde4be #c5bee4

#dde4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde4be Color CSS Codes

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

#dde4be Text Font Color

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

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


#dde4be Background Color

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

This div background color is #dde4be


#dde4be Border Color

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

This div border color is #dde4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde4be


Comments

No comments written yet.

Please login to write comment.