COLOR #CDCCF6

HEX: #CDCCF6
RGB: (205,204,246)

Color info

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

RGB color model

#CDCCF6 color RGB value is (205,204,246).

  • red value is 205;
  • green value is 204;
  • blue value is 246.
RGB:
(205,204,246)
(80%,80%,96%)

RGB channels and saturation

R 205 of 255 = 80%
G 204 of 255 = 80%
B 246 of 255 = 96%

205
204
246

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

Portions of RGB colors in percentages

R + G + B =
205 + 204 + 246 = 655 (100%)
R 205 of 655 ~ 31.3%
G 204 of 655 ~ 31.15%
B 246 of 655 ~ 37.56%

%31.3
%31.15
%37.56

CMYK color model

#CDCCF6 color CMYK value is (17,17,0,4).

  • cyan value is 16.67%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(17,17,0,4)
C17M17Y0K4 
(17%,17%,0%,4%)
(0.17/0.17/0.00/0.04)	

CMYK percentages

%16.67
%17.07
%0
%3.53

Codes

Color #CDCCF6 in popluar color models

CDCCF6
RGB205204246
HSL241°70.00%88.24%
HSB/HSV241°17.07%96.47%
CMYK16.67%17.07%0.00%
3.53%

Color #CDCCF6 in popluar number systems.

HEXCDCCF6
Decimal205204246
Binary110011011100110011110110
Octal315314366

Shades and tints

Shades of #CDCCF6

#CDCCF6
(205,204,246)
#BBBAE0
(187,186,224)
#A9A8CA
(169,168,202)
#9796B4
(151,150,180)
#85849E
(133,132,158)
#737288
(115,114,136)
#616072
(97,96,114)
#4F4E5C
(79,78,92)
#3D3C46
(61,60,70)
#2B2A30
(43,42,48)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #CDCCF6

#CDCCF6
(205,204,246)
#D1D0F6
(209,208,246)
#D5D4F6
(213,212,246)
#D9D8F6
(217,216,246)
#DDDCF6
(221,220,246)
#E1E0F6
(225,224,246)
#E5E4F6
(229,228,246)
#E9E8F6
(233,232,246)
#EDECF6
(237,236,246)
#F1F0F6
(241,240,246)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDCCF6 color. Also use rgb(205,204,246) instead hex code.

Text Font Color

.myTextColor { color: #CDCCF6; }

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

This text font color is #CDCCF6.


Background Color

.myBgColor { background-color: #CDCCF6; }

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

This div background color is #CDCCF6.


Border color

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

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

This div border color is #CDCCF6.


Opacity

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

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

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

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

This text has shadow with #CDCCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDCCF6 on black background.


Color preview on white background

This text has color #CDCCF6 on white background.



Black color preview on #CDCCF6 background

This text has black color on #CDCCF6 background.


White color preview on #CDCCF6 background

This text has white color on #CDCCF6 background.