Color Hex Logo

#ddddda Color Hex

#DDDDDA
(221,221,218)
0 Favorites   0 Comments

Color spaces of #ddddda

RGB 221221218
HSL0.170.040.86
HSV60°87°
CMYK 0.000.000.01   0.13
XYZ68.330172.147076.6540
Yxy72.14700.31470.3323
Hunter Lab84.9394-5.04835.9510
CIE-Lab88.0393-0.53131.4594

#ddddda color RGB value is (221,221,218).

#ddddda hex color red value is 221, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddddda hue: 0.17 , saturation: 0.04 and the lightness value of ddddda is 0.86.

The process color (four color CMYK) of #ddddda color hex is 0.00, 0.00, 0.01, 0.13. Web safe color of #ddddda is #cccccc. Color #ddddda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11011010
Octal 335 335 332
Decimal 221 221 218
Hex DD DD DA

RGB Percentages of Color #ddddda

%33.48
%33.48
%33.03

CMYK Percentages of Color #ddddda

%0
%0
%1
%13

Triadic Colors of #ddddda

#ddddda #dadddd #dddadd

Analogous Colors of #ddddda

#ddddda #dcddda #dddcda

Monochromatic Colors of #ddddda

#ddddda

Complementary Color

#ddddda #dadadd

#ddddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddda Color CSS Codes

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

#ddddda Text Font Color

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

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


#ddddda Background Color

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

This div background color is #ddddda


#ddddda Border Color

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

This div border color is #ddddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddda

#ddddda Color Palettes


Comments

No comments written yet.

Please login to write comment.