COLOR #CDCCF9

HEX: #CDCCF9
RGB: (205,204,249)

Color info

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

RGB color model

#CDCCF9 color RGB value is (205,204,249).

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

RGB channels and saturation

R 205 of 255 = 80%
G 204 of 255 = 80%
B 249 of 255 = 98%

205
204
249

R + G + B ~ 86%. #CDCCF9 is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 204 + 249 = 658 (100%)
R 205 of 658 ~ 31.16%
G 204 of 658 ~ 31%
B 249 of 658 ~ 37.84%

%31.16
%31
%37.84

CMYK color model

#CDCCF9 color CMYK value is (18,18,0,2).

  • cyan value is 17.67%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(18,18,0,2)
C18M18Y0K2 
(18%,18%,0%,2%)
(0.18/0.18/0.00/0.02)	

CMYK percentages

%17.67
%18.07
%0
%2.35

Codes

Color #CDCCF9 in popluar color models

CDCCF9
RGB205204249
HSL241°78.95%88.82%
HSB/HSV241°18.07%97.65%
CMYK17.67%18.07%0.00%
2.35%

Color #CDCCF9 in popluar number systems.

HEXCDCCF9
Decimal205204249
Binary110011011100110011111001
Octal315314371

Shades and tints

Shades of #CDCCF9

#CDCCF9
(205,204,249)
#BBBAE3
(187,186,227)
#A9A8CD
(169,168,205)
#9796B7
(151,150,183)
#8584A1
(133,132,161)
#73728B
(115,114,139)
#616075
(97,96,117)
#4F4E5F
(79,78,95)
#3D3C49
(61,60,73)
#2B2A33
(43,42,51)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #CDCCF9

#CDCCF9
(205,204,249)
#D1D0F9
(209,208,249)
#D5D4F9
(213,212,249)
#D9D8F9
(217,216,249)
#DDDCF9
(221,220,249)
#E1E0F9
(225,224,249)
#E5E4F9
(229,228,249)
#E9E8F9
(233,232,249)
#EDECF9
(237,236,249)
#F1F0F9
(241,240,249)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDCCF9; }

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

This text font color is #CDCCF9.


Background Color

.myBgColor { background-color: #CDCCF9; }

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

This div background color is #CDCCF9.


Border color

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

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

This div border color is #CDCCF9.


Opacity

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

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

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

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

This text has shadow with #CDCCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDCCF9 on black background.


Color preview on white background

This text has color #CDCCF9 on white background.



Black color preview on #CDCCF9 background

This text has black color on #CDCCF9 background.


White color preview on #CDCCF9 background

This text has white color on #CDCCF9 background.