COLOR #CCC3DF

HEX: #CCC3DF RGB: (204,195,223)

Color info

#CCC3DF contains red, green and blue colors in about the same proportion. Web safe color of #CCC3DF is #CCCCCC (or #CCC).

RGB color model

#CCC3DF color RGB value is (204,195,223).

RGB: (204,195,223) (80%, 76%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 223 of 255 = 87%

204
195
223

R + G + B ~ 81%. #CCC3DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 195 + 223 = 622 (100%)
R 204 of 622 ~ 32.8%
G 195 of 622 ~ 31.35%
B 223 of 622 ~ 35.85'%

%32.8
%31.35
%35.85

CMYK color model

#CCC3DF color CMYK value is (9,13,0,13).

  • cyan value is 8.52%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (9,13,0,13)
C9M13Y0K13 (9%, 13%, 0%, 13%)
(0.09 / 0.13 / 0.00 / 0.13)

CMYK percentages

%8.52
%12.56
%0
%12.55

Codes

Color #CCC3DF in popluar color models

CC C3 DF
RGB 204 195 223
HSL 259° 30.43% 81.96%
HSB/HSV 259° 12.56% 87.45%
CMYK 8.52% 12.56% 0.00%
12.55%

Color #CCC3DF in popluar number systems.

HEX CC C3 DF
Decimal 204 195 223
Binary 11001100 11000011 11011111
Octal 314 303 337

Shades and tints

Shades of #CCC3DF

#CCC3DF
(204,195,223)
#BAB2CB
(186,178,203)
#A8A1B7
(168,161,183)
#9690A3
(150,144,163)
#847F8F
(132,127,143)
#726E7B
(114,110,123)
#605D67
(96,93,103)
#4E4C53
(78,76,83)
#3C3B3F
(60,59,63)
#2A2A2B
(42,42,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCC3DF

#CCC3DF
(204,195,223)
#D0C8E1
(208,200,225)
#D4CDE3
(212,205,227)
#D8D2E5
(216,210,229)
#DCD7E7
(220,215,231)
#E0DCE9
(224,220,233)
#E4E1EB
(228,225,235)
#E8E6ED
(232,230,237)
#ECEBEF
(236,235,239)
#F0F0F1
(240,240,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC3DF color. Also use rgb(204,195,223) instead hex code.

Text Font Color

.myTextColor { color: #CCC3DF; }

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

This text font color is #CCC3DF.

Background Color

.myBgColor { background-color: #CCC3DF; }

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

This div background color is #CCC3DF.

Border color

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

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

This div border color is #CCC3DF.

Opacity

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

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

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

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

This text has shadow with #CCC3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC3DF.

Preview

Color preview on black background

This text has color #CCC3DF on black background.


Color preview on white background

This text has color #CCC3DF on white background.


Black color preview on #CCC3DF background

This text has black color on #CCC3DF background.


White color preview on #CCC3DF background

This text has white color on #CCC3DF background.


Related colors

Complementary color

Complementary color for #hex is #333C20.


I love getcolorcode.com

Triadic colors

1 #DFCCC3 and #C3DFCC with #CCC3DF are triadic colors.

2 #DFC3CC and #C3CCDF with #CCC3DF are triadic colors.