Color Hex Logo

#dcdeee Color Hex

#DCDEEE
(220,222,238)
0 Favorites   0 Comments

Color spaces of #dcdeee

RGB 220222238
HSL0.650.350.90
HSV233°93°
CMYK 0.080.070.00   0.07
XYZ71.069173.631291.3554
Yxy73.63120.30110.3119
Hunter Lab85.8086-2.3264-3.0565
CIE-Lab88.74792.3210-8.0348

#dcdeee color RGB value is (220,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11101110
Octal 334 336 356
Decimal 220 222 238
Hex DC DE EE

RGB Percentages of Color #dcdeee

%32.35
%32.65
%35.00

CMYK Percentages of Color #dcdeee

%8
%7
%0
%7

Triadic Colors of #dcdeee

#dcdeee #eedcde #deeedc

Analogous Colors of #dcdeee

#dcdeee #e3dcee #dce7ee

Monochromatic Colors of #dcdeee

#dcdeee

Complementary Color

#dcdeee #eeecdc

#dcdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdeee Color CSS Codes

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

#dcdeee Text Font Color

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

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


#dcdeee Background Color

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

This div background color is #dcdeee


#dcdeee Border Color

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

This div border color is #dcdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdeee


Comments

No comments written yet.

Please login to write comment.