COLOR #CDE4E9

HEX: #CDE4E9 RGB: (205,228,233)

Color info

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

RGB color model

#CDE4E9 color RGB value is (205,228,233).

RGB: (205,228,233) (80%, 89%, 91%)

RGB channels and saturation

R 205 of 255 = 80%
G 228 of 255 = 89%
B 233 of 255 = 91%

205
228
233

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

Portions of RGB colors in percentages

R + G + B = 205 + 228 + 233 = 666 (100%)
R 205 of 666 ~ 30.78%
G 228 of 666 ~ 34.23%
B 233 of 666 ~ 34.98'%

%30.78
%34.23
%34.98

CMYK color model

#CDE4E9 color CMYK value is (12,2,0,9).

  • cyan value is 12.02%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (12,2,0,9)
C12M2Y0K9 (12%, 2%, 0%, 9%)
(0.12 / 0.02 / 0.00 / 0.09)

CMYK percentages

%12.02
%2.15
%0
%8.63

Codes

Color #CDE4E9 in popluar color models

CD E4 E9
RGB 205 228 233
HSL 191° 38.89% 85.88%
HSB/HSV 191° 12.02% 91.37%
CMYK 12.02% 2.15% 0.00%
8.63%

Color #CDE4E9 in popluar number systems.

HEX CD E4 E9
Decimal 205 228 233
Binary 11001101 11100100 11101001
Octal 315 344 351

Shades and tints

Shades of #CDE4E9

#CDE4E9
(205,228,233)
#BBD0D4
(187,208,212)
#A9BCBF
(169,188,191)
#97A8AA
(151,168,170)
#859495
(133,148,149)
#738080
(115,128,128)
#616C6B
(97,108,107)
#4F5856
(79,88,86)
#3D4441
(61,68,65)
#2B302C
(43,48,44)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #CDE4E9

#CDE4E9
(205,228,233)
#D1E6EB
(209,230,235)
#D5E8ED
(213,232,237)
#D9EAEF
(217,234,239)
#DDECF1
(221,236,241)
#E1EEF3
(225,238,243)
#E5F0F5
(229,240,245)
#E9F2F7
(233,242,247)
#EDF4F9
(237,244,249)
#F1F6FB
(241,246,251)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDE4E9; }

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

This text font color is #CDE4E9.

Background Color

.myBgColor { background-color: #CDE4E9; }

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

This div background color is #CDE4E9.

Border color

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

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

This div border color is #CDE4E9.

Opacity

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

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

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

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

This text has shadow with #CDE4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDE4E9.

Preview

Color preview on black background

This text has color #CDE4E9 on black background.


Color preview on white background

This text has color #CDE4E9 on white background.


Black color preview on #CDE4E9 background

This text has black color on #CDE4E9 background.


White color preview on #CDE4E9 background

This text has white color on #CDE4E9 background.


Related colors

Complementary color

Complementary color for #hex is #321B16.


I love getcolorcode.com

Triadic colors

1 #E9CDE4 and #E4E9CD with #CDE4E9 are triadic colors.

2 #E9E4CD and #E4CDE9 with #CDE4E9 are triadic colors.