Color Hex Logo

#dde6be Color Hex

#DDE6BE
(221,230,190)
0 Favorites   0 Comments

Color spaces of #dde6be

RGB 221230190
HSL0.200.440.82
HSV74°17°90°
CMYK 0.040.000.17   0.10
XYZ67.409975.683559.7707
Yxy75.68350.33230.3731
Hunter Lab86.9963-13.931020.1622
CIE-Lab89.7122-9.761818.5031

#dde6be color RGB value is (221,230,190).

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

The process color (four color CMYK) of #dde6be color hex is 0.04, 0.00, 0.17, 0.10. Web safe color of #dde6be is #ccffcc. Color #dde6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 10111110
Octal 335 346 276
Decimal 221 230 190
Hex DD E6 BE

RGB Percentages of Color #dde6be

%34.48
%35.88
%29.64

CMYK Percentages of Color #dde6be

%4
%0
%17
%10

Triadic Colors of #dde6be

#dde6be #bedde6 #e6bedd

Analogous Colors of #dde6be

#dde6be #c9e6be #e6dbbe

Monochromatic Colors of #dde6be

#dde6be

Complementary Color

#dde6be #c7bee6

#dde6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde6be Color CSS Codes

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

#dde6be Text Font Color

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

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


#dde6be Background Color

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

This div background color is #dde6be


#dde6be Border Color

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

This div border color is #dde6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde6be


Comments

No comments written yet.

Please login to write comment.