COLOR #CCDDF2

HEX: #CCDDF2 RGB: (204,221,242)

Color info

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

RGB color model

#CCDDF2 color RGB value is (204,221,242).

RGB: (204,221,242) (80%, 87%, 95%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 242 of 255 = 95%

204
221
242

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

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 242 = 667 (100%)
R 204 of 667 ~ 30.58%
G 221 of 667 ~ 33.13%
B 242 of 667 ~ 36.28'%

%30.58
%33.13
%36.28

CMYK color model

#CCDDF2 color CMYK value is (16,9,0,5).

  • cyan value is 15.70%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (16,9,0,5) C16M9Y0K5 (16%,9%,0%,5%) (0.16/0.09/0.00/0.05) 

CMYK percentages

%15.7
%8.68
%0
%5.1

Codes

Color #CCDDF2 in popluar color models

CC DD F2
RGB 204 221 242
HSL 213° 59.38% 87.45%
HSB/HSV 213° 15.70% 94.90%
CMYK 15.70% 8.68% 0.00%
5.10%

Color #CCDDF2 in popluar number systems.

HEX CC DD F2
Decimal 204 221 242
Binary 11001100 11011101 11110010
Octal 314 335 362

Shades and tints

Shades of #CCDDF2

#CCDDF2
(204,221,242)
#BAC9DC
(186,201,220)
#A8B5C6
(168,181,198)
#96A1B0
(150,161,176)
#848D9A
(132,141,154)
#727984
(114,121,132)
#60656E
(96,101,110)
#4E5158
(78,81,88)
#3C3D42
(60,61,66)
#2A292C
(42,41,44)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #CCDDF2

#CCDDF2
(204,221,242)
#D0E0F3
(208,224,243)
#D4E3F4
(212,227,244)
#D8E6F5
(216,230,245)
#DCE9F6
(220,233,246)
#E0ECF7
(224,236,247)
#E4EFF8
(228,239,248)
#E8F2F9
(232,242,249)
#ECF5FA
(236,245,250)
#F0F8FB
(240,248,251)
#F4FBFC
(244,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDDF2 color. Also use rgb(204,221,242) instead hex code.

Text Font Color

.myTextColor { color: #CCDDF2; }

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

This text font color is #CCDDF2.

Background Color

.myBgColor { background-color: #CCDDF2; }

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

This div background color is #CCDDF2.

Border color

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

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

This div border color is #CCDDF2.

Opacity

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

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

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

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

This text has shadow with #CCDDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDF2.

Preview

Color preview on black background

This text has color #CCDDF2 on black background.


Color preview on white background

This text has color #CCDDF2 on white background.


Black color preview on #CCDDF2 background

This text has black color on #CCDDF2 background.


White color preview on #CCDDF2 background

This text has white color on #CCDDF2 background.


Related colors

Complementary color

Complementary color for #hex is #33220D.


I love getcolorcode.com

Triadic colors

1 #F2CCDD and #DDF2CC with #CCDDF2 are triadic colors.

2 #F2DDCC and #DDCCF2 with #CCDDF2 are triadic colors.