COLOR #CDE5ED

HEX: #CDE5ED RGB: (205,229,237)

Color info

#CDE5ED contains red, green and blue colors in about the same proportion. Web safe color of #CDE5ED is #CCCCFF (or #CCF).

RGB color model

#CDE5ED color RGB value is (205,229,237).

RGB: (205,229,237) (80%, 90%, 93%)

RGB channels and saturation

R 205 of 255 = 80%
G 229 of 255 = 90%
B 237 of 255 = 93%

205
229
237

R + G + B ~ 88%. #CDE5ED is light color.

Portions of RGB colors in percentages

R + G + B = 205 + 229 + 237 = 671 (100%)
R 205 of 671 ~ 30.55%
G 229 of 671 ~ 34.13%
B 237 of 671 ~ 35.32'%

%30.55
%34.13
%35.32

CMYK color model

#CDE5ED color CMYK value is (14,3,0,7).

  • cyan value is 13.50%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (14,3,0,7) C14M3Y0K7 (14%,3%,0%,7%) (0.14/0.03/0.00/0.07) 

CMYK percentages

%13.5
%3.38
%0
%7.06

Codes

Color #CDE5ED in popluar color models

CD E5 ED
RGB 205 229 237
HSL 195° 47.06% 86.67%
HSB/HSV 195° 13.50% 92.94%
CMYK 13.50% 3.38% 0.00%
7.06%

Color #CDE5ED in popluar number systems.

HEX CD E5 ED
Decimal 205 229 237
Binary 11001101 11100101 11101101
Octal 315 345 355

Shades and tints

Shades of #CDE5ED

#CDE5ED
(205,229,237)
#BBD1D8
(187,209,216)
#A9BDC3
(169,189,195)
#97A9AE
(151,169,174)
#859599
(133,149,153)
#738184
(115,129,132)
#616D6F
(97,109,111)
#4F595A
(79,89,90)
#3D4545
(61,69,69)
#2B3130
(43,49,48)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #CDE5ED

#CDE5ED
(205,229,237)
#D1E7EE
(209,231,238)
#D5E9EF
(213,233,239)
#D9EBF0
(217,235,240)
#DDEDF1
(221,237,241)
#E1EFF2
(225,239,242)
#E5F1F3
(229,241,243)
#E9F3F4
(233,243,244)
#EDF5F5
(237,245,245)
#F1F7F6
(241,247,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE5ED color. Also use rgb(205,229,237) instead hex code.

Text Font Color

.myTextColor { color: #CDE5ED; }

<p style="color:#CDE5ED">This sample text font color is #CDE5ED.</p>

This text font color is #CDE5ED.

Background Color

.myBgColor { background-color: #CDE5ED; }

<div style="background-color:#CDE5ED">Inner text</div>

This div background color is #CDE5ED.

Border color

.myBorderColor { border: 1px solid #CDE5ED; }

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

This div border color is #CDE5ED.

Opacity

.myOpacity80 { color: #CDE5ED; opacity: 0.8; }

<p style="color:#CDE5ED;opacity:0.8;">80%</p>

Text with #CDE5ED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CDE5ED;}

<p style="text-shadow: 3px 3px 1px #CDE5ED">Text here.</p>

This text has shadow with #CDE5ED color.


.textShadow {text-shadow: 3px 3px 1px #CDE5ED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CDE5ED, 5px 5px 20px red">Text here.</p>

This text has shadow with #CDE5ED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CDE5ED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CDE5ED, Direction=45, Strength=4)">Text</p>

This text has shadow with #CDE5ED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CDE5ED;
-webkit-box-shadow: 1px 1px 3px 2px #CDE5ED;
box-shadow: 1px 1px 3px 2px #CDE5ED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CDE5ED; -webkit-box-shadow: 1px 1px 3px 2px #CDE5ED; box-shadow:1px 1px 3px 2px #CDE5ED;">
Div content here
</div>

This div box has shadow with color #CDE5ED.

Preview

Color preview on black background

This text has color #CDE5ED on black background.


Color preview on white background

This text has color #CDE5ED on white background.


Black color preview on #CDE5ED background

This text has black color on #CDE5ED background.


White color preview on #CDE5ED background

This text has white color on #CDE5ED background.


Related colors

Complementary color

Complementary color for #hex is #321A12.


I love getcolorcode.com

Triadic colors

1 #EDCDE5 and #E5EDCD with #CDE5ED are triadic colors.

2 #EDE5CD and #E5CDED with #CDE5ED are triadic colors.