COLOR #CEA5D5

HEX: #CEA5D5 RGB: (206,165,213)

Color info

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

RGB color model

#CEA5D5 color RGB value is (206,165,213).

RGB: (206,165,213) (81%, 65%, 84%)

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 213 of 255 = 84%

206
165
213

R + G + B ~ 77%. #CEA5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 165 + 213 = 584 (100%)
R 206 of 584 ~ 35.27%
G 165 of 584 ~ 28.25%
B 213 of 584 ~ 36.47'%

%35.27
%28.25
%36.47

CMYK color model

#CEA5D5 color CMYK value is (3,23,0,16).

  • cyan value is 3.29%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (3,23,0,16)
C3M23Y0K16 (3%, 23%, 0%, 16%)
(0.03 / 0.23 / 0.00 / 0.16)

CMYK percentages

%3.29
%22.54
%0
%16.47

Codes

Color #CEA5D5 in popluar color models

CE A5 D5
RGB 206 165 213
HSL 291° 36.36% 74.12%
HSB/HSV 291° 22.54% 83.53%
CMYK 3.29% 22.54% 0.00%
16.47%

Color #CEA5D5 in popluar number systems.

HEX CE A5 D5
Decimal 206 165 213
Binary 11001110 10100101 11010101
Octal 316 245 325

Shades and tints

Shades of #CEA5D5

#CEA5D5
(206,165,213)
#BC96C2
(188,150,194)
#AA87AF
(170,135,175)
#98789C
(152,120,156)
#866989
(134,105,137)
#745A76
(116,90,118)
#624B63
(98,75,99)
#503C50
(80,60,80)
#3E2D3D
(62,45,61)
#2C1E2A
(44,30,42)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #CEA5D5

#CEA5D5
(206,165,213)
#D2ADD8
(210,173,216)
#D6B5DB
(214,181,219)
#DABDDE
(218,189,222)
#DEC5E1
(222,197,225)
#E2CDE4
(226,205,228)
#E6D5E7
(230,213,231)
#EADDEA
(234,221,234)
#EEE5ED
(238,229,237)
#F2EDF0
(242,237,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA5D5 color. Also use rgb(206,165,213) instead hex code.

Text Font Color

.myTextColor { color: #CEA5D5; }

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

This text font color is #CEA5D5.

Background Color

.myBgColor { background-color: #CEA5D5; }

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

This div background color is #CEA5D5.

Border color

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

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

This div border color is #CEA5D5.

Opacity

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

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

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

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

This text has shadow with #CEA5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA5D5.

Preview

Color preview on black background

This text has color #CEA5D5 on black background.


Color preview on white background

This text has color #CEA5D5 on white background.


Black color preview on #CEA5D5 background

This text has black color on #CEA5D5 background.


White color preview on #CEA5D5 background

This text has white color on #CEA5D5 background.


Related colors

Complementary color

Complementary color for #hex is #315A2A.


I love getcolorcode.com

Triadic colors

1 #D5CEA5 and #A5D5CE with #CEA5D5 are triadic colors.

2 #D5A5CE and #A5CED5 with #CEA5D5 are triadic colors.