COLOR #DEBFE7

HEX: #DEBFE7 RGB: (222,191,231)

Color info

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

RGB color model

#DEBFE7 color RGB value is (222,191,231).

RGB: (222,191,231) (87%, 75%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 191 of 255 = 75%
B 231 of 255 = 91%

222
191
231

R + G + B ~ 84%. #DEBFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 191 + 231 = 644 (100%)
R 222 of 644 ~ 34.47%
G 191 of 644 ~ 29.66%
B 231 of 644 ~ 35.87'%

%34.47
%29.66
%35.87

CMYK color model

#DEBFE7 color CMYK value is (4,17,0,9).

  • cyan value is 3.90%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,17,0,9)
C4M17Y0K9 (4%, 17%, 0%, 9%)
(0.04 / 0.17 / 0.00 / 0.09)

CMYK percentages

%3.9
%17.32
%0
%9.41

Codes

Color #DEBFE7 in popluar color models

DE BF E7
RGB 222 191 231
HSL 287° 45.45% 82.75%
HSB/HSV 287° 17.32% 90.59%
CMYK 3.90% 17.32% 0.00%
9.41%

Color #DEBFE7 in popluar number systems.

HEX DE BF E7
Decimal 222 191 231
Binary 11011110 10111111 11100111
Octal 336 277 347

Shades and tints

Shades of #DEBFE7

#DEBFE7
(222,191,231)
#CAAED2
(202,174,210)
#B69DBD
(182,157,189)
#A28CA8
(162,140,168)
#8E7B93
(142,123,147)
#7A6A7E
(122,106,126)
#665969
(102,89,105)
#524854
(82,72,84)
#3E373F
(62,55,63)
#2A262A
(42,38,42)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #DEBFE7

#DEBFE7
(222,191,231)
#E1C4E9
(225,196,233)
#E4C9EB
(228,201,235)
#E7CEED
(231,206,237)
#EAD3EF
(234,211,239)
#EDD8F1
(237,216,241)
#F0DDF3
(240,221,243)
#F3E2F5
(243,226,245)
#F6E7F7
(246,231,247)
#F9ECF9
(249,236,249)
#FCF1FB
(252,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBFE7 color. Also use rgb(222,191,231) instead hex code.

Text Font Color

.myTextColor { color: #DEBFE7; }

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

This text font color is #DEBFE7.

Background Color

.myBgColor { background-color: #DEBFE7; }

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

This div background color is #DEBFE7.

Border color

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

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

This div border color is #DEBFE7.

Opacity

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

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

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

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

This text has shadow with #DEBFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBFE7.

Preview

Color preview on black background

This text has color #DEBFE7 on black background.


Color preview on white background

This text has color #DEBFE7 on white background.


Black color preview on #DEBFE7 background

This text has black color on #DEBFE7 background.


White color preview on #DEBFE7 background

This text has white color on #DEBFE7 background.


Related colors

Complementary color

Complementary color for #hex is #214018.


I love getcolorcode.com

Triadic colors

1 #E7DEBF and #BFE7DE with #DEBFE7 are triadic colors.

2 #E7BFDE and #BFDEE7 with #DEBFE7 are triadic colors.