COLOR #CDD2EF

HEX: #CDD2EF
RGB: (205,210,239)

Color info

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

RGB color model

#CDD2EF color RGB value is (205,210,239).

  • red value is 205;
  • green value is 210;
  • blue value is 239.
RGB:
(205,210,239)
(80%,82%,94%)

RGB channels and saturation

R 205 of 255 = 80%
G 210 of 255 = 82%
B 239 of 255 = 94%

205
210
239

R + G + B ~ 85%. #CDD2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 210 + 239 = 654 (100%)
R 205 of 654 ~ 31.35%
G 210 of 654 ~ 32.11%
B 239 of 654 ~ 36.54%

%31.35
%32.11
%36.54

CMYK color model

#CDD2EF color CMYK value is (14,12,0,6).

  • cyan value is 14.23%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(14,12,0,6)
C14M12Y0K6 
(14%,12%,0%,6%)
(0.14/0.12/0.00/0.06)	

CMYK percentages

%14.23
%12.13
%0
%6.27

Codes

Color #CDD2EF in popluar color models

CDD2EF
RGB205210239
HSL231°51.52%87.06%
HSB/HSV231°14.23%93.73%
CMYK14.23%12.13%0.00%
6.27%

Color #CDD2EF in popluar number systems.

HEXCDD2EF
Decimal205210239
Binary110011011101001011101111
Octal315322357

Shades and tints

Shades of #CDD2EF

#CDD2EF
(205,210,239)
#BBBFDA
(187,191,218)
#A9ACC5
(169,172,197)
#9799B0
(151,153,176)
#85869B
(133,134,155)
#737386
(115,115,134)
#616071
(97,96,113)
#4F4D5C
(79,77,92)
#3D3A47
(61,58,71)
#2B2732
(43,39,50)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #CDD2EF

#CDD2EF
(205,210,239)
#D1D6F0
(209,214,240)
#D5DAF1
(213,218,241)
#D9DEF2
(217,222,242)
#DDE2F3
(221,226,243)
#E1E6F4
(225,230,244)
#E5EAF5
(229,234,245)
#E9EEF6
(233,238,246)
#EDF2F7
(237,242,247)
#F1F6F8
(241,246,248)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD2EF color. Also use rgb(205,210,239) instead hex code.

Text Font Color

.myTextColor { color: #CDD2EF; }

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

This text font color is #CDD2EF.


Background Color

.myBgColor { background-color: #CDD2EF; }

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

This div background color is #CDD2EF.


Border color

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

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

This div border color is #CDD2EF.


Opacity

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

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

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

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

This text has shadow with #CDD2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD2EF on black background.


Color preview on white background

This text has color #CDD2EF on white background.



Black color preview on #CDD2EF background

This text has black color on #CDD2EF background.


White color preview on #CDD2EF background

This text has white color on #CDD2EF background.