COLOR #DCCAEB

HEX: #DCCAEB RGB: (220,202,235)

Color info

#DCCAEB contains red, green and blue colors in about the same proportion. Web safe color of #DCCAEB is #CCCCFF (or #CCF).

RGB color model

#DCCAEB color RGB value is (220,202,235).

RGB: (220,202,235) (86%, 79%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 235 of 255 = 92%

220
202
235

R + G + B ~ 86%. #DCCAEB is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 202 + 235 = 657 (100%)
R 220 of 657 ~ 33.49%
G 202 of 657 ~ 30.75%
B 235 of 657 ~ 35.77'%

%33.49
%30.75
%35.77

CMYK color model

#DCCAEB color CMYK value is (6,14,0,8).

  • cyan value is 6.38%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,14,0,8)
C6M14Y0K8 (6%, 14%, 0%, 8%)
(0.06 / 0.14 / 0.00 / 0.08)

CMYK percentages

%6.38
%14.04
%0
%7.84

Codes

Color #DCCAEB in popluar color models

DC CA EB
RGB 220 202 235
HSL 273° 45.21% 85.69%
HSB/HSV 273° 14.04% 92.16%
CMYK 6.38% 14.04% 0.00%
7.84%

Color #DCCAEB in popluar number systems.

HEX DC CA EB
Decimal 220 202 235
Binary 11011100 11001010 11101011
Octal 334 312 353

Shades and tints

Shades of #DCCAEB

#DCCAEB
(220,202,235)
#C8B8D6
(200,184,214)
#B4A6C1
(180,166,193)
#A094AC
(160,148,172)
#8C8297
(140,130,151)
#787082
(120,112,130)
#645E6D
(100,94,109)
#504C58
(80,76,88)
#3C3A43
(60,58,67)
#28282E
(40,40,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #DCCAEB

#DCCAEB
(220,202,235)
#DFCEEC
(223,206,236)
#E2D2ED
(226,210,237)
#E5D6EE
(229,214,238)
#E8DAEF
(232,218,239)
#EBDEF0
(235,222,240)
#EEE2F1
(238,226,241)
#F1E6F2
(241,230,242)
#F4EAF3
(244,234,243)
#F7EEF4
(247,238,244)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCAEB color. Also use rgb(220,202,235) instead hex code.

Text Font Color

.myTextColor { color: #DCCAEB; }

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

This text font color is #DCCAEB.

Background Color

.myBgColor { background-color: #DCCAEB; }

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

This div background color is #DCCAEB.

Border color

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

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

This div border color is #DCCAEB.

Opacity

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

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

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

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

This text has shadow with #DCCAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCAEB.

Preview

Color preview on black background

This text has color #DCCAEB on black background.


Color preview on white background

This text has color #DCCAEB on white background.


Black color preview on #DCCAEB background

This text has black color on #DCCAEB background.


White color preview on #DCCAEB background

This text has white color on #DCCAEB background.


Related colors

Complementary color

Complementary color for #hex is #233514.


I love getcolorcode.com

Triadic colors

1 #EBDCCA and #CAEBDC with #DCCAEB are triadic colors.

2 #EBCADC and #CADCEB with #DCCAEB are triadic colors.