COLOR #DEDBF9

HEX: #DEDBF9 RGB: (222,219,249)

Color info

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

RGB color model

#DEDBF9 color RGB value is (222,219,249).

RGB: (222,219,249) (87%, 86%, 98%)

RGB channels and saturation

R 222 of 255 = 87%
G 219 of 255 = 86%
B 249 of 255 = 98%

222
219
249

R + G + B ~ 90%. #DEDBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 219 + 249 = 690 (100%)
R 222 of 690 ~ 32.17%
G 219 of 690 ~ 31.74%
B 249 of 690 ~ 36.09'%

%32.17
%31.74
%36.09

CMYK color model

#DEDBF9 color CMYK value is (11,12,0,2).

  • cyan value is 10.84%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (11,12,0,2)
C11M12Y0K2 (11%, 12%, 0%, 2%)
(0.11 / 0.12 / 0.00 / 0.02)

CMYK percentages

%10.84
%12.05
%0
%2.35

Codes

Color #DEDBF9 in popluar color models

DE DB F9
RGB 222 219 249
HSL 246° 71.43% 91.76%
HSB/HSV 246° 12.05% 97.65%
CMYK 10.84% 12.05% 0.00%
2.35%

Color #DEDBF9 in popluar number systems.

HEX DE DB F9
Decimal 222 219 249
Binary 11011110 11011011 11111001
Octal 336 333 371

Shades and tints

Shades of #DEDBF9

#DEDBF9
(222,219,249)
#CAC8E3
(202,200,227)
#B6B5CD
(182,181,205)
#A2A2B7
(162,162,183)
#8E8FA1
(142,143,161)
#7A7C8B
(122,124,139)
#666975
(102,105,117)
#52565F
(82,86,95)
#3E4349
(62,67,73)
#2A3033
(42,48,51)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #DEDBF9

#DEDBF9
(222,219,249)
#E1DEF9
(225,222,249)
#E4E1F9
(228,225,249)
#E7E4F9
(231,228,249)
#EAE7F9
(234,231,249)
#EDEAF9
(237,234,249)
#F0EDF9
(240,237,249)
#F3F0F9
(243,240,249)
#F6F3F9
(246,243,249)
#F9F6F9
(249,246,249)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDBF9 color. Also use rgb(222,219,249) instead hex code.

Text Font Color

.myTextColor { color: #DEDBF9; }

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

This text font color is #DEDBF9.

Background Color

.myBgColor { background-color: #DEDBF9; }

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

This div background color is #DEDBF9.

Border color

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

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

This div border color is #DEDBF9.

Opacity

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

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

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

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

This text has shadow with #DEDBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDBF9.

Preview

Color preview on black background

This text has color #DEDBF9 on black background.


Color preview on white background

This text has color #DEDBF9 on white background.


Black color preview on #DEDBF9 background

This text has black color on #DEDBF9 background.


White color preview on #DEDBF9 background

This text has white color on #DEDBF9 background.


Related colors

Complementary color

Complementary color for #hex is #212406.


I love getcolorcode.com

Triadic colors

1 #F9DEDB and #DBF9DE with #DEDBF9 are triadic colors.

2 #F9DBDE and #DBDEF9 with #DEDBF9 are triadic colors.