COLOR #CDD5EB

HEX: #CDD5EB RGB: (205,213,235)

Color info

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

RGB color model

#CDD5EB color RGB value is (205,213,235).

RGB: (205,213,235) (80%, 84%, 92%)

RGB channels and saturation

R 205 of 255 = 80%
G 213 of 255 = 84%
B 235 of 255 = 92%

205
213
235

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

Portions of RGB colors in percentages

R + G + B = 205 + 213 + 235 = 653 (100%)
R 205 of 653 ~ 31.39%
G 213 of 653 ~ 32.62%
B 235 of 653 ~ 35.99'%

%31.39
%32.62
%35.99

CMYK color model

#CDD5EB color CMYK value is (13,9,0,8).

  • cyan value is 12.77%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (13,9,0,8) C13M9Y0K8 (13%,9%,0%,8%) (0.13/0.09/0.00/0.08) 

CMYK percentages

%12.77
%9.36
%0
%7.84

Codes

Color #CDD5EB in popluar color models

CD D5 EB
RGB 205 213 235
HSL 224° 42.86% 86.27%
HSB/HSV 224° 12.77% 92.16%
CMYK 12.77% 9.36% 0.00%
7.84%

Color #CDD5EB in popluar number systems.

HEX CD D5 EB
Decimal 205 213 235
Binary 11001101 11010101 11101011
Octal 315 325 353

Shades and tints

Shades of #CDD5EB

#CDD5EB
(205,213,235)
#BBC2D6
(187,194,214)
#A9AFC1
(169,175,193)
#979CAC
(151,156,172)
#858997
(133,137,151)
#737682
(115,118,130)
#61636D
(97,99,109)
#4F5058
(79,80,88)
#3D3D43
(61,61,67)
#2B2A2E
(43,42,46)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #CDD5EB

#CDD5EB
(205,213,235)
#D1D8EC
(209,216,236)
#D5DBED
(213,219,237)
#D9DEEE
(217,222,238)
#DDE1EF
(221,225,239)
#E1E4F0
(225,228,240)
#E5E7F1
(229,231,241)
#E9EAF2
(233,234,242)
#EDEDF3
(237,237,243)
#F1F0F4
(241,240,244)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD5EB color. Also use rgb(205,213,235) instead hex code.

Text Font Color

.myTextColor { color: #CDD5EB; }

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

This text font color is #CDD5EB.

Background Color

.myBgColor { background-color: #CDD5EB; }

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

This div background color is #CDD5EB.

Border color

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

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

This div border color is #CDD5EB.

Opacity

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

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

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

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

This text has shadow with #CDD5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD5EB.

Preview

Color preview on black background

This text has color #CDD5EB on black background.


Color preview on white background

This text has color #CDD5EB on white background.


Black color preview on #CDD5EB background

This text has black color on #CDD5EB background.


White color preview on #CDD5EB background

This text has white color on #CDD5EB background.


Related colors

Complementary color

Complementary color for #hex is #322A14.


I love getcolorcode.com

Triadic colors

1 #EBCDD5 and #D5EBCD with #CDD5EB are triadic colors.

2 #EBD5CD and #D5CDEB with #CDD5EB are triadic colors.