COLOR #DFCBE7

HEX: #DFCBE7 RGB: (223,203,231)

Color info

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

RGB color model

#DFCBE7 color RGB value is (223,203,231).

RGB: (223,203,231) (87%, 80%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 203 of 255 = 80%
B 231 of 255 = 91%

223
203
231

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

Portions of RGB colors in percentages

R + G + B = 223 + 203 + 231 = 657 (100%)
R 223 of 657 ~ 33.94%
G 203 of 657 ~ 30.9%
B 231 of 657 ~ 35.16'%

%33.94
%30.9
%35.16

CMYK color model

#DFCBE7 color CMYK value is (3,12,0,9).

  • cyan value is 3.46%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,12,0,9)
C3M12Y0K9 (3%, 12%, 0%, 9%)
(0.03 / 0.12 / 0.00 / 0.09)

CMYK percentages

%3.46
%12.12
%0
%9.41

Codes

Color #DFCBE7 in popluar color models

DF CB E7
RGB 223 203 231
HSL 283° 36.84% 85.10%
HSB/HSV 283° 12.12% 90.59%
CMYK 3.46% 12.12% 0.00%
9.41%

Color #DFCBE7 in popluar number systems.

HEX DF CB E7
Decimal 223 203 231
Binary 11011111 11001011 11100111
Octal 337 313 347

Shades and tints

Shades of #DFCBE7

#DFCBE7
(223,203,231)
#CBB9D2
(203,185,210)
#B7A7BD
(183,167,189)
#A395A8
(163,149,168)
#8F8393
(143,131,147)
#7B717E
(123,113,126)
#675F69
(103,95,105)
#534D54
(83,77,84)
#3F3B3F
(63,59,63)
#2B292A
(43,41,42)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #DFCBE7

#DFCBE7
(223,203,231)
#E1CFE9
(225,207,233)
#E3D3EB
(227,211,235)
#E5D7ED
(229,215,237)
#E7DBEF
(231,219,239)
#E9DFF1
(233,223,241)
#EBE3F3
(235,227,243)
#EDE7F5
(237,231,245)
#EFEBF7
(239,235,247)
#F1EFF9
(241,239,249)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCBE7 color. Also use rgb(223,203,231) instead hex code.

Text Font Color

.myTextColor { color: #DFCBE7; }

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

This text font color is #DFCBE7.

Background Color

.myBgColor { background-color: #DFCBE7; }

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

This div background color is #DFCBE7.

Border color

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

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

This div border color is #DFCBE7.

Opacity

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

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

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

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

This text has shadow with #DFCBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCBE7.

Preview

Color preview on black background

This text has color #DFCBE7 on black background.


Color preview on white background

This text has color #DFCBE7 on white background.


Black color preview on #DFCBE7 background

This text has black color on #DFCBE7 background.


White color preview on #DFCBE7 background

This text has white color on #DFCBE7 background.


Related colors

Complementary color

Complementary color for #hex is #203418.


I love getcolorcode.com

Triadic colors

1 #E7DFCB and #CBE7DF with #DFCBE7 are triadic colors.

2 #E7CBDF and #CBDFE7 with #DFCBE7 are triadic colors.