COLOR #CCDDF0

HEX: #CCDDF0 RGB: (204,221,240)

Color info

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

RGB color model

#CCDDF0 color RGB value is (204,221,240).

RGB: (204,221,240) (80%, 87%, 94%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 240 of 255 = 94%

204
221
240

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

Portions of RGB colors in percentages

R + G + B = 204 + 221 + 240 = 665 (100%)
R 204 of 665 ~ 30.68%
G 221 of 665 ~ 33.23%
B 240 of 665 ~ 36.09'%

%30.68
%33.23
%36.09

CMYK color model

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

  • cyan value is 15.00%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (15,8,0,6)
C15M8Y0K6 (15%, 8%, 0%, 6%)
(0.15 / 0.08 / 0.00 / 0.06)

CMYK percentages

%15
%7.92
%0
%5.88

Codes

Color #CCDDF0 in popluar color models

CC DD F0
RGB 204 221 240
HSL 212° 54.55% 87.06%
HSB/HSV 212° 15.00% 94.12%
CMYK 15.00% 7.92% 0.00%
5.88%

Color #CCDDF0 in popluar number systems.

HEX CC DD F0
Decimal 204 221 240
Binary 11001100 11011101 11110000
Octal 314 335 360

Shades and tints

Shades of #CCDDF0

#CCDDF0
(204,221,240)
#BAC9DB
(186,201,219)
#A8B5C6
(168,181,198)
#96A1B1
(150,161,177)
#848D9C
(132,141,156)
#727987
(114,121,135)
#606572
(96,101,114)
#4E515D
(78,81,93)
#3C3D48
(60,61,72)
#2A2933
(42,41,51)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #CCDDF0

#CCDDF0
(204,221,240)
#D0E0F1
(208,224,241)
#D4E3F2
(212,227,242)
#D8E6F3
(216,230,243)
#DCE9F4
(220,233,244)
#E0ECF5
(224,236,245)
#E4EFF6
(228,239,246)
#E8F2F7
(232,242,247)
#ECF5F8
(236,245,248)
#F0F8F9
(240,248,249)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDDF0; }

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

This text font color is #CCDDF0.

Background Color

.myBgColor { background-color: #CCDDF0; }

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

This div background color is #CCDDF0.

Border color

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

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

This div border color is #CCDDF0.

Opacity

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

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

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

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

This text has shadow with #CCDDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDDF0.

Preview

Color preview on black background

This text has color #CCDDF0 on black background.


Color preview on white background

This text has color #CCDDF0 on white background.


Black color preview on #CCDDF0 background

This text has black color on #CCDDF0 background.


White color preview on #CCDDF0 background

This text has white color on #CCDDF0 background.


Related colors

Complementary color

Complementary color for #hex is #33220F.


I love getcolorcode.com

Triadic colors

1 #F0CCDD and #DDF0CC with #CCDDF0 are triadic colors.

2 #F0DDCC and #DDCCF0 with #CCDDF0 are triadic colors.