COLOR #DED6E3

HEX: #DED6E3
RGB: (222,214,227)

Color info

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

RGB color model

#DED6E3 color RGB value is (222,214,227).

  • red value is 222;
  • green value is 214;
  • blue value is 227.
RGB:
(222,214,227)
(87%,84%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 214 of 255 = 84%
B 227 of 255 = 89%

222
214
227

R + G + B ~ 87%. #DED6E3 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 214 + 227 = 663 (100%)
R 222 of 663 ~ 33.48%
G 214 of 663 ~ 32.28%
B 227 of 663 ~ 34.24%

%33.48
%32.28
%34.24

CMYK color model

#DED6E3 color CMYK value is (2,6,0,11).

  • cyan value is 2.20%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,6,0,11)
C2M6Y0K11 
(2%,6%,0%,11%)
(0.02/0.06/0.00/0.11)	

CMYK percentages

%2.2
%5.73
%0
%10.98

Codes

Color #DED6E3 in popluar color models

DED6E3
RGB222214227
HSL277°18.84%86.47%
HSB/HSV277°5.73%89.02%
CMYK2.20%5.73%0.00%
10.98%

Color #DED6E3 in popluar number systems.

HEXDED6E3
Decimal222214227
Binary110111101101011011100011
Octal336326343

Shades and tints

Shades of #DED6E3

#DED6E3
(222,214,227)
#CAC3CF
(202,195,207)
#B6B0BB
(182,176,187)
#A29DA7
(162,157,167)
#8E8A93
(142,138,147)
#7A777F
(122,119,127)
#66646B
(102,100,107)
#525157
(82,81,87)
#3E3E43
(62,62,67)
#2A2B2F
(42,43,47)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #DED6E3

#DED6E3
(222,214,227)
#E1D9E5
(225,217,229)
#E4DCE7
(228,220,231)
#E7DFE9
(231,223,233)
#EAE2EB
(234,226,235)
#EDE5ED
(237,229,237)
#F0E8EF
(240,232,239)
#F3EBF1
(243,235,241)
#F6EEF3
(246,238,243)
#F9F1F5
(249,241,245)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED6E3 color. Also use rgb(222,214,227) instead hex code.

Text Font Color

.myTextColor { color: #DED6E3; }

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

This text font color is #DED6E3.


Background Color

.myBgColor { background-color: #DED6E3; }

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

This div background color is #DED6E3.


Border color

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

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

This div border color is #DED6E3.


Opacity

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

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

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

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

This text has shadow with #DED6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED6E3 on black background.


Color preview on white background

This text has color #DED6E3 on white background.



Black color preview on #DED6E3 background

This text has black color on #DED6E3 background.


White color preview on #DED6E3 background

This text has white color on #DED6E3 background.