COLOR #CDD9FA

HEX: #CDD9FA RGB: (205,217,250)

Color info

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

RGB color model

#CDD9FA color RGB value is (205,217,250).

RGB: (205,217,250) (80%, 85%, 98%)

RGB channels and saturation

R 205 of 255 = 80%
G 217 of 255 = 85%
B 250 of 255 = 98%

205
217
250

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

Portions of RGB colors in percentages

R + G + B = 205 + 217 + 250 = 672 (100%)
R 205 of 672 ~ 30.51%
G 217 of 672 ~ 32.29%
B 250 of 672 ~ 37.2'%

%30.51
%32.29
%37.2

CMYK color model

#CDD9FA color CMYK value is (18,13,0,2).

  • cyan value is 18.00%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (18,13,0,2)
C18M13Y0K2 (18%, 13%, 0%, 2%)
(0.18 / 0.13 / 0.00 / 0.02)

CMYK percentages

%18
%13.2
%0
%1.96

Codes

Color #CDD9FA in popluar color models

CD D9 FA
RGB 205 217 250
HSL 224° 81.82% 89.22%
HSB/HSV 224° 18.00% 98.04%
CMYK 18.00% 13.20% 0.00%
1.96%

Color #CDD9FA in popluar number systems.

HEX CD D9 FA
Decimal 205 217 250
Binary 11001101 11011001 11111010
Octal 315 331 372

Shades and tints

Shades of #CDD9FA

#CDD9FA
(205,217,250)
#BBC6E4
(187,198,228)
#A9B3CE
(169,179,206)
#97A0B8
(151,160,184)
#858DA2
(133,141,162)
#737A8C
(115,122,140)
#616776
(97,103,118)
#4F5460
(79,84,96)
#3D414A
(61,65,74)
#2B2E34
(43,46,52)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #CDD9FA

#CDD9FA
(205,217,250)
#D1DCFA
(209,220,250)
#D5DFFA
(213,223,250)
#D9E2FA
(217,226,250)
#DDE5FA
(221,229,250)
#E1E8FA
(225,232,250)
#E5EBFA
(229,235,250)
#E9EEFA
(233,238,250)
#EDF1FA
(237,241,250)
#F1F4FA
(241,244,250)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD9FA; }

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

This text font color is #CDD9FA.

Background Color

.myBgColor { background-color: #CDD9FA; }

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

This div background color is #CDD9FA.

Border color

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

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

This div border color is #CDD9FA.

Opacity

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

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

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

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

This text has shadow with #CDD9FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD9FA.

Preview

Color preview on black background

This text has color #CDD9FA on black background.


Color preview on white background

This text has color #CDD9FA on white background.


Black color preview on #CDD9FA background

This text has black color on #CDD9FA background.


White color preview on #CDD9FA background

This text has white color on #CDD9FA background.


Related colors

Complementary color

Complementary color for #hex is #322605.


I love getcolorcode.com

Triadic colors

1 #FACDD9 and #D9FACD with #CDD9FA are triadic colors.

2 #FAD9CD and #D9CDFA with #CDD9FA are triadic colors.