COLOR #CCDEED

HEX: #CCDEED
RGB: (204,222,237)

Color info

#CCDEED contains red, green and blue colors in about the same proportion. Web safe color of #CCDEED is #CCCCFF (or #CCF).

RGB color model

#CCDEED color RGB value is (204,222,237).

  • red value is 204;
  • green value is 222;
  • blue value is 237.
RGB:
(204,222,237)
(80%,87%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 237 of 255 = 93%

204
222
237

R + G + B ~ 87%. #CCDEED is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 222 + 237 = 663 (100%)
R 204 of 663 ~ 30.77%
G 222 of 663 ~ 33.48%
B 237 of 663 ~ 35.75%

%30.77
%33.48
%35.75

CMYK color model

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

  • cyan value is 13.92%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,6,0,7)
C14M6Y0K7 
(14%,6%,0%,7%)
(0.14/0.06/0.00/0.07)	

CMYK percentages

%13.92
%6.33
%0
%7.06

Codes

Color #CCDEED in popluar color models

CCDEED
RGB204222237
HSL207°47.83%86.47%
HSB/HSV207°13.92%92.94%
CMYK13.92%6.33%0.00%
7.06%

Color #CCDEED in popluar number systems.

HEXCCDEED
Decimal204222237
Binary110011001101111011101101
Octal314336355

Shades and tints

Shades of #CCDEED

#CCDEED
(204,222,237)
#BACAD8
(186,202,216)
#A8B6C3
(168,182,195)
#96A2AE
(150,162,174)
#848E99
(132,142,153)
#727A84
(114,122,132)
#60666F
(96,102,111)
#4E525A
(78,82,90)
#3C3E45
(60,62,69)
#2A2A30
(42,42,48)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #CCDEED

#CCDEED
(204,222,237)
#D0E1EE
(208,225,238)
#D4E4EF
(212,228,239)
#D8E7F0
(216,231,240)
#DCEAF1
(220,234,241)
#E0EDF2
(224,237,242)
#E4F0F3
(228,240,243)
#E8F3F4
(232,243,244)
#ECF6F5
(236,246,245)
#F0F9F6
(240,249,246)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEED; }

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

This text font color is #CCDEED.


Background Color

.myBgColor { background-color: #CCDEED; }

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

This div background color is #CCDEED.


Border color

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

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

This div border color is #CCDEED.


Opacity

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

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

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

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

This text has shadow with #CCDEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDEED on black background.


Color preview on white background

This text has color #CCDEED on white background.



Black color preview on #CCDEED background

This text has black color on #CCDEED background.


White color preview on #CCDEED background

This text has white color on #CCDEED background.