Color Hex Logo

#dccee3 Color Hex

#DCCEE3
(220,206,227)
0 Favorites   0 Comments

Color spaces of #dccee3

RGB 220206227
HSL0.780.270.85
HSV280°89°
CMYK 0.030.090.00   0.11
XYZ65.451664.904381.7512
Yxy64.90430.30860.3060
Hunter Lab80.56324.0323-3.7701
CIE-Lab84.43448.6269-8.6153

#dccee3 color RGB value is (220,206,227).

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

The process color (four color CMYK) of #dccee3 color hex is 0.03, 0.09, 0.00, 0.11. Web safe color of #dccee3 is #cccccc. Color #dccee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 11100011
Octal 334 316 343
Decimal 220 206 227
Hex DC CE E3

RGB Percentages of Color #dccee3

%33.69
%31.55
%34.76

CMYK Percentages of Color #dccee3

%3
%9
%0
%11

Triadic Colors of #dccee3

#dccee3 #e3dcce #cee3dc

Analogous Colors of #dccee3

#dccee3 #e3cee0 #d2cee3

Monochromatic Colors of #dccee3

#dccee3

Complementary Color

#dccee3 #d5e3ce

#dccee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccee3 Color CSS Codes

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

#dccee3 Text Font Color

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

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


#dccee3 Background Color

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

This div background color is #dccee3


#dccee3 Border Color

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

This div border color is #dccee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccee3


Comments

No comments written yet.

Please login to write comment.