Color Hex Logo

#dddebf Color Hex

#DDDEBF
(221,222,191)
0 Favorites   0 Comments

Color spaces of #dddebf

RGB 221222191
HSL0.170.320.81
HSV62°14°87°
CMYK 0.000.000.14   0.13
XYZ65.344071.376359.6232
Yxy71.37630.33280.3635
Hunter Lab84.4845-9.788217.2964
CIE-Lab87.6675-5.551015.1126

#dddebf color RGB value is (221,222,191).

#dddebf hex color red value is 221, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dddebf hue: 0.17 , saturation: 0.32 and the lightness value of dddebf is 0.81.

The process color (four color CMYK) of #dddebf color hex is 0.00, 0.00, 0.14, 0.13. Web safe color of #dddebf is #cccccc. Color #dddebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10111111
Octal 335 336 277
Decimal 221 222 191
Hex DD DE BF

RGB Percentages of Color #dddebf

%34.86
%35.02
%30.13

CMYK Percentages of Color #dddebf

%0
%0
%14
%13

Triadic Colors of #dddebf

#dddebf #bfddde #debfdd

Analogous Colors of #dddebf

#dddebf #cedebf #ded0bf

Monochromatic Colors of #dddebf

#dddebf

Complementary Color

#dddebf #c0bfde

#dddebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddebf Color CSS Codes

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

#dddebf Text Font Color

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

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


#dddebf Background Color

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

This div background color is #dddebf


#dddebf Border Color

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

This div border color is #dddebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddebf


Comments

No comments written yet.

Please login to write comment.