COLOR #CDD2E6

HEX: #CDD2E6 RGB: (205,210,230)

Color info

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

RGB color model

#CDD2E6 color RGB value is (205,210,230).

RGB: (205,210,230) (80%, 82%, 90%)

RGB channels and saturation

R 205 of 255 = 80%
G 210 of 255 = 82%
B 230 of 255 = 90%

205
210
230

R + G + B ~ 84%. #CDD2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 210 + 230 = 645 (100%)
R 205 of 645 ~ 31.78%
G 210 of 645 ~ 32.56%
B 230 of 645 ~ 35.66'%

%31.78
%32.56
%35.66

CMYK color model

#CDD2E6 color CMYK value is (11,9,0,10).

  • cyan value is 10.87%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (11,9,0,10) C11M9Y0K10 (11%,9%,0%,10%) (0.11/0.09/0.00/0.10) 

CMYK percentages

%10.87
%8.7
%0
%9.8

Codes

Color #CDD2E6 in popluar color models

CD D2 E6
RGB 205 210 230
HSL 228° 33.33% 85.29%
HSB/HSV 228° 10.87% 90.20%
CMYK 10.87% 8.70% 0.00%
9.80%

Color #CDD2E6 in popluar number systems.

HEX CD D2 E6
Decimal 205 210 230
Binary 11001101 11010010 11100110
Octal 315 322 346

Shades and tints

Shades of #CDD2E6

#CDD2E6
(205,210,230)
#BBBFD2
(187,191,210)
#A9ACBE
(169,172,190)
#9799AA
(151,153,170)
#858696
(133,134,150)
#737382
(115,115,130)
#61606E
(97,96,110)
#4F4D5A
(79,77,90)
#3D3A46
(61,58,70)
#2B2732
(43,39,50)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #CDD2E6

#CDD2E6
(205,210,230)
#D1D6E8
(209,214,232)
#D5DAEA
(213,218,234)
#D9DEEC
(217,222,236)
#DDE2EE
(221,226,238)
#E1E6F0
(225,230,240)
#E5EAF2
(229,234,242)
#E9EEF4
(233,238,244)
#EDF2F6
(237,242,246)
#F1F6F8
(241,246,248)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD2E6; }

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

This text font color is #CDD2E6.

Background Color

.myBgColor { background-color: #CDD2E6; }

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

This div background color is #CDD2E6.

Border color

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

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

This div border color is #CDD2E6.

Opacity

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

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

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

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

This text has shadow with #CDD2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD2E6.

Preview

Color preview on black background

This text has color #CDD2E6 on black background.


Color preview on white background

This text has color #CDD2E6 on white background.


Black color preview on #CDD2E6 background

This text has black color on #CDD2E6 background.


White color preview on #CDD2E6 background

This text has white color on #CDD2E6 background.


Related colors

Complementary color

Complementary color for #hex is #322D19.


I love getcolorcode.com

Triadic colors

1 #E6CDD2 and #D2E6CD with #CDD2E6 are triadic colors.

2 #E6D2CD and #D2CDE6 with #CDD2E6 are triadic colors.