COLOR #D2CAEB

HEX: #D2CAEB RGB: (210,202,235)

Color info

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

RGB color model

#D2CAEB color RGB value is (210,202,235).

RGB: (210,202,235) (82%, 79%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 202 of 255 = 79%
B 235 of 255 = 92%

210
202
235

R + G + B ~ 84%. #D2CAEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 202 + 235 = 647 (100%)
R 210 of 647 ~ 32.46%
G 202 of 647 ~ 31.22%
B 235 of 647 ~ 36.32'%

%32.46
%31.22
%36.32

CMYK color model

#D2CAEB color CMYK value is (11,14,0,8).

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

CMYK: (11,14,0,8)
C11M14Y0K8 (11%, 14%, 0%, 8%)
(0.11 / 0.14 / 0.00 / 0.08)

CMYK percentages

%10.64
%14.04
%0
%7.84

Codes

Color #D2CAEB in popluar color models

D2 CA EB
RGB 210 202 235
HSL 255° 45.21% 85.69%
HSB/HSV 255° 14.04% 92.16%
CMYK 10.64% 14.04% 0.00%
7.84%

Color #D2CAEB in popluar number systems.

HEX D2 CA EB
Decimal 210 202 235
Binary 11010010 11001010 11101011
Octal 322 312 353

Shades and tints

Shades of #D2CAEB

#D2CAEB
(210,202,235)
#BFB8D6
(191,184,214)
#ACA6C1
(172,166,193)
#9994AC
(153,148,172)
#868297
(134,130,151)
#737082
(115,112,130)
#605E6D
(96,94,109)
#4D4C58
(77,76,88)
#3A3A43
(58,58,67)
#27282E
(39,40,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #D2CAEB

#D2CAEB
(210,202,235)
#D6CEEC
(214,206,236)
#DAD2ED
(218,210,237)
#DED6EE
(222,214,238)
#E2DAEF
(226,218,239)
#E6DEF0
(230,222,240)
#EAE2F1
(234,226,241)
#EEE6F2
(238,230,242)
#F2EAF3
(242,234,243)
#F6EEF4
(246,238,244)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CAEB; }

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

This text font color is #D2CAEB.

Background Color

.myBgColor { background-color: #D2CAEB; }

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

This div background color is #D2CAEB.

Border color

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

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

This div border color is #D2CAEB.

Opacity

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

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

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

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

This text has shadow with #D2CAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2CAEB.

Preview

Color preview on black background

This text has color #D2CAEB on black background.


Color preview on white background

This text has color #D2CAEB on white background.


Black color preview on #D2CAEB background

This text has black color on #D2CAEB background.


White color preview on #D2CAEB background

This text has white color on #D2CAEB background.


Related colors

Complementary color

Complementary color for #hex is #2D3514.


I love getcolorcode.com

Triadic colors

1 #EBD2CA and #CAEBD2 with #D2CAEB are triadic colors.

2 #EBCAD2 and #CAD2EB with #D2CAEB are triadic colors.