Color Hex Logo

#dceddd Color Hex

#DCEDDD
(220,237,221)
0 Favorites   0 Comments

Color spaces of #dceddd

RGB 220237221
HSL0.340.320.90
HSV124°93°
CMYK 0.070.000.07   0.07
XYZ72.850581.004580.2024
Yxy81.00450.31130.3461
Hunter Lab90.0025-13.021610.1677
CIE-Lab92.1337-8.51245.8147

#dceddd color RGB value is (220,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11011101
Octal 334 355 335
Decimal 220 237 221
Hex DC ED DD

RGB Percentages of Color #dceddd

%32.45
%34.96
%32.60

CMYK Percentages of Color #dceddd

%7
%0
%7
%7

Triadic Colors of #dceddd

#dceddd #dddced #eddddc

Analogous Colors of #dceddd

#dceddd #dcede6 #e4eddc

Monochromatic Colors of #dceddd

#dceddd

Complementary Color

#dceddd #eddcec

#dceddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceddd Color CSS Codes

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

#dceddd Text Font Color

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

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


#dceddd Background Color

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

This div background color is #dceddd


#dceddd Border Color

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

This div border color is #dceddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceddd


Comments

No comments written yet.

Please login to write comment.