Color Hex Logo

#cde6dd Color Hex

#CDE6DD
(205,230,221)
0 Favorites   0 Comments

Color spaces of #cde6dd

RGB 205230221
HSL0.440.330.85
HSV158°11°90°
CMYK 0.110.000.04   0.10
XYZ66.524874.793279.3369
Yxy74.79320.30150.3390
Hunter Lab86.4831-14.03906.1473
CIE-Lab89.2960-9.92821.5742

#cde6dd color RGB value is (205,230,221).

#cde6dd hex color red value is 205, green value is 230 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cde6dd hue: 0.44 , saturation: 0.33 and the lightness value of cde6dd is 0.85.

The process color (four color CMYK) of #cde6dd color hex is 0.11, 0.00, 0.04, 0.10. Web safe color of #cde6dd is #ccffcc. Color #cde6dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 11011101
Octal 315 346 335
Decimal 205 230 221
Hex CD E6 DD

RGB Percentages of Color #cde6dd

%31.25
%35.06
%33.69

CMYK Percentages of Color #cde6dd

%11
%0
%4
%10

Triadic Colors of #cde6dd

#cde6dd #ddcde6 #e6ddcd

Analogous Colors of #cde6dd

#cde6dd #cde3e6 #cde6d1

Monochromatic Colors of #cde6dd

#cde6dd

Complementary Color

#cde6dd #e6cdd6

#cde6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde6dd Color CSS Codes

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

#cde6dd Text Font Color

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

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


#cde6dd Background Color

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

This div background color is #cde6dd


#cde6dd Border Color

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

This div border color is #cde6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde6dd


Comments

No comments written yet.

Please login to write comment.