Color Hex Logo

#dccee1 Color Hex

#DCCEE1
(220,206,225)
0 Favorites   0 Comments

Color spaces of #dccee1

RGB 220206225
HSL0.790.240.85
HSV284°88°
CMYK 0.020.080.00   0.12
XYZ65.177164.794580.3055
Yxy64.79450.31000.3081
Hunter Lab80.49503.6658-2.8039
CIE-Lab84.37778.2531-7.6351

#dccee1 color RGB value is (220,206,225).

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

The process color (four color CMYK) of #dccee1 color hex is 0.02, 0.08, 0.00, 0.12. Web safe color of #dccee1 is #cccccc. Color #dccee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11100001
Octal 334 316 341
Decimal 220 206 225
Hex DC CE E1

RGB Percentages of Color #dccee1

%33.79
%31.64
%34.56

CMYK Percentages of Color #dccee1

%2
%8
%0
%12

Triadic Colors of #dccee1

#dccee1 #e1dcce #cee1dc

Analogous Colors of #dccee1

#dccee1 #e1cedd #d3cee1

Monochromatic Colors of #dccee1

#dccee1

Complementary Color

#dccee1 #d3e1ce

#dccee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccee1 Color CSS Codes

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

#dccee1 Text Font Color

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

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


#dccee1 Background Color

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

This div background color is #dccee1


#dccee1 Border Color

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

This div border color is #dccee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccee1


Comments

No comments written yet.

Please login to write comment.