COLOR #DEBCF9

HEX: #DEBCF9 RGB: (222,188,249)

Color info

#DEBCF9 contains mainly red and blue colors. Web safe color of #DEBCF9 is #CCCCFF (or #CCF).

RGB color model

#DEBCF9 color RGB value is (222,188,249).

RGB: (222,188,249) (87%, 74%, 98%)

RGB channels and saturation

R 222 of 255 = 87%
G 188 of 255 = 74%
B 249 of 255 = 98%

222
188
249

R + G + B ~ 86%. #DEBCF9 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 188 + 249 = 659 (100%)
R 222 of 659 ~ 33.69%
G 188 of 659 ~ 28.53%
B 249 of 659 ~ 37.78'%

%33.69
%28.53
%37.78

CMYK color model

#DEBCF9 color CMYK value is (11,24,0,2).

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

CMYK: (11,24,0,2)
C11M24Y0K2 (11%, 24%, 0%, 2%)
(0.11 / 0.24 / 0.00 / 0.02)

CMYK percentages

%10.84
%24.5
%0
%2.35

Codes

Color #DEBCF9 in popluar color models

DE BC F9
RGB 222 188 249
HSL 273° 83.56% 85.69%
HSB/HSV 273° 24.50% 97.65%
CMYK 10.84% 24.50% 0.00%
2.35%

Color #DEBCF9 in popluar number systems.

HEX DE BC F9
Decimal 222 188 249
Binary 11011110 10111100 11111001
Octal 336 274 371

Shades and tints

Shades of #DEBCF9

#DEBCF9
(222,188,249)
#CAABE3
(202,171,227)
#B69ACD
(182,154,205)
#A289B7
(162,137,183)
#8E78A1
(142,120,161)
#7A678B
(122,103,139)
#665675
(102,86,117)
#52455F
(82,69,95)
#3E3449
(62,52,73)
#2A2333
(42,35,51)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #DEBCF9

#DEBCF9
(222,188,249)
#E1C2F9
(225,194,249)
#E4C8F9
(228,200,249)
#E7CEF9
(231,206,249)
#EAD4F9
(234,212,249)
#EDDAF9
(237,218,249)
#F0E0F9
(240,224,249)
#F3E6F9
(243,230,249)
#F6ECF9
(246,236,249)
#F9F2F9
(249,242,249)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBCF9; }

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

This text font color is #DEBCF9.

Background Color

.myBgColor { background-color: #DEBCF9; }

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

This div background color is #DEBCF9.

Border color

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

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

This div border color is #DEBCF9.

Opacity

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

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

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

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

This text has shadow with #DEBCF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBCF9.

Preview

Color preview on black background

This text has color #DEBCF9 on black background.


Color preview on white background

This text has color #DEBCF9 on white background.


Black color preview on #DEBCF9 background

This text has black color on #DEBCF9 background.


White color preview on #DEBCF9 background

This text has white color on #DEBCF9 background.


Related colors

Complementary color

Complementary color for #hex is #214306.


I love getcolorcode.com

Triadic colors

1 #F9DEBC and #BCF9DE with #DEBCF9 are triadic colors.

2 #F9BCDE and #BCDEF9 with #DEBCF9 are triadic colors.