Color Hex Logo

#dfeddd Color Hex

#DFEDDD
(223,237,221)
0 Favorites   0 Comments

Color spaces of #dfeddd

RGB 223237221
HSL0.310.310.90
HSV113°93°
CMYK 0.060.000.07   0.07
XYZ73.766881.476880.2453
Yxy81.47680.31320.3460
Hunter Lab90.2645-12.087410.4762
CIE-Lab92.3434-7.50616.1441

#dfeddd color RGB value is (223,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11011101
Octal 337 355 335
Decimal 223 237 221
Hex DF ED DD

RGB Percentages of Color #dfeddd

%32.75
%34.80
%32.45

CMYK Percentages of Color #dfeddd

%6
%0
%7
%7

Triadic Colors of #dfeddd

#dfeddd #dddfed #eddddf

Analogous Colors of #dfeddd

#dfeddd #ddede3 #e7eddd

Monochromatic Colors of #dfeddd

#dfeddd

Complementary Color

#dfeddd #ebdded

#dfeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeddd Color CSS Codes

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

#dfeddd Text Font Color

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

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


#dfeddd Background Color

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

This div background color is #dfeddd


#dfeddd Border Color

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

This div border color is #dfeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeddd


Comments

No comments written yet.

Please login to write comment.