COLOR #D2CCE6

HEX: #D2CCE6 RGB: (210,204,230)

Color info

#D2CCE6 contains red, green and blue colors in about the same proportion. Web safe color of #D2CCE6 is #CCCCCC (or #CCC).

RGB color model

#D2CCE6 color RGB value is (210,204,230).

RGB: (210,204,230) (82%, 80%, 90%)

RGB channels and saturation

R 210 of 255 = 82%
G 204 of 255 = 80%
B 230 of 255 = 90%

210
204
230

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

Portions of RGB colors in percentages

R + G + B = 210 + 204 + 230 = 644 (100%)
R 210 of 644 ~ 32.61%
G 204 of 644 ~ 31.68%
B 230 of 644 ~ 35.71'%

%32.61
%31.68
%35.71

CMYK color model

#D2CCE6 color CMYK value is (9,11,0,10).

  • cyan value is 8.70%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (9,11,0,10)
C9M11Y0K10 (9%, 11%, 0%, 10%)
(0.09 / 0.11 / 0.00 / 0.10)

CMYK percentages

%8.7
%11.3
%0
%9.8

Codes

Color #D2CCE6 in popluar color models

D2 CC E6
RGB 210 204 230
HSL 254° 34.21% 85.10%
HSB/HSV 254° 11.30% 90.20%
CMYK 8.70% 11.30% 0.00%
9.80%

Color #D2CCE6 in popluar number systems.

HEX D2 CC E6
Decimal 210 204 230
Binary 11010010 11001100 11100110
Octal 322 314 346

Shades and tints

Shades of #D2CCE6

#D2CCE6
(210,204,230)
#BFBAD2
(191,186,210)
#ACA8BE
(172,168,190)
#9996AA
(153,150,170)
#868496
(134,132,150)
#737282
(115,114,130)
#60606E
(96,96,110)
#4D4E5A
(77,78,90)
#3A3C46
(58,60,70)
#272A32
(39,42,50)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #D2CCE6

#D2CCE6
(210,204,230)
#D6D0E8
(214,208,232)
#DAD4EA
(218,212,234)
#DED8EC
(222,216,236)
#E2DCEE
(226,220,238)
#E6E0F0
(230,224,240)
#EAE4F2
(234,228,242)
#EEE8F4
(238,232,244)
#F2ECF6
(242,236,246)
#F6F0F8
(246,240,248)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CCE6 color. Also use rgb(210,204,230) instead hex code.

Text Font Color

.myTextColor { color: #D2CCE6; }

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

This text font color is #D2CCE6.

Background Color

.myBgColor { background-color: #D2CCE6; }

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

This div background color is #D2CCE6.

Border color

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

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

This div border color is #D2CCE6.

Opacity

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

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

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

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

This text has shadow with #D2CCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2CCE6.

Preview

Color preview on black background

This text has color #D2CCE6 on black background.


Color preview on white background

This text has color #D2CCE6 on white background.


Black color preview on #D2CCE6 background

This text has black color on #D2CCE6 background.


White color preview on #D2CCE6 background

This text has white color on #D2CCE6 background.


Related colors

Complementary color

Complementary color for #hex is #2D3319.


I love getcolorcode.com

Triadic colors

1 #E6D2CC and #CCE6D2 with #D2CCE6 are triadic colors.

2 #E6CCD2 and #CCD2E6 with #D2CCE6 are triadic colors.