COLOR #CCDCEF

HEX: #CCDCEF RGB: (204,220,239)

Color info

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

RGB color model

#CCDCEF color RGB value is (204,220,239).

RGB: (204,220,239) (80%, 86%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 239 of 255 = 94%

204
220
239

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

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 239 = 663 (100%)
R 204 of 663 ~ 30.77%
G 220 of 663 ~ 33.18%
B 239 of 663 ~ 36.05'%

%30.77
%33.18
%36.05

CMYK color model

#CCDCEF color CMYK value is (15,8,0,6).

  • cyan value is 14.64%
  • magenta value is 7.95%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (15,8,0,6) C15M8Y0K6 (15%,8%,0%,6%) (0.15/0.08/0.00/0.06) 

CMYK percentages

%14.64
%7.95
%0
%6.27

Codes

Color #CCDCEF in popluar color models

CC DC EF
RGB 204 220 239
HSL 213° 52.24% 86.86%
HSB/HSV 213° 14.64% 93.73%
CMYK 14.64% 7.95% 0.00%
6.27%

Color #CCDCEF in popluar number systems.

HEX CC DC EF
Decimal 204 220 239
Binary 11001100 11011100 11101111
Octal 314 334 357

Shades and tints

Shades of #CCDCEF

#CCDCEF
(204,220,239)
#BAC8DA
(186,200,218)
#A8B4C5
(168,180,197)
#96A0B0
(150,160,176)
#848C9B
(132,140,155)
#727886
(114,120,134)
#606471
(96,100,113)
#4E505C
(78,80,92)
#3C3C47
(60,60,71)
#2A2832
(42,40,50)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #CCDCEF

#CCDCEF
(204,220,239)
#D0DFF0
(208,223,240)
#D4E2F1
(212,226,241)
#D8E5F2
(216,229,242)
#DCE8F3
(220,232,243)
#E0EBF4
(224,235,244)
#E4EEF5
(228,238,245)
#E8F1F6
(232,241,246)
#ECF4F7
(236,244,247)
#F0F7F8
(240,247,248)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCEF; }

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

This text font color is #CCDCEF.

Background Color

.myBgColor { background-color: #CCDCEF; }

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

This div background color is #CCDCEF.

Border color

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

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

This div border color is #CCDCEF.

Opacity

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

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

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

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

This text has shadow with #CCDCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCEF.

Preview

Color preview on black background

This text has color #CCDCEF on black background.


Color preview on white background

This text has color #CCDCEF on white background.


Black color preview on #CCDCEF background

This text has black color on #CCDCEF background.


White color preview on #CCDCEF background

This text has white color on #CCDCEF background.


Related colors

Complementary color

Complementary color for #hex is #332310.


I love getcolorcode.com

Triadic colors

1 #EFCCDC and #DCEFCC with #CCDCEF are triadic colors.

2 #EFDCCC and #DCCCEF with #CCDCEF are triadic colors.