Color Hex Logo

#dcdeed Color Hex

#DCDEED
(220,222,237)
0 Favorites   0 Comments

Color spaces of #dcdeed

RGB 220222237
HSL0.650.320.90
HSV233°93°
CMYK 0.070.060.00   0.07
XYZ70.922573.572690.5837
Yxy73.57260.30170.3130
Hunter Lab85.7745-2.5129-2.5722
CIE-Lab88.72012.1286-7.5501

#dcdeed color RGB value is (220,222,237).

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

The process color (four color CMYK) of #dcdeed color hex is 0.07, 0.06, 0.00, 0.07. Web safe color of #dcdeed is #ccccff. Color #dcdeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11101101
Octal 334 336 355
Decimal 220 222 237
Hex DC DE ED

RGB Percentages of Color #dcdeed

%32.40
%32.70
%34.90

CMYK Percentages of Color #dcdeed

%7
%6
%0
%7

Triadic Colors of #dcdeed

#dcdeed #eddcde #deeddc

Analogous Colors of #dcdeed

#dcdeed #e3dced #dce7ed

Monochromatic Colors of #dcdeed

#dcdeed

Complementary Color

#dcdeed #edebdc

#dcdeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdeed Color CSS Codes

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

#dcdeed Text Font Color

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

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


#dcdeed Background Color

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

This div background color is #dcdeed


#dcdeed Border Color

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

This div border color is #dcdeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdeed


Comments

No comments written yet.

Please login to write comment.