COLOR #DEDCEE

HEX: #DEDCEE
RGB: (222,220,238)

Color info

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

RGB color model

#DEDCEE color RGB value is (222,220,238).

  • red value is 222;
  • green value is 220;
  • blue value is 238.
RGB:
(222,220,238)
(87%,86%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 220 of 255 = 86%
B 238 of 255 = 93%

222
220
238

R + G + B ~ 89%. #DEDCEE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 220 + 238 = 680 (100%)
R 222 of 680 ~ 32.65%
G 220 of 680 ~ 32.35%
B 238 of 680 ~ 35%

%32.65
%32.35
%35

CMYK color model

#DEDCEE color CMYK value is (7,8,0,7).

  • cyan value is 6.72%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,8,0,7)
C7M8Y0K7 
(7%,8%,0%,7%)
(0.07/0.08/0.00/0.07)	

CMYK percentages

%6.72
%7.56
%0
%6.67

Codes

Color #DEDCEE in popluar color models

DEDCEE
RGB222220238
HSL247°34.62%89.80%
HSB/HSV247°7.56%93.33%
CMYK6.72%7.56%0.00%
6.67%

Color #DEDCEE in popluar number systems.

HEXDEDCEE
Decimal222220238
Binary110111101101110011101110
Octal336334356

Shades and tints

Shades of #DEDCEE

#DEDCEE
(222,220,238)
#CAC8D9
(202,200,217)
#B6B4C4
(182,180,196)
#A2A0AF
(162,160,175)
#8E8C9A
(142,140,154)
#7A7885
(122,120,133)
#666470
(102,100,112)
#52505B
(82,80,91)
#3E3C46
(62,60,70)
#2A2831
(42,40,49)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #DEDCEE

#DEDCEE
(222,220,238)
#E1DFEF
(225,223,239)
#E4E2F0
(228,226,240)
#E7E5F1
(231,229,241)
#EAE8F2
(234,232,242)
#EDEBF3
(237,235,243)
#F0EEF4
(240,238,244)
#F3F1F5
(243,241,245)
#F6F4F6
(246,244,246)
#F9F7F7
(249,247,247)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDCEE color. Also use rgb(222,220,238) instead hex code.

Text Font Color

.myTextColor { color: #DEDCEE; }

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

This text font color is #DEDCEE.


Background Color

.myBgColor { background-color: #DEDCEE; }

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

This div background color is #DEDCEE.


Border color

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

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

This div border color is #DEDCEE.


Opacity

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

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

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

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

This text has shadow with #DEDCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDCEE on black background.


Color preview on white background

This text has color #DEDCEE on white background.



Black color preview on #DEDCEE background

This text has black color on #DEDCEE background.


White color preview on #DEDCEE background

This text has white color on #DEDCEE background.