Color Hex Logo

#dddec3 Color Hex

#DDDEC3
(221,222,195)
2 Favorites   0 Comments

Color spaces of #dddec3

RGB 221222195
HSL0.170.290.82
HSV62°12°87°
CMYK 0.000.000.12   0.13
XYZ65.790471.554861.9737
Yxy71.55480.33010.3590
Hunter Lab84.5901-9.203315.7751
CIE-Lab87.7539-4.920613.1389

#dddec3 color RGB value is (221,222,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11000011
Octal 335 336 303
Decimal 221 222 195
Hex DD DE C3

RGB Percentages of Color #dddec3

%34.64
%34.80
%30.56

CMYK Percentages of Color #dddec3

%0
%0
%12
%13

Triadic Colors of #dddec3

#dddec3 #c3ddde #dec3dd

Analogous Colors of #dddec3

#dddec3 #d0dec3 #ded2c3

Monochromatic Colors of #dddec3

#dddec3

Complementary Color

#dddec3 #c4c3de

#dddec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddec3 Color CSS Codes

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

#dddec3 Text Font Color

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

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


#dddec3 Background Color

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

This div background color is #dddec3


#dddec3 Border Color

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

This div border color is #dddec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddec3


Comments

No comments written yet.

Please login to write comment.