COLOR #DBC2E3

HEX: #DBC2E3 RGB: (219,194,227)

Color info

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

RGB color model

#DBC2E3 color RGB value is (219,194,227).

RGB: (219,194,227) (86%, 76%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 194 of 255 = 76%
B 227 of 255 = 89%

219
194
227

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

Portions of RGB colors in percentages

R + G + B = 219 + 194 + 227 = 640 (100%)
R 219 of 640 ~ 34.22%
G 194 of 640 ~ 30.31%
B 227 of 640 ~ 35.47'%

%34.22
%30.31
%35.47

CMYK color model

#DBC2E3 color CMYK value is (4,15,0,11).

  • cyan value is 3.52%
  • magenta value is 14.54%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (4,15,0,11)
C4M15Y0K11 (4%, 15%, 0%, 11%)
(0.04 / 0.15 / 0.00 / 0.11)

CMYK percentages

%3.52
%14.54
%0
%10.98

Codes

Color #DBC2E3 in popluar color models

DB C2 E3
RGB 219 194 227
HSL 285° 37.08% 82.55%
HSB/HSV 285° 14.54% 89.02%
CMYK 3.52% 14.54% 0.00%
10.98%

Color #DBC2E3 in popluar number systems.

HEX DB C2 E3
Decimal 219 194 227
Binary 11011011 11000010 11100011
Octal 333 302 343

Shades and tints

Shades of #DBC2E3

#DBC2E3
(219,194,227)
#C8B1CF
(200,177,207)
#B5A0BB
(181,160,187)
#A28FA7
(162,143,167)
#8F7E93
(143,126,147)
#7C6D7F
(124,109,127)
#695C6B
(105,92,107)
#564B57
(86,75,87)
#433A43
(67,58,67)
#30292F
(48,41,47)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBC2E3

#DBC2E3
(219,194,227)
#DEC7E5
(222,199,229)
#E1CCE7
(225,204,231)
#E4D1E9
(228,209,233)
#E7D6EB
(231,214,235)
#EADBED
(234,219,237)
#EDE0EF
(237,224,239)
#F0E5F1
(240,229,241)
#F3EAF3
(243,234,243)
#F6EFF5
(246,239,245)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC2E3 color. Also use rgb(219,194,227) instead hex code.

Text Font Color

.myTextColor { color: #DBC2E3; }

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

This text font color is #DBC2E3.

Background Color

.myBgColor { background-color: #DBC2E3; }

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

This div background color is #DBC2E3.

Border color

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

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

This div border color is #DBC2E3.

Opacity

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

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

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

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

This text has shadow with #DBC2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC2E3.

Preview

Color preview on black background

This text has color #DBC2E3 on black background.


Color preview on white background

This text has color #DBC2E3 on white background.


Black color preview on #DBC2E3 background

This text has black color on #DBC2E3 background.


White color preview on #DBC2E3 background

This text has white color on #DBC2E3 background.


Related colors

Complementary color

Complementary color for #hex is #243D1C.


I love getcolorcode.com

Triadic colors

1 #E3DBC2 and #C2E3DB with #DBC2E3 are triadic colors.

2 #E3C2DB and #C2DBE3 with #DBC2E3 are triadic colors.