COLOR #CDD2ED

HEX: #CDD2ED
RGB: (205,210,237)

Color info

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

RGB color model

#CDD2ED color RGB value is (205,210,237).

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

RGB channels and saturation

R 205 of 255 = 80%
G 210 of 255 = 82%
B 237 of 255 = 93%

205
210
237

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

Portions of RGB colors in percentages

R + G + B =
205 + 210 + 237 = 652 (100%)
R 205 of 652 ~ 31.44%
G 210 of 652 ~ 32.21%
B 237 of 652 ~ 36.35%

%31.44
%32.21
%36.35

CMYK color model

#CDD2ED color CMYK value is (14,11,0,7).

  • cyan value is 13.50%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,11,0,7)
C14M11Y0K7 
(14%,11%,0%,7%)
(0.14/0.11/0.00/0.07)	

CMYK percentages

%13.5
%11.39
%0
%7.06

Codes

Color #CDD2ED in popluar color models

CDD2ED
RGB205210237
HSL231°47.06%86.67%
HSB/HSV231°13.50%92.94%
CMYK13.50%11.39%0.00%
7.06%

Color #CDD2ED in popluar number systems.

HEXCDD2ED
Decimal205210237
Binary110011011101001011101101
Octal315322355

Shades and tints

Shades of #CDD2ED

#CDD2ED
(205,210,237)
#BBBFD8
(187,191,216)
#A9ACC3
(169,172,195)
#9799AE
(151,153,174)
#858699
(133,134,153)
#737384
(115,115,132)
#61606F
(97,96,111)
#4F4D5A
(79,77,90)
#3D3A45
(61,58,69)
#2B2730
(43,39,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #CDD2ED

#CDD2ED
(205,210,237)
#D1D6EE
(209,214,238)
#D5DAEF
(213,218,239)
#D9DEF0
(217,222,240)
#DDE2F1
(221,226,241)
#E1E6F2
(225,230,242)
#E5EAF3
(229,234,243)
#E9EEF4
(233,238,244)
#EDF2F5
(237,242,245)
#F1F6F6
(241,246,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD2ED; }

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

This text font color is #CDD2ED.


Background Color

.myBgColor { background-color: #CDD2ED; }

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

This div background color is #CDD2ED.


Border color

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

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

This div border color is #CDD2ED.


Opacity

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

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

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

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

This text has shadow with #CDD2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD2ED on black background.


Color preview on white background

This text has color #CDD2ED on white background.



Black color preview on #CDD2ED background

This text has black color on #CDD2ED background.


White color preview on #CDD2ED background

This text has white color on #CDD2ED background.