COLOR #CCC4DF

HEX: #CCC4DF RGB: (204,196,223)

Color info

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

RGB color model

#CCC4DF color RGB value is (204,196,223).

RGB: (204,196,223) (80%, 77%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 223 of 255 = 87%

204
196
223

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

Portions of RGB colors in percentages

R + G + B = 204 + 196 + 223 = 623 (100%)
R 204 of 623 ~ 32.74%
G 196 of 623 ~ 31.46%
B 223 of 623 ~ 35.79'%

%32.74
%31.46
%35.79

CMYK color model

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

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

CMYK: (9,12,0,13)
C9M12Y0K13 (9%, 12%, 0%, 13%)
(0.09 / 0.12 / 0.00 / 0.13)

CMYK percentages

%8.52
%12.11
%0
%12.55

Codes

Color #CCC4DF in popluar color models

CC C4 DF
RGB 204 196 223
HSL 258° 29.67% 82.16%
HSB/HSV 258° 12.11% 87.45%
CMYK 8.52% 12.11% 0.00%
12.55%

Color #CCC4DF in popluar number systems.

HEX CC C4 DF
Decimal 204 196 223
Binary 11001100 11000100 11011111
Octal 314 304 337

Shades and tints

Shades of #CCC4DF

#CCC4DF
(204,196,223)
#BAB3CB
(186,179,203)
#A8A2B7
(168,162,183)
#9691A3
(150,145,163)
#84808F
(132,128,143)
#726F7B
(114,111,123)
#605E67
(96,94,103)
#4E4D53
(78,77,83)
#3C3C3F
(60,60,63)
#2A2B2B
(42,43,43)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #CCC4DF

#CCC4DF
(204,196,223)
#D0C9E1
(208,201,225)
#D4CEE3
(212,206,227)
#D8D3E5
(216,211,229)
#DCD8E7
(220,216,231)
#E0DDE9
(224,221,233)
#E4E2EB
(228,226,235)
#E8E7ED
(232,231,237)
#ECECEF
(236,236,239)
#F0F1F1
(240,241,241)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4DF; }

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

This text font color is #CCC4DF.

Background Color

.myBgColor { background-color: #CCC4DF; }

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

This div background color is #CCC4DF.

Border color

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

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

This div border color is #CCC4DF.

Opacity

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

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

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

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

This text has shadow with #CCC4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC4DF.

Preview

Color preview on black background

This text has color #CCC4DF on black background.


Color preview on white background

This text has color #CCC4DF on white background.


Black color preview on #CCC4DF background

This text has black color on #CCC4DF background.


White color preview on #CCC4DF background

This text has white color on #CCC4DF background.


Related colors

Complementary color

Complementary color for #hex is #333B20.


I love getcolorcode.com

Triadic colors

1 #DFCCC4 and #C4DFCC with #CCC4DF are triadic colors.

2 #DFC4CC and #C4CCDF with #CCC4DF are triadic colors.