Color Hex Logo

#ddfdee Color Hex

#DDFDEE
(221,253,238)
0 Favorites   0 Comments

Color spaces of #ddfdee

RGB 221253238
HSL0.420.890.93
HSV152°13°99°
CMYK 0.130.000.06   0.01
XYZ80.376791.795894.3710
Yxy91.79580.30160.3444
Hunter Lab95.8101-17.92118.6677
CIE-Lab96.7368-13.10923.6860

#ddfdee color RGB value is (221,253,238).

#ddfdee hex color red value is 221, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddfdee hue: 0.42 , saturation: 0.89 and the lightness value of ddfdee is 0.93.

The process color (four color CMYK) of #ddfdee color hex is 0.13, 0.00, 0.06, 0.01. Web safe color of #ddfdee is #ccffff. Color #ddfdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11101110
Octal 335 375 356
Decimal 221 253 238
Hex DD FD EE

RGB Percentages of Color #ddfdee

%31.04
%35.53
%33.43

CMYK Percentages of Color #ddfdee

%13
%0
%6
%1

Triadic Colors of #ddfdee

#ddfdee #eeddfd #fdeedd

Analogous Colors of #ddfdee

#ddfdee #ddfcfd #ddfdde

Monochromatic Colors of #ddfdee

#ddfdee

Complementary Color

#ddfdee #fdddec

#ddfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdee Color CSS Codes

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

#ddfdee Text Font Color

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

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


#ddfdee Background Color

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

This div background color is #ddfdee


#ddfdee Border Color

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

This div border color is #ddfdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdee

Related Colors


Comments

No comments written yet.

Please login to write comment.