Color Hex Logo

#ddffde Color Hex

#DDFFDE
(221,255,222)
0 Favorites   0 Comments

Color spaces of #ddffde

RGB 221255222
HSL0.341.000.93
HSV122°13°100°
CMYK 0.130.000.13   0.00
XYZ78.763692.166182.7458
Yxy92.16610.31050.3633
Hunter Lab96.0032-21.559316.0998
CIE-Lab96.8882-16.946212.1225

#ddffde color RGB value is (221,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11011110
Octal 335 377 336
Decimal 221 255 222
Hex DD FF DE

RGB Percentages of Color #ddffde

%31.66
%36.53
%31.81

CMYK Percentages of Color #ddffde

%13
%0
%13
%0

Triadic Colors of #ddffde

#ddffde #deddff #ffdedd

Analogous Colors of #ddffde

#ddffde #ddffef #edffdd

Monochromatic Colors of #ddffde

#ddffde

Complementary Color

#ddffde #ffddfe

#ddffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffde Color CSS Codes

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

#ddffde Text Font Color

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

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


#ddffde Background Color

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

This div background color is #ddffde


#ddffde Border Color

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

This div border color is #ddffde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,255,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 #ddffde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffde

Related Colors


Comments

No comments written yet.

Please login to write comment.