COLOR #CCD4DE

HEX: #CCD4DE RGB: (204,212,222)

Color info

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

RGB color model

#CCD4DE color RGB value is (204,212,222).

RGB: (204,212,222) (80%, 83%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 222 of 255 = 87%

204
212
222

R + G + B ~ 83%. #CCD4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 212 + 222 = 638 (100%)
R 204 of 638 ~ 31.97%
G 212 of 638 ~ 33.23%
B 222 of 638 ~ 34.8'%

%31.97
%33.23
%34.8

CMYK color model

#CCD4DE color CMYK value is (8,5,0,13).

  • cyan value is 8.11%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (8,5,0,13)
C8M5Y0K13 (8%, 5%, 0%, 13%)
(0.08 / 0.05 / 0.00 / 0.13)

CMYK percentages

%8.11
%4.5
%0
%12.94

Codes

Color #CCD4DE in popluar color models

CC D4 DE
RGB 204 212 222
HSL 213° 21.43% 83.53%
HSB/HSV 213° 8.11% 87.06%
CMYK 8.11% 4.50% 0.00%
12.94%

Color #CCD4DE in popluar number systems.

HEX CC D4 DE
Decimal 204 212 222
Binary 11001100 11010100 11011110
Octal 314 324 336

Shades and tints

Shades of #CCD4DE

#CCD4DE
(204,212,222)
#BAC1CA
(186,193,202)
#A8AEB6
(168,174,182)
#969BA2
(150,155,162)
#84888E
(132,136,142)
#72757A
(114,117,122)
#606266
(96,98,102)
#4E4F52
(78,79,82)
#3C3C3E
(60,60,62)
#2A292A
(42,41,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCD4DE

#CCD4DE
(204,212,222)
#D0D7E1
(208,215,225)
#D4DAE4
(212,218,228)
#D8DDE7
(216,221,231)
#DCE0EA
(220,224,234)
#E0E3ED
(224,227,237)
#E4E6F0
(228,230,240)
#E8E9F3
(232,233,243)
#ECECF6
(236,236,246)
#F0EFF9
(240,239,249)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD4DE; }

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

This text font color is #CCD4DE.

Background Color

.myBgColor { background-color: #CCD4DE; }

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

This div background color is #CCD4DE.

Border color

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

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

This div border color is #CCD4DE.

Opacity

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

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

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

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

This text has shadow with #CCD4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD4DE.

Preview

Color preview on black background

This text has color #CCD4DE on black background.


Color preview on white background

This text has color #CCD4DE on white background.


Black color preview on #CCD4DE background

This text has black color on #CCD4DE background.


White color preview on #CCD4DE background

This text has white color on #CCD4DE background.


Related colors

Complementary color

Complementary color for #hex is #332B21.


I love getcolorcode.com

Triadic colors

1 #DECCD4 and #D4DECC with #CCD4DE are triadic colors.

2 #DED4CC and #D4CCDE with #CCD4DE are triadic colors.