COLOR #CCDFED

HEX: #CCDFED RGB: (204,223,237)

Color info

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

RGB color model

#CCDFED color RGB value is (204,223,237).

RGB: (204,223,237) (80%, 87%, 93%)

RGB channels and saturation

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

204
223
237

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

Portions of RGB colors in percentages

R + G + B = 204 + 223 + 237 = 664 (100%)
R 204 of 664 ~ 30.72%
G 223 of 664 ~ 33.58%
B 237 of 664 ~ 35.69'%

%30.72
%33.58
%35.69

CMYK color model

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

  • cyan value is 13.92%
  • magenta value is 5.91%
  • 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
%5.91
%0
%7.06

Codes

Color #CCDFED in popluar color models

CC DF ED
RGB 204 223 237
HSL 205° 47.83% 86.47%
HSB/HSV 205° 13.92% 92.94%
CMYK 13.92% 5.91% 0.00%
7.06%

Color #CCDFED in popluar number systems.

HEX CC DF ED
Decimal 204 223 237
Binary 11001100 11011111 11101101
Octal 314 337 355

Shades and tints

Shades of #CCDFED

#CCDFED
(204,223,237)
#BACBD8
(186,203,216)
#A8B7C3
(168,183,195)
#96A3AE
(150,163,174)
#848F99
(132,143,153)
#727B84
(114,123,132)
#60676F
(96,103,111)
#4E535A
(78,83,90)
#3C3F45
(60,63,69)
#2A2B30
(42,43,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #CCDFED

#CCDFED
(204,223,237)
#D0E1EE
(208,225,238)
#D4E3EF
(212,227,239)
#D8E5F0
(216,229,240)
#DCE7F1
(220,231,241)
#E0E9F2
(224,233,242)
#E4EBF3
(228,235,243)
#E8EDF4
(232,237,244)
#ECEFF5
(236,239,245)
#F0F1F6
(240,241,246)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDFED; }

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

This text font color is #CCDFED.

Background Color

.myBgColor { background-color: #CCDFED; }

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

This div background color is #CCDFED.

Border color

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

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

This div border color is #CCDFED.

Opacity

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

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

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

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

This text has shadow with #CCDFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDFED.

Preview

Color preview on black background

This text has color #CCDFED on black background.


Color preview on white background

This text has color #CCDFED on white background.


Black color preview on #CCDFED background

This text has black color on #CCDFED background.


White color preview on #CCDFED background

This text has white color on #CCDFED background.


Related colors

Complementary color

Complementary color for #hex is #332012.


I love getcolorcode.com

Triadic colors

1 #EDCCDF and #DFEDCC with #CCDFED are triadic colors.

2 #EDDFCC and #DFCCED with #CCDFED are triadic colors.