Color Hex Logo

#dcddee Color Hex

#DCDDEE
(220,221,238)
0 Favorites   0 Comments

Color spaces of #dcddee

RGB 220221238
HSL0.660.350.90
HSV237°93°
CMYK 0.080.070.00   0.07
XYZ70.804373.101691.2672
Yxy73.10160.30110.3108
Hunter Lab85.4995-1.8037-3.4400
CIE-Lab88.49612.8418-8.4081

#dcddee color RGB value is (220,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11101110
Octal 334 335 356
Decimal 220 221 238
Hex DC DD EE

RGB Percentages of Color #dcddee

%32.40
%32.55
%35.05

CMYK Percentages of Color #dcddee

%8
%7
%0
%7

Triadic Colors of #dcddee

#dcddee #eedcdd #ddeedc

Analogous Colors of #dcddee

#dcddee #e4dcee #dce6ee

Monochromatic Colors of #dcddee

#dcddee

Complementary Color

#dcddee #eeeddc

#dcddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddee Color CSS Codes

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

#dcddee Text Font Color

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

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


#dcddee Background Color

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

This div background color is #dcddee


#dcddee Border Color

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

This div border color is #dcddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddee


Comments

No comments written yet.

Please login to write comment.