COLOR #CDDEE5

HEX: #CDDEE5
RGB: (205,222,229)

Color info

#CDDEE5 contains red, green and blue colors in about the same proportion. Web safe color of #CDDEE5 is #CCCCCC (or #CCC).

RGB color model

#CDDEE5 color RGB value is (205,222,229).

  • red value is 205;
  • green value is 222;
  • blue value is 229.
RGB:
(205,222,229)
(80%,87%,90%)

RGB channels and saturation

R 205 of 255 = 80%
G 222 of 255 = 87%
B 229 of 255 = 90%

205
222
229

R + G + B ~ 86%. #CDDEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 222 + 229 = 656 (100%)
R 205 of 656 ~ 31.25%
G 222 of 656 ~ 33.84%
B 229 of 656 ~ 34.91%

%31.25
%33.84
%34.91

CMYK color model

#CDDEE5 color CMYK value is (10,3,0,10).

  • cyan value is 10.48%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,3,0,10)
C10M3Y0K10 
(10%,3%,0%,10%)
(0.10/0.03/0.00/0.10)	

CMYK percentages

%10.48
%3.06
%0
%10.2

Codes

Color #CDDEE5 in popluar color models

CDDEE5
RGB205222229
HSL198°31.58%85.10%
HSB/HSV198°10.48%89.80%
CMYK10.48%3.06%0.00%
10.20%

Color #CDDEE5 in popluar number systems.

HEXCDDEE5
Decimal205222229
Binary110011011101111011100101
Octal315336345

Shades and tints

Shades of #CDDEE5

#CDDEE5
(205,222,229)
#BBCAD1
(187,202,209)
#A9B6BD
(169,182,189)
#97A2A9
(151,162,169)
#858E95
(133,142,149)
#737A81
(115,122,129)
#61666D
(97,102,109)
#4F5259
(79,82,89)
#3D3E45
(61,62,69)
#2B2A31
(43,42,49)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #CDDEE5

#CDDEE5
(205,222,229)
#D1E1E7
(209,225,231)
#D5E4E9
(213,228,233)
#D9E7EB
(217,231,235)
#DDEAED
(221,234,237)
#E1EDEF
(225,237,239)
#E5F0F1
(229,240,241)
#E9F3F3
(233,243,243)
#EDF6F5
(237,246,245)
#F1F9F7
(241,249,247)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDDEE5; }

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

This text font color is #CDDEE5.


Background Color

.myBgColor { background-color: #CDDEE5; }

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

This div background color is #CDDEE5.


Border color

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

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

This div border color is #CDDEE5.


Opacity

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

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

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

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

This text has shadow with #CDDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDDEE5 on black background.


Color preview on white background

This text has color #CDDEE5 on white background.



Black color preview on #CDDEE5 background

This text has black color on #CDDEE5 background.


White color preview on #CDDEE5 background

This text has white color on #CDDEE5 background.