Color Hex Logo

#cce1dc Color Hex

#CCE1DC
(204,225,220)
1 Favorites   0 Comments

Color spaces of #cce1dc

RGB 204225220
HSL0.460.260.84
HSV166°88°
CMYK 0.090.000.02   0.12
XYZ64.745371.855178.1671
Yxy71.85510.30150.3346
Hunter Lab84.7674-12.00474.6637
CIE-Lab87.8988-7.89980.0541

#cce1dc color RGB value is (204,225,220).

#cce1dc hex color red value is 204, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cce1dc hue: 0.46 , saturation: 0.26 and the lightness value of cce1dc is 0.84.

The process color (four color CMYK) of #cce1dc color hex is 0.09, 0.00, 0.02, 0.12. Web safe color of #cce1dc is #cccccc. Color #cce1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 11011100
Octal 314 341 334
Decimal 204 225 220
Hex CC E1 DC

RGB Percentages of Color #cce1dc

%31.43
%34.67
%33.90

CMYK Percentages of Color #cce1dc

%9
%0
%2
%12

Triadic Colors of #cce1dc

#cce1dc #dccce1 #e1dccc

Analogous Colors of #cce1dc

#cce1dc #ccdce1 #cce1d2

Monochromatic Colors of #cce1dc

#cce1dc

Complementary Color

#cce1dc #e1ccd1

#cce1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1dc Color CSS Codes

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

#cce1dc Text Font Color

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

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


#cce1dc Background Color

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

This div background color is #cce1dc


#cce1dc Border Color

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

This div border color is #cce1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1dc

#cce1dc Color Palettes


Comments

No comments written yet.

Please login to write comment.