Color Hex Logo

#ddedde Color Hex

#DDEDDE
(221,237,222)
0 Favorites   0 Comments

Color spaces of #ddedde

RGB 221237222
HSL0.340.310.90
HSV124°93°
CMYK 0.070.000.06   0.07
XYZ73.287881.214580.9205
Yxy81.21450.31130.3450
Hunter Lab90.1191-12.54639.8452
CIE-Lab92.2271-8.00115.4382

#ddedde color RGB value is (221,237,222).

#ddedde hex color red value is 221, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddedde hue: 0.34 , saturation: 0.31 and the lightness value of ddedde is 0.90.

The process color (four color CMYK) of #ddedde color hex is 0.07, 0.00, 0.06, 0.07. Web safe color of #ddedde is #ccffcc. Color #ddedde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 11011110
Octal 335 355 336
Decimal 221 237 222
Hex DD ED DE

RGB Percentages of Color #ddedde

%32.50
%34.85
%32.65

CMYK Percentages of Color #ddedde

%7
%0
%6
%7

Triadic Colors of #ddedde

#ddedde #dedded #eddedd

Analogous Colors of #ddedde

#ddedde #ddede6 #e4eddd

Monochromatic Colors of #ddedde

#ddedde

Complementary Color

#ddedde #edddec

#ddedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddedde Color CSS Codes

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

#ddedde Text Font Color

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

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


#ddedde Background Color

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

This div background color is #ddedde


#ddedde Border Color

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

This div border color is #ddedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddedde


Comments

No comments written yet.

Please login to write comment.