Color Hex Logo

#cde1dd Color Hex

#CDE1DD
(205,225,221)
0 Favorites   0 Comments

Color spaces of #cde1dd

RGB 205225221
HSL0.470.250.84
HSV168°88°
CMYK 0.090.000.02   0.12
XYZ65.153272.050078.8797
Yxy72.05000.30150.3334
Hunter Lab84.8823-11.53254.3204
CIE-Lab87.9927-7.3824-0.3266

#cde1dd color RGB value is (205,225,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 11011101
Octal 315 341 335
Decimal 205 225 221
Hex CD E1 DD

RGB Percentages of Color #cde1dd

%31.49
%34.56
%33.95

CMYK Percentages of Color #cde1dd

%9
%0
%2
%12

Triadic Colors of #cde1dd

#cde1dd #ddcde1 #e1ddcd

Analogous Colors of #cde1dd

#cde1dd #cddbe1 #cde1d3

Monochromatic Colors of #cde1dd

#cde1dd

Complementary Color

#cde1dd #e1cdd1

#cde1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde1dd Color CSS Codes

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

#cde1dd Text Font Color

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

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


#cde1dd Background Color

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

This div background color is #cde1dd


#cde1dd Border Color

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

This div border color is #cde1dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,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 #cde1dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde1dd


Comments

No comments written yet.

Please login to write comment.