Color Hex Logo

#ddded3 Color Hex

#DDDED3
(221,222,211)
0 Favorites   0 Comments

Color spaces of #ddded3

RGB 221222211
HSL0.180.140.85
HSV65°87°
CMYK 0.000.000.05   0.13
XYZ67.697972.317972.0187
Yxy72.31790.31930.3411
Hunter Lab85.0399-6.72109.3164
CIE-Lab88.1214-2.27085.2620

#ddded3 color RGB value is (221,222,211).

#ddded3 hex color red value is 221, green value is 222 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ddded3 hue: 0.18 , saturation: 0.14 and the lightness value of ddded3 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11010011
Octal 335 336 323
Decimal 221 222 211
Hex DD DE D3

RGB Percentages of Color #ddded3

%33.79
%33.94
%32.26

CMYK Percentages of Color #ddded3

%0
%0
%5
%13

Triadic Colors of #ddded3

#ddded3 #d3ddde #ded3dd

Analogous Colors of #ddded3

#ddded3 #d8ded3 #dedad3

Monochromatic Colors of #ddded3

#ddded3

Complementary Color

#ddded3 #d4d3de

#ddded3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddded3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddded3 Color CSS Codes

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

#ddded3 Text Font Color

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

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


#ddded3 Background Color

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

This div background color is #ddded3


#ddded3 Border Color

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

This div border color is #ddded3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddded3


Comments

No comments written yet.

Please login to write comment.