COLOR #CDD3EB

HEX: #CDD3EB RGB: (205,211,235)

Color info

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

RGB color model

#CDD3EB color RGB value is (205,211,235).

RGB: (205,211,235) (80%, 83%, 92%)

RGB channels and saturation

R 205 of 255 = 80%
G 211 of 255 = 83%
B 235 of 255 = 92%

205
211
235

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

Portions of RGB colors in percentages

R + G + B = 205 + 211 + 235 = 651 (100%)
R 205 of 651 ~ 31.49%
G 211 of 651 ~ 32.41%
B 235 of 651 ~ 36.1'%

%31.49
%32.41
%36.1

CMYK color model

#CDD3EB color CMYK value is (13,10,0,8).

  • cyan value is 12.77%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (13,10,0,8)
C13M10Y0K8 (13%, 10%, 0%, 8%)
(0.13 / 0.10 / 0.00 / 0.08)

CMYK percentages

%12.77
%10.21
%0
%7.84

Codes

Color #CDD3EB in popluar color models

CD D3 EB
RGB 205 211 235
HSL 228° 42.86% 86.27%
HSB/HSV 228° 12.77% 92.16%
CMYK 12.77% 10.21% 0.00%
7.84%

Color #CDD3EB in popluar number systems.

HEX CD D3 EB
Decimal 205 211 235
Binary 11001101 11010011 11101011
Octal 315 323 353

Shades and tints

Shades of #CDD3EB

#CDD3EB
(205,211,235)
#BBC0D6
(187,192,214)
#A9ADC1
(169,173,193)
#979AAC
(151,154,172)
#858797
(133,135,151)
#737482
(115,116,130)
#61616D
(97,97,109)
#4F4E58
(79,78,88)
#3D3B43
(61,59,67)
#2B282E
(43,40,46)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #CDD3EB

#CDD3EB
(205,211,235)
#D1D7EC
(209,215,236)
#D5DBED
(213,219,237)
#D9DFEE
(217,223,238)
#DDE3EF
(221,227,239)
#E1E7F0
(225,231,240)
#E5EBF1
(229,235,241)
#E9EFF2
(233,239,242)
#EDF3F3
(237,243,243)
#F1F7F4
(241,247,244)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD3EB; }

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

This text font color is #CDD3EB.

Background Color

.myBgColor { background-color: #CDD3EB; }

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

This div background color is #CDD3EB.

Border color

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

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

This div border color is #CDD3EB.

Opacity

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

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

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

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

This text has shadow with #CDD3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD3EB.

Preview

Color preview on black background

This text has color #CDD3EB on black background.


Color preview on white background

This text has color #CDD3EB on white background.


Black color preview on #CDD3EB background

This text has black color on #CDD3EB background.


White color preview on #CDD3EB background

This text has white color on #CDD3EB background.


Related colors

Complementary color

Complementary color for #hex is #322C14.


I love getcolorcode.com

Triadic colors

1 #EBCDD3 and #D3EBCD with #CDD3EB are triadic colors.

2 #EBD3CD and #D3CDEB with #CDD3EB are triadic colors.