COLOR #CCDED4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

204
222
212

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

Portions of RGB colors in percentages

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

%31.97
%34.8
%33.23

CMYK color model

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

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

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

CMYK percentages

%8.11
%0
%4.5
%12.94

Codes

Color #CCDED4 in popluar color models

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

Color #CCDED4 in popluar number systems.

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

Shades and tints

Shades of #CCDED4

#CCDED4
(204,222,212)
#BACAC1
(186,202,193)
#A8B6AE
(168,182,174)
#96A29B
(150,162,155)
#848E88
(132,142,136)
#727A75
(114,122,117)
#606662
(96,102,98)
#4E524F
(78,82,79)
#3C3E3C
(60,62,60)
#2A2A29
(42,42,41)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCDED4

#CCDED4
(204,222,212)
#D0E1D7
(208,225,215)
#D4E4DA
(212,228,218)
#D8E7DD
(216,231,221)
#DCEAE0
(220,234,224)
#E0EDE3
(224,237,227)
#E4F0E6
(228,240,230)
#E8F3E9
(232,243,233)
#ECF6EC
(236,246,236)
#F0F9EF
(240,249,239)
#F4FCF2
(244,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDED4; }

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

This text font color is #CCDED4.

Background Color

.myBgColor { background-color: #CCDED4; }

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

This div background color is #CCDED4.

Border color

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

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

This div border color is #CCDED4.

Opacity

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

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

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

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

This text has shadow with #CCDED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDED4.

Preview

Color preview on black background

This text has color #CCDED4 on black background.


Color preview on white background

This text has color #CCDED4 on white background.


Black color preview on #CCDED4 background

This text has black color on #CCDED4 background.


White color preview on #CCDED4 background

This text has white color on #CCDED4 background.


Related colors

Complementary color

Complementary color for #hex is #33212B.


I love getcolorcode.com

Triadic colors

1 #D4CCDE and #DED4CC with #CCDED4 are triadic colors.

2 #D4DECC and #DECCD4 with #CCDED4 are triadic colors.