COLOR #CCDFDE

HEX: #CCDFDE RGB: (204,223,222)

Color info

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

RGB color model

#CCDFDE color RGB value is (204,223,222).

RGB: (204,223,222) (80%, 87%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 223 of 255 = 87%
B 222 of 255 = 87%

204
223
222

R + G + B ~ 85%. #CCDFDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 223 + 222 = 649 (100%)
R 204 of 649 ~ 31.43%
G 223 of 649 ~ 34.36%
B 222 of 649 ~ 34.21'%

%31.43
%34.36
%34.21

CMYK color model

#CCDFDE color CMYK value is (9,0,0,13).

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.55%

CMYK: (9,0,0,13)
C9M0Y0K13 (9%, 0%, 0%, 13%)
(0.09 / 0.00 / 0.00 / 0.13)

CMYK percentages

%8.52
%0
%0.45
%12.55

Codes

Color #CCDFDE in popluar color models

CC DF DE
RGB 204 223 222
HSL 177° 22.89% 83.73%
HSB/HSV 177° 8.52% 87.45%
CMYK 8.52% 0.00% 0.45%
12.55%

Color #CCDFDE in popluar number systems.

HEX CC DF DE
Decimal 204 223 222
Binary 11001100 11011111 11011110
Octal 314 337 336

Shades and tints

Shades of #CCDFDE

#CCDFDE
(204,223,222)
#BACBCA
(186,203,202)
#A8B7B6
(168,183,182)
#96A3A2
(150,163,162)
#848F8E
(132,143,142)
#727B7A
(114,123,122)
#606766
(96,103,102)
#4E5352
(78,83,82)
#3C3F3E
(60,63,62)
#2A2B2A
(42,43,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCDFDE

#CCDFDE
(204,223,222)
#D0E1E1
(208,225,225)
#D4E3E4
(212,227,228)
#D8E5E7
(216,229,231)
#DCE7EA
(220,231,234)
#E0E9ED
(224,233,237)
#E4EBF0
(228,235,240)
#E8EDF3
(232,237,243)
#ECEFF6
(236,239,246)
#F0F1F9
(240,241,249)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDFDE; }

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

This text font color is #CCDFDE.

Background Color

.myBgColor { background-color: #CCDFDE; }

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

This div background color is #CCDFDE.

Border color

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

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

This div border color is #CCDFDE.

Opacity

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

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

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

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

This text has shadow with #CCDFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDFDE.

Preview

Color preview on black background

This text has color #CCDFDE on black background.


Color preview on white background

This text has color #CCDFDE on white background.


Black color preview on #CCDFDE background

This text has black color on #CCDFDE background.


White color preview on #CCDFDE background

This text has white color on #CCDFDE background.


Related colors

Complementary color

Complementary color for #hex is #332021.


I love getcolorcode.com

Triadic colors

1 #DECCDF and #DFDECC with #CCDFDE are triadic colors.

2 #DEDFCC and #DFCCDE with #CCDFDE are triadic colors.