Color Hex Logo

#dccee5 Color Hex

#DCCEE5
(220,206,229)
0 Favorites   0 Comments

Color spaces of #dccee5

RGB 220206229
HSL0.770.310.85
HSV277°10°90°
CMYK 0.040.100.00   0.10
XYZ65.729465.015483.2137
Yxy65.01540.30720.3039
Hunter Lab80.63214.4027-4.7458
CIE-Lab84.49179.0038-9.5941

#dccee5 color RGB value is (220,206,229).

#dccee5 hex color red value is 220, green value is 206 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dccee5 hue: 0.77 , saturation: 0.31 and the lightness value of dccee5 is 0.85.

The process color (four color CMYK) of #dccee5 color hex is 0.04, 0.10, 0.00, 0.10. Web safe color of #dccee5 is #cccccc. Color #dccee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11100101
Octal 334 316 345
Decimal 220 206 229
Hex DC CE E5

RGB Percentages of Color #dccee5

%33.59
%31.45
%34.96

CMYK Percentages of Color #dccee5

%4
%10
%0
%10

Triadic Colors of #dccee5

#dccee5 #e5dcce #cee5dc

Analogous Colors of #dccee5

#dccee5 #e5cee3 #d1cee5

Monochromatic Colors of #dccee5

#dccee5

Complementary Color

#dccee5 #d7e5ce

#dccee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccee5 Color CSS Codes

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

#dccee5 Text Font Color

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

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


#dccee5 Background Color

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

This div background color is #dccee5


#dccee5 Border Color

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

This div border color is #dccee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccee5


Comments

No comments written yet.

Please login to write comment.