COLOR #CDE4EE

HEX: #CDE4EE RGB: (205,228,238)

Color info

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

RGB color model

#CDE4EE color RGB value is (205,228,238).

RGB: (205,228,238) (80%, 89%, 93%)

RGB channels and saturation

R 205 of 255 = 80%
G 228 of 255 = 89%
B 238 of 255 = 93%

205
228
238

R + G + B ~ 87%. #CDE4EE is light color.

Portions of RGB colors in percentages

R + G + B = 205 + 228 + 238 = 671 (100%)
R 205 of 671 ~ 30.55%
G 228 of 671 ~ 33.98%
B 238 of 671 ~ 35.47'%

%30.55
%33.98
%35.47

CMYK color model

#CDE4EE color CMYK value is (14,4,0,7).

  • cyan value is 13.87%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (14,4,0,7)
C14M4Y0K7 (14%, 4%, 0%, 7%)
(0.14 / 0.04 / 0.00 / 0.07)

CMYK percentages

%13.87
%4.2
%0
%6.67

Codes

Color #CDE4EE in popluar color models

CD E4 EE
RGB 205 228 238
HSL 198° 49.25% 86.86%
HSB/HSV 198° 13.87% 93.33%
CMYK 13.87% 4.20% 0.00%
6.67%

Color #CDE4EE in popluar number systems.

HEX CD E4 EE
Decimal 205 228 238
Binary 11001101 11100100 11101110
Octal 315 344 356

Shades and tints

Shades of #CDE4EE

#CDE4EE
(205,228,238)
#BBD0D9
(187,208,217)
#A9BCC4
(169,188,196)
#97A8AF
(151,168,175)
#85949A
(133,148,154)
#738085
(115,128,133)
#616C70
(97,108,112)
#4F585B
(79,88,91)
#3D4446
(61,68,70)
#2B3031
(43,48,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #CDE4EE

#CDE4EE
(205,228,238)
#D1E6EF
(209,230,239)
#D5E8F0
(213,232,240)
#D9EAF1
(217,234,241)
#DDECF2
(221,236,242)
#E1EEF3
(225,238,243)
#E5F0F4
(229,240,244)
#E9F2F5
(233,242,245)
#EDF4F6
(237,244,246)
#F1F6F7
(241,246,247)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE4EE color. Also use rgb(205,228,238) instead hex code.

Text Font Color

.myTextColor { color: #CDE4EE; }

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

This text font color is #CDE4EE.

Background Color

.myBgColor { background-color: #CDE4EE; }

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

This div background color is #CDE4EE.

Border color

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

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

This div border color is #CDE4EE.

Opacity

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

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

Text with #CDE4EE 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 #CDE4EE;}

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

This text has shadow with #CDE4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDE4EE.

Preview

Color preview on black background

This text has color #CDE4EE on black background.


Color preview on white background

This text has color #CDE4EE on white background.


Black color preview on #CDE4EE background

This text has black color on #CDE4EE background.


White color preview on #CDE4EE background

This text has white color on #CDE4EE background.


Related colors

Complementary color

Complementary color for #hex is #321B11.


I love getcolorcode.com

Triadic colors

1 #EECDE4 and #E4EECD with #CDE4EE are triadic colors.

2 #EEE4CD and #E4CDEE with #CDE4EE are triadic colors.