COLOR #DEBCF7

HEX: #DEBCF7 RGB: (222,188,247)

Color info

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

RGB color model

#DEBCF7 color RGB value is (222,188,247).

RGB: (222,188,247) (87%, 74%, 97%)

RGB channels and saturation

R 222 of 255 = 87%
G 188 of 255 = 74%
B 247 of 255 = 97%

222
188
247

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

Portions of RGB colors in percentages

R + G + B = 222 + 188 + 247 = 657 (100%)
R 222 of 657 ~ 33.79%
G 188 of 657 ~ 28.61%
B 247 of 657 ~ 37.6'%

%33.79
%28.61
%37.6

CMYK color model

#DEBCF7 color CMYK value is (10,24,0,3).

  • cyan value is 10.12%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (10,24,0,3) C10M24Y0K3 (10%,24%,0%,3%) (0.10/0.24/0.00/0.03) 

CMYK percentages

%10.12
%23.89
%0
%3.14

Codes

Color #DEBCF7 in popluar color models

DE BC F7
RGB 222 188 247
HSL 275° 78.67% 85.29%
HSB/HSV 275° 23.89% 96.86%
CMYK 10.12% 23.89% 0.00%
3.14%

Color #DEBCF7 in popluar number systems.

HEX DE BC F7
Decimal 222 188 247
Binary 11011110 10111100 11110111
Octal 336 274 367

Shades and tints

Shades of #DEBCF7

#DEBCF7
(222,188,247)
#CAABE1
(202,171,225)
#B69ACB
(182,154,203)
#A289B5
(162,137,181)
#8E789F
(142,120,159)
#7A6789
(122,103,137)
#665673
(102,86,115)
#52455D
(82,69,93)
#3E3447
(62,52,71)
#2A2331
(42,35,49)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #DEBCF7

#DEBCF7
(222,188,247)
#E1C2F7
(225,194,247)
#E4C8F7
(228,200,247)
#E7CEF7
(231,206,247)
#EAD4F7
(234,212,247)
#EDDAF7
(237,218,247)
#F0E0F7
(240,224,247)
#F3E6F7
(243,230,247)
#F6ECF7
(246,236,247)
#F9F2F7
(249,242,247)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBCF7; }

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

This text font color is #DEBCF7.

Background Color

.myBgColor { background-color: #DEBCF7; }

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

This div background color is #DEBCF7.

Border color

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

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

This div border color is #DEBCF7.

Opacity

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

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

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

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

This text has shadow with #DEBCF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBCF7.

Preview

Color preview on black background

This text has color #DEBCF7 on black background.


Color preview on white background

This text has color #DEBCF7 on white background.


Black color preview on #DEBCF7 background

This text has black color on #DEBCF7 background.


White color preview on #DEBCF7 background

This text has white color on #DEBCF7 background.


Related colors

Complementary color

Complementary color for #hex is #214308.


I love getcolorcode.com

Triadic colors

1 #F7DEBC and #BCF7DE with #DEBCF7 are triadic colors.

2 #F7BCDE and #BCDEF7 with #DEBCF7 are triadic colors.