Color Hex Logo

#dccdee Color Hex

#DCCDEE
(220,205,238)
0 Favorites   0 Comments

Color spaces of #dccdee

RGB 220205238
HSL0.740.490.87
HSV267°14°93°
CMYK 0.080.140.00   0.07
XYZ66.779165.051389.9254
Yxy65.05130.30110.2933
Hunter Lab80.65446.6468-9.6472
CIE-Lab84.510211.2655-14.3518

#dccdee color RGB value is (220,205,238).

#dccdee hex color red value is 220, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dccdee hue: 0.74 , saturation: 0.49 and the lightness value of dccdee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 11101110
Octal 334 315 356
Decimal 220 205 238
Hex DC CD EE

RGB Percentages of Color #dccdee

%33.18
%30.92
%35.90

CMYK Percentages of Color #dccdee

%8
%14
%0
%7

Triadic Colors of #dccdee

#dccdee #eedccd #cdeedc

Analogous Colors of #dccdee

#dccdee #edcdee #cdcfee

Monochromatic Colors of #dccdee

#dccdee

Complementary Color

#dccdee #dfeecd

#dccdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdee Color CSS Codes

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

#dccdee Text Font Color

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

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


#dccdee Background Color

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

This div background color is #dccdee


#dccdee Border Color

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

This div border color is #dccdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccdee


Comments

No comments written yet.

Please login to write comment.