COLOR #CCDED3

HEX: #CCDED3 RGB: (204,222,211)

Color info

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

RGB color model

#CCDED3 color RGB value is (204,222,211).

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

RGB channels and saturation

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

204
222
211

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

Portions of RGB colors in percentages

R + G + B = 204 + 222 + 211 = 637 (100%)
R 204 of 637 ~ 32.03%
G 222 of 637 ~ 34.85%
B 211 of 637 ~ 33.12'%

%32.03
%34.85
%33.12

CMYK color model

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

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • 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.95
%12.94

Codes

Color #CCDED3 in popluar color models

CC DE D3
RGB 204 222 211
HSL 143° 21.43% 83.53%
HSB/HSV 143° 8.11% 87.06%
CMYK 8.11% 0.00% 4.95%
12.94%

Color #CCDED3 in popluar number systems.

HEX CC DE D3
Decimal 204 222 211
Binary 11001100 11011110 11010011
Octal 314 336 323

Shades and tints

Shades of #CCDED3

#CCDED3
(204,222,211)
#BACAC0
(186,202,192)
#A8B6AD
(168,182,173)
#96A29A
(150,162,154)
#848E87
(132,142,135)
#727A74
(114,122,116)
#606661
(96,102,97)
#4E524E
(78,82,78)
#3C3E3B
(60,62,59)
#2A2A28
(42,42,40)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CCDED3

#CCDED3
(204,222,211)
#D0E1D7
(208,225,215)
#D4E4DB
(212,228,219)
#D8E7DF
(216,231,223)
#DCEAE3
(220,234,227)
#E0EDE7
(224,237,231)
#E4F0EB
(228,240,235)
#E8F3EF
(232,243,239)
#ECF6F3
(236,246,243)
#F0F9F7
(240,249,247)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDED3; }

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

This text font color is #CCDED3.

Background Color

.myBgColor { background-color: #CCDED3; }

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

This div background color is #CCDED3.

Border color

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

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

This div border color is #CCDED3.

Opacity

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

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

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

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

This text has shadow with #CCDED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDED3.

Preview

Color preview on black background

This text has color #CCDED3 on black background.


Color preview on white background

This text has color #CCDED3 on white background.


Black color preview on #CCDED3 background

This text has black color on #CCDED3 background.


White color preview on #CCDED3 background

This text has white color on #CCDED3 background.


Related colors

Complementary color

Complementary color for #hex is #33212C.


I love getcolorcode.com

Triadic colors

1 #D3CCDE and #DED3CC with #CCDED3 are triadic colors.

2 #D3DECC and #DECCD3 with #CCDED3 are triadic colors.