COLOR #CCAEDD

HEX: #CCAEDD RGB: (204,174,221)

Color info

#CCAEDD contains red, green and blue colors in about the same proportion. Web safe color of #CCAEDD is #CC99CC (or #C9C).

RGB color model

#CCAEDD color RGB value is (204,174,221).

RGB: (204,174,221) (80%, 68%, 87%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 221 of 255 = 87%

204
174
221

R + G + B ~ 78%. #CCAEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 221 = 599 (100%)
R 204 of 599 ~ 34.06%
G 174 of 599 ~ 29.05%
B 221 of 599 ~ 36.89'%

%34.06
%29.05
%36.89

CMYK color model

#CCAEDD color CMYK value is (8,21,0,13).

  • cyan value is 7.69%
  • magenta value is 21.27%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (8,21,0,13)
C8M21Y0K13 (8%, 21%, 0%, 13%)
(0.08 / 0.21 / 0.00 / 0.13)

CMYK percentages

%7.69
%21.27
%0
%13.33

Codes

Color #CCAEDD in popluar color models

CC AE DD
RGB 204 174 221
HSL 278° 40.87% 77.45%
HSB/HSV 278° 21.27% 86.67%
CMYK 7.69% 21.27% 0.00%
13.33%

Color #CCAEDD in popluar number systems.

HEX CC AE DD
Decimal 204 174 221
Binary 11001100 10101110 11011101
Octal 314 256 335

Shades and tints

Shades of #CCAEDD

#CCAEDD
(204,174,221)
#BA9FC9
(186,159,201)
#A890B5
(168,144,181)
#9681A1
(150,129,161)
#84728D
(132,114,141)
#726379
(114,99,121)
#605465
(96,84,101)
#4E4551
(78,69,81)
#3C363D
(60,54,61)
#2A2729
(42,39,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCAEDD

#CCAEDD
(204,174,221)
#D0B5E0
(208,181,224)
#D4BCE3
(212,188,227)
#D8C3E6
(216,195,230)
#DCCAE9
(220,202,233)
#E0D1EC
(224,209,236)
#E4D8EF
(228,216,239)
#E8DFF2
(232,223,242)
#ECE6F5
(236,230,245)
#F0EDF8
(240,237,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAEDD color. Also use rgb(204,174,221) instead hex code.

Text Font Color

.myTextColor { color: #CCAEDD; }

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

This text font color is #CCAEDD.

Background Color

.myBgColor { background-color: #CCAEDD; }

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

This div background color is #CCAEDD.

Border color

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

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

This div border color is #CCAEDD.

Opacity

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

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

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

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

This text has shadow with #CCAEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEDD.

Preview

Color preview on black background

This text has color #CCAEDD on black background.


Color preview on white background

This text has color #CCAEDD on white background.


Black color preview on #CCAEDD background

This text has black color on #CCAEDD background.


White color preview on #CCAEDD background

This text has white color on #CCAEDD background.


Related colors

Complementary color

Complementary color for #hex is #335122.


I love getcolorcode.com

Triadic colors

1 #DDCCAE and #AEDDCC with #CCAEDD are triadic colors.

2 #DDAECC and #AECCDD with #CCAEDD are triadic colors.