COLOR #CCD4EC

HEX: #CCD4EC RGB: (204,212,236)

Color info

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

RGB color model

#CCD4EC color RGB value is (204,212,236).

RGB: (204,212,236) (80%, 83%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 236 of 255 = 93%

204
212
236

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

Portions of RGB colors in percentages

R + G + B = 204 + 212 + 236 = 652 (100%)
R 204 of 652 ~ 31.29%
G 212 of 652 ~ 32.52%
B 236 of 652 ~ 36.2'%

%31.29
%32.52
%36.2

CMYK color model

#CCD4EC color CMYK value is (14,10,0,7).

  • cyan value is 13.56%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (14,10,0,7)
C14M10Y0K7 (14%, 10%, 0%, 7%)
(0.14 / 0.10 / 0.00 / 0.07)

CMYK percentages

%13.56
%10.17
%0
%7.45

Codes

Color #CCD4EC in popluar color models

CC D4 EC
RGB 204 212 236
HSL 225° 45.71% 86.27%
HSB/HSV 225° 13.56% 92.55%
CMYK 13.56% 10.17% 0.00%
7.45%

Color #CCD4EC in popluar number systems.

HEX CC D4 EC
Decimal 204 212 236
Binary 11001100 11010100 11101100
Octal 314 324 354

Shades and tints

Shades of #CCD4EC

#CCD4EC
(204,212,236)
#BAC1D7
(186,193,215)
#A8AEC2
(168,174,194)
#969BAD
(150,155,173)
#848898
(132,136,152)
#727583
(114,117,131)
#60626E
(96,98,110)
#4E4F59
(78,79,89)
#3C3C44
(60,60,68)
#2A292F
(42,41,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #CCD4EC

#CCD4EC
(204,212,236)
#D0D7ED
(208,215,237)
#D4DAEE
(212,218,238)
#D8DDEF
(216,221,239)
#DCE0F0
(220,224,240)
#E0E3F1
(224,227,241)
#E4E6F2
(228,230,242)
#E8E9F3
(232,233,243)
#ECECF4
(236,236,244)
#F0EFF5
(240,239,245)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD4EC color. Also use rgb(204,212,236) instead hex code.

Text Font Color

.myTextColor { color: #CCD4EC; }

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

This text font color is #CCD4EC.

Background Color

.myBgColor { background-color: #CCD4EC; }

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

This div background color is #CCD4EC.

Border color

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

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

This div border color is #CCD4EC.

Opacity

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

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

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

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

This text has shadow with #CCD4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD4EC.

Preview

Color preview on black background

This text has color #CCD4EC on black background.


Color preview on white background

This text has color #CCD4EC on white background.


Black color preview on #CCD4EC background

This text has black color on #CCD4EC background.


White color preview on #CCD4EC background

This text has white color on #CCD4EC background.


Related colors

Complementary color

Complementary color for #hex is #332B13.


I love getcolorcode.com

Triadic colors

1 #ECCCD4 and #D4ECCC with #CCD4EC are triadic colors.

2 #ECD4CC and #D4CCEC with #CCD4EC are triadic colors.