COLOR #DEDBFA

HEX: #DEDBFA RGB: (222,219,250)

Color info

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

RGB color model

#DEDBFA color RGB value is (222,219,250).

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

RGB channels and saturation

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

222
219
250

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

Portions of RGB colors in percentages

R + G + B = 222 + 219 + 250 = 691 (100%)
R 222 of 691 ~ 32.13%
G 219 of 691 ~ 31.69%
B 250 of 691 ~ 36.18'%

%32.13
%31.69
%36.18

CMYK color model

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

  • cyan value is 11.20%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 1.96%

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

CMYK percentages

%11.2
%12.4
%0
%1.96

Codes

Color #DEDBFA in popluar color models

DE DB FA
RGB 222 219 250
HSL 246° 75.61% 91.96%
HSB/HSV 246° 12.40% 98.04%
CMYK 11.20% 12.40% 0.00%
1.96%

Color #DEDBFA in popluar number systems.

HEX DE DB FA
Decimal 222 219 250
Binary 11011110 11011011 11111010
Octal 336 333 372

Shades and tints

Shades of #DEDBFA

#DEDBFA
(222,219,250)
#CAC8E4
(202,200,228)
#B6B5CE
(182,181,206)
#A2A2B8
(162,162,184)
#8E8FA2
(142,143,162)
#7A7C8C
(122,124,140)
#666976
(102,105,118)
#525660
(82,86,96)
#3E434A
(62,67,74)
#2A3034
(42,48,52)
#161D1E
(22,29,30)
#000000
(0,0,0)

Tints of #DEDBFA

#DEDBFA
(222,219,250)
#E1DEFA
(225,222,250)
#E4E1FA
(228,225,250)
#E7E4FA
(231,228,250)
#EAE7FA
(234,231,250)
#EDEAFA
(237,234,250)
#F0EDFA
(240,237,250)
#F3F0FA
(243,240,250)
#F6F3FA
(246,243,250)
#F9F6FA
(249,246,250)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDBFA; }

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

This text font color is #DEDBFA.

Background Color

.myBgColor { background-color: #DEDBFA; }

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

This div background color is #DEDBFA.

Border color

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

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

This div border color is #DEDBFA.

Opacity

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

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

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

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

This text has shadow with #DEDBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDBFA.

Preview

Color preview on black background

This text has color #DEDBFA on black background.


Color preview on white background

This text has color #DEDBFA on white background.


Black color preview on #DEDBFA background

This text has black color on #DEDBFA background.


White color preview on #DEDBFA background

This text has white color on #DEDBFA background.


Related colors

Complementary color

Complementary color for #hex is #212405.


I love getcolorcode.com

Triadic colors

1 #FADEDB and #DBFADE with #DEDBFA are triadic colors.

2 #FADBDE and #DBDEFA with #DEDBFA are triadic colors.