COLOR #CCEDDC

HEX: #CCEDDC RGB: (204,237,220)

Color info

#CCEDDC contains red, green and blue colors in about the same proportion. Web safe color of #CCEDDC is #CCFFCC (or #CFC).

RGB color model

#CCEDDC color RGB value is (204,237,220).

RGB: (204,237,220) (80%, 93%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 237 of 255 = 93%
B 220 of 255 = 86%

204
237
220

R + G + B ~ 86%. #CCEDDC is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 237 + 220 = 661 (100%)
R 204 of 661 ~ 30.86%
G 237 of 661 ~ 35.85%
B 220 of 661 ~ 33.28'%

%30.86
%35.85
%33.28

CMYK color model

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

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 7.06%

CMYK: (14,0,7,7)
C14M0Y7K7 (14%, 0%, 7%, 7%)
(0.14 / 0.00 / 0.07 / 0.07)

CMYK percentages

%13.92
%0
%7.17
%7.06

Codes

Color #CCEDDC in popluar color models

CC ED DC
RGB 204 237 220
HSL 149° 47.83% 86.47%
HSB/HSV 149° 13.92% 92.94%
CMYK 13.92% 0.00% 7.17%
7.06%

Color #CCEDDC in popluar number systems.

HEX CC ED DC
Decimal 204 237 220
Binary 11001100 11101101 11011100
Octal 314 355 334

Shades and tints

Shades of #CCEDDC

#CCEDDC
(204,237,220)
#BAD8C8
(186,216,200)
#A8C3B4
(168,195,180)
#96AEA0
(150,174,160)
#84998C
(132,153,140)
#728478
(114,132,120)
#606F64
(96,111,100)
#4E5A50
(78,90,80)
#3C453C
(60,69,60)
#2A3028
(42,48,40)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCEDDC

#CCEDDC
(204,237,220)
#D0EEDF
(208,238,223)
#D4EFE2
(212,239,226)
#D8F0E5
(216,240,229)
#DCF1E8
(220,241,232)
#E0F2EB
(224,242,235)
#E4F3EE
(228,243,238)
#E8F4F1
(232,244,241)
#ECF5F4
(236,245,244)
#F0F6F7
(240,246,247)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEDDC color. Also use rgb(204,237,220) instead hex code.

Text Font Color

.myTextColor { color: #CCEDDC; }

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

This text font color is #CCEDDC.

Background Color

.myBgColor { background-color: #CCEDDC; }

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

This div background color is #CCEDDC.

Border color

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

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

This div border color is #CCEDDC.

Opacity

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

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

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

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

This text has shadow with #CCEDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEDDC.

Preview

Color preview on black background

This text has color #CCEDDC on black background.


Color preview on white background

This text has color #CCEDDC on white background.


Black color preview on #CCEDDC background

This text has black color on #CCEDDC background.


White color preview on #CCEDDC background

This text has white color on #CCEDDC background.


Related colors

Complementary color

Complementary color for #hex is #331223.


I love getcolorcode.com

Triadic colors

1 #DCCCED and #EDDCCC with #CCEDDC are triadic colors.

2 #DCEDCC and #EDCCDC with #CCEDDC are triadic colors.