Color Hex Logo

#dceddb Color Hex

#DCEDDB
(220,237,219)
0 Favorites   0 Comments

Color spaces of #dceddb

RGB 220237219
HSL0.320.330.89
HSV117°93°
CMYK 0.070.000.08   0.07
XYZ72.585680.898578.8071
Yxy80.89850.31250.3483
Hunter Lab89.9436-13.349611.0116
CIE-Lab92.0865-8.86436.7869

#dceddb color RGB value is (220,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11011011
Octal 334 355 333
Decimal 220 237 219
Hex DC ED DB

RGB Percentages of Color #dceddb

%32.54
%35.06
%32.40

CMYK Percentages of Color #dceddb

%7
%0
%8
%7

Triadic Colors of #dceddb

#dceddb #dbdced #eddbdc

Analogous Colors of #dceddb

#dceddb #dbede3 #e5eddb

Monochromatic Colors of #dceddb

#dceddb

Complementary Color

#dceddb #ecdbed

#dceddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceddb Color CSS Codes

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

#dceddb Text Font Color

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

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


#dceddb Background Color

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

This div background color is #dceddb


#dceddb Border Color

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

This div border color is #dceddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceddb


Comments

No comments written yet.

Please login to write comment.