COLOR #C29EDD

HEX: #C29EDD RGB: (194,158,221)

Color info

#C29EDD contains mainly red and blue colors. Web safe color of #C29EDD is #CC99CC (or #C9C).

RGB color model

#C29EDD color RGB value is (194,158,221).

RGB: (194,158,221) (76%, 62%, 87%)

RGB channels and saturation

R 194 of 255 = 76%
G 158 of 255 = 62%
B 221 of 255 = 87%

194
158
221

R + G + B ~ 75%. #C29EDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 158 + 221 = 573 (100%)
R 194 of 573 ~ 33.86%
G 158 of 573 ~ 27.57%
B 221 of 573 ~ 38.57'%

%33.86
%27.57
%38.57

CMYK color model

#C29EDD color CMYK value is (12,29,0,13).

  • cyan value is 12.22%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,29,0,13)
C12M29Y0K13 (12%, 29%, 0%, 13%)
(0.12 / 0.29 / 0.00 / 0.13)

CMYK percentages

%12.22
%28.51
%0
%13.33

Codes

Color #C29EDD in popluar color models

C2 9E DD
RGB 194 158 221
HSL 274° 48.09% 74.31%
HSB/HSV 274° 28.51% 86.67%
CMYK 12.22% 28.51% 0.00%
13.33%

Color #C29EDD in popluar number systems.

HEX C2 9E DD
Decimal 194 158 221
Binary 11000010 10011110 11011101
Octal 302 236 335

Shades and tints

Shades of #C29EDD

#C29EDD
(194,158,221)
#B190C9
(177,144,201)
#A082B5
(160,130,181)
#8F74A1
(143,116,161)
#7E668D
(126,102,141)
#6D5879
(109,88,121)
#5C4A65
(92,74,101)
#4B3C51
(75,60,81)
#3A2E3D
(58,46,61)
#292029
(41,32,41)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #C29EDD

#C29EDD
(194,158,221)
#C7A6E0
(199,166,224)
#CCAEE3
(204,174,227)
#D1B6E6
(209,182,230)
#D6BEE9
(214,190,233)
#DBC6EC
(219,198,236)
#E0CEEF
(224,206,239)
#E5D6F2
(229,214,242)
#EADEF5
(234,222,245)
#EFE6F8
(239,230,248)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29EDD color. Also use rgb(194,158,221) instead hex code.

Text Font Color

.myTextColor { color: #C29EDD; }

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

This text font color is #C29EDD.

Background Color

.myBgColor { background-color: #C29EDD; }

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

This div background color is #C29EDD.

Border color

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

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

This div border color is #C29EDD.

Opacity

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

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

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

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

This text has shadow with #C29EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29EDD.

Preview

Color preview on black background

This text has color #C29EDD on black background.


Color preview on white background

This text has color #C29EDD on white background.


Black color preview on #C29EDD background

This text has black color on #C29EDD background.


White color preview on #C29EDD background

This text has white color on #C29EDD background.


Related colors

Complementary color

Complementary color for #hex is #3D6122.


I love getcolorcode.com

Triadic colors

1 #DDC29E and #9EDDC2 with #C29EDD are triadic colors.

2 #DD9EC2 and #9EC2DD with #C29EDD are triadic colors.