COLOR #CCD1E4

HEX: #CCD1E4 RGB: (204,209,228)

Color info

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

RGB color model

#CCD1E4 color RGB value is (204,209,228).

RGB: (204,209,228) (80%, 82%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 209 of 255 = 82%
B 228 of 255 = 89%

204
209
228

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

Portions of RGB colors in percentages

R + G + B = 204 + 209 + 228 = 641 (100%)
R 204 of 641 ~ 31.83%
G 209 of 641 ~ 32.61%
B 228 of 641 ~ 35.57'%

%31.83
%32.61
%35.57

CMYK color model

#CCD1E4 color CMYK value is (11,8,0,11).

  • cyan value is 10.53%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (11,8,0,11)
C11M8Y0K11 (11%, 8%, 0%, 11%)
(0.11 / 0.08 / 0.00 / 0.11)

CMYK percentages

%10.53
%8.33
%0
%10.59

Codes

Color #CCD1E4 in popluar color models

CC D1 E4
RGB 204 209 228
HSL 228° 30.77% 84.71%
HSB/HSV 228° 10.53% 89.41%
CMYK 10.53% 8.33% 0.00%
10.59%

Color #CCD1E4 in popluar number systems.

HEX CC D1 E4
Decimal 204 209 228
Binary 11001100 11010001 11100100
Octal 314 321 344

Shades and tints

Shades of #CCD1E4

#CCD1E4
(204,209,228)
#BABED0
(186,190,208)
#A8ABBC
(168,171,188)
#9698A8
(150,152,168)
#848594
(132,133,148)
#727280
(114,114,128)
#605F6C
(96,95,108)
#4E4C58
(78,76,88)
#3C3944
(60,57,68)
#2A2630
(42,38,48)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #CCD1E4

#CCD1E4
(204,209,228)
#D0D5E6
(208,213,230)
#D4D9E8
(212,217,232)
#D8DDEA
(216,221,234)
#DCE1EC
(220,225,236)
#E0E5EE
(224,229,238)
#E4E9F0
(228,233,240)
#E8EDF2
(232,237,242)
#ECF1F4
(236,241,244)
#F0F5F6
(240,245,246)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD1E4 color. Also use rgb(204,209,228) instead hex code.

Text Font Color

.myTextColor { color: #CCD1E4; }

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

This text font color is #CCD1E4.

Background Color

.myBgColor { background-color: #CCD1E4; }

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

This div background color is #CCD1E4.

Border color

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

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

This div border color is #CCD1E4.

Opacity

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

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

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

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

This text has shadow with #CCD1E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD1E4.

Preview

Color preview on black background

This text has color #CCD1E4 on black background.


Color preview on white background

This text has color #CCD1E4 on white background.


Black color preview on #CCD1E4 background

This text has black color on #CCD1E4 background.


White color preview on #CCD1E4 background

This text has white color on #CCD1E4 background.


Related colors

Complementary color

Complementary color for #hex is #332E1B.


I love getcolorcode.com

Triadic colors

1 #E4CCD1 and #D1E4CC with #CCD1E4 are triadic colors.

2 #E4D1CC and #D1CCE4 with #CCD1E4 are triadic colors.