COLOR #DFC1EE

HEX: #DFC1EE
RGB: (223,193,238)

Color info

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

RGB color model

#DFC1EE color RGB value is (223,193,238).

  • red value is 223;
  • green value is 193;
  • blue value is 238.
RGB: (223,193,238) (87%,76%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 193 of 255 = 76%
B 238 of 255 = 93%

223
193
238

R + G + B ~ 85%. #DFC1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 193 + 238 = 654 (100%)
R 223 of 654 ~ 34.1%
G 193 of 654 ~ 29.51%
B 238 of 654 ~ 36.39%

%34.1
%29.51
%36.39

CMYK color model

#DFC1EE color CMYK value is (6,19,0,7).

  • cyan value is 6.30%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (6,19,0,7) C6M19Y0K7 (6%,19%,0%,7%) (0.06/0.19/0.00/0.07)

CMYK percentages

%6.3
%18.91
%0
%6.67

Codes

Color #DFC1EE in popluar color models

DFC1EE
RGB223193238
HSL280°56.96%84.51%
HSB/HSV280°18.91%93.33%
CMYK6.30%18.91%0.00%
6.67%

Color #DFC1EE in popluar number systems.

HEXDFC1EE
Decimal223193238
Binary110111111100000111101110
Octal337301356

Shades and tints

Shades of #DFC1EE

#DFC1EE
(223,193,238)
#CBB0D9
(203,176,217)
#B79FC4
(183,159,196)
#A38EAF
(163,142,175)
#8F7D9A
(143,125,154)
#7B6C85
(123,108,133)
#675B70
(103,91,112)
#534A5B
(83,74,91)
#3F3946
(63,57,70)
#2B2831
(43,40,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #DFC1EE

#DFC1EE
(223,193,238)
#E1C6EF
(225,198,239)
#E3CBF0
(227,203,240)
#E5D0F1
(229,208,241)
#E7D5F2
(231,213,242)
#E9DAF3
(233,218,243)
#EBDFF4
(235,223,244)
#EDE4F5
(237,228,245)
#EFE9F6
(239,233,246)
#F1EEF7
(241,238,247)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC1EE color. Also use rgb(223,193,238) instead hex code.

Text Font Color

.myTextColor { color: #DFC1EE; }

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

This text font color is #DFC1EE.


Background Color

.myBgColor { background-color: #DFC1EE; }

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

This div background color is #DFC1EE.


Border color

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

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

This div border color is #DFC1EE.


Opacity

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

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

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

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

This text has shadow with #DFC1EE color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #DFC1EE; -webkit-box-shadow:	1px 1px 3px 2px #DFC1EE; box-shadow:	1px 1px 3px 2px #DFC1EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DFC1EE; -webkit-box-shadow: 1px 1px 3px 2px #DFC1EE; box-shadow:1px 1px 3px 2px #DFC1EE;">
Div content here</div>
This div box has shadow with color #DFC1EE.

Preview

Color preview on black background

This text has color #DFC1EE on black background.


Color preview on white background

This text has color #DFC1EE on white background.



Black color preview on #DFC1EE background

This text has black color on #DFC1EE background.


White color preview on #DFC1EE background

This text has white color on #DFC1EE background.