COLOR #CDD9EA

HEX: #CDD9EA RGB: (205,217,234)

Color info

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

RGB color model

#CDD9EA color RGB value is (205,217,234).

RGB: (205,217,234) (80%, 85%, 92%)

RGB channels and saturation

R 205 of 255 = 80%
G 217 of 255 = 85%
B 234 of 255 = 92%

205
217
234

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

Portions of RGB colors in percentages

R + G + B = 205 + 217 + 234 = 656 (100%)
R 205 of 656 ~ 31.25%
G 217 of 656 ~ 33.08%
B 234 of 656 ~ 35.67'%

%31.25
%33.08
%35.67

CMYK color model

#CDD9EA color CMYK value is (12,7,0,8).

  • cyan value is 12.39%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (12,7,0,8)
C12M7Y0K8 (12%, 7%, 0%, 8%)
(0.12 / 0.07 / 0.00 / 0.08)

CMYK percentages

%12.39
%7.26
%0
%8.24

Codes

Color #CDD9EA in popluar color models

CD D9 EA
RGB 205 217 234
HSL 215° 40.85% 86.08%
HSB/HSV 215° 12.39% 91.76%
CMYK 12.39% 7.26% 0.00%
8.24%

Color #CDD9EA in popluar number systems.

HEX CD D9 EA
Decimal 205 217 234
Binary 11001101 11011001 11101010
Octal 315 331 352

Shades and tints

Shades of #CDD9EA

#CDD9EA
(205,217,234)
#BBC6D5
(187,198,213)
#A9B3C0
(169,179,192)
#97A0AB
(151,160,171)
#858D96
(133,141,150)
#737A81
(115,122,129)
#61676C
(97,103,108)
#4F5457
(79,84,87)
#3D4142
(61,65,66)
#2B2E2D
(43,46,45)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #CDD9EA

#CDD9EA
(205,217,234)
#D1DCEB
(209,220,235)
#D5DFEC
(213,223,236)
#D9E2ED
(217,226,237)
#DDE5EE
(221,229,238)
#E1E8EF
(225,232,239)
#E5EBF0
(229,235,240)
#E9EEF1
(233,238,241)
#EDF1F2
(237,241,242)
#F1F4F3
(241,244,243)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD9EA color. Also use rgb(205,217,234) instead hex code.

Text Font Color

.myTextColor { color: #CDD9EA; }

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

This text font color is #CDD9EA.

Background Color

.myBgColor { background-color: #CDD9EA; }

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

This div background color is #CDD9EA.

Border color

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

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

This div border color is #CDD9EA.

Opacity

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

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

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

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

This text has shadow with #CDD9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD9EA.

Preview

Color preview on black background

This text has color #CDD9EA on black background.


Color preview on white background

This text has color #CDD9EA on white background.


Black color preview on #CDD9EA background

This text has black color on #CDD9EA background.


White color preview on #CDD9EA background

This text has white color on #CDD9EA background.


Related colors

Complementary color

Complementary color for #hex is #322615.


I love getcolorcode.com

Triadic colors

1 #EACDD9 and #D9EACD with #CDD9EA are triadic colors.

2 #EAD9CD and #D9CDEA with #CDD9EA are triadic colors.