Color Hex Logo

#cce1dd Color Hex

#CCE1DD
(204,225,221)
0 Favorites   0 Comments

Color spaces of #cce1dd

RGB 204225221
HSL0.470.260.84
HSV169°88°
CMYK 0.090.000.02   0.12
XYZ64.878271.908378.8668
Yxy71.90830.30080.3334
Hunter Lab84.7988-11.83034.2167
CIE-Lab87.9244-7.7095-0.4344

#cce1dd color RGB value is (204,225,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 11011101
Octal 314 341 335
Decimal 204 225 221
Hex CC E1 DD

RGB Percentages of Color #cce1dd

%31.38
%34.62
%34.00

CMYK Percentages of Color #cce1dd

%9
%0
%2
%12

Triadic Colors of #cce1dd

#cce1dd #ddcce1 #e1ddcc

Analogous Colors of #cce1dd

#cce1dd #ccdbe1 #cce1d3

Monochromatic Colors of #cce1dd

#cce1dd

Complementary Color

#cce1dd #e1ccd0

#cce1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1dd Color CSS Codes

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

#cce1dd Text Font Color

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

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


#cce1dd Background Color

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

This div background color is #cce1dd


#cce1dd Border Color

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

This div border color is #cce1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1dd


Comments

No comments written yet.

Please login to write comment.