COLOR #DEBEE2

HEX: #DEBEE2 RGB: (222,190,226)

Color info

#DEBEE2 contains red, green and blue colors in about the same proportion. Web safe color of #DEBEE2 is #CCCCCC (or #CCC).

RGB color model

#DEBEE2 color RGB value is (222,190,226).

RGB: (222,190,226) (87%, 75%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 226 of 255 = 89%

222
190
226

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

Portions of RGB colors in percentages

R + G + B = 222 + 190 + 226 = 638 (100%)
R 222 of 638 ~ 34.8%
G 190 of 638 ~ 29.78%
B 226 of 638 ~ 35.42'%

%34.8
%29.78
%35.42

CMYK color model

#DEBEE2 color CMYK value is (2,16,0,11).

  • cyan value is 1.77%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (2,16,0,11)
C2M16Y0K11 (2%, 16%, 0%, 11%)
(0.02 / 0.16 / 0.00 / 0.11)

CMYK percentages

%1.77
%15.93
%0
%11.37

Codes

Color #DEBEE2 in popluar color models

DE BE E2
RGB 222 190 226
HSL 293° 38.30% 81.57%
HSB/HSV 293° 15.93% 88.63%
CMYK 1.77% 15.93% 0.00%
11.37%

Color #DEBEE2 in popluar number systems.

HEX DE BE E2
Decimal 222 190 226
Binary 11011110 10111110 11100010
Octal 336 276 342

Shades and tints

Shades of #DEBEE2

#DEBEE2
(222,190,226)
#CAADCE
(202,173,206)
#B69CBA
(182,156,186)
#A28BA6
(162,139,166)
#8E7A92
(142,122,146)
#7A697E
(122,105,126)
#66586A
(102,88,106)
#524756
(82,71,86)
#3E3642
(62,54,66)
#2A252E
(42,37,46)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #DEBEE2

#DEBEE2
(222,190,226)
#E1C3E4
(225,195,228)
#E4C8E6
(228,200,230)
#E7CDE8
(231,205,232)
#EAD2EA
(234,210,234)
#EDD7EC
(237,215,236)
#F0DCEE
(240,220,238)
#F3E1F0
(243,225,240)
#F6E6F2
(246,230,242)
#F9EBF4
(249,235,244)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBEE2 color. Also use rgb(222,190,226) instead hex code.

Text Font Color

.myTextColor { color: #DEBEE2; }

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

This text font color is #DEBEE2.

Background Color

.myBgColor { background-color: #DEBEE2; }

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

This div background color is #DEBEE2.

Border color

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

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

This div border color is #DEBEE2.

Opacity

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

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

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

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

This text has shadow with #DEBEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBEE2.

Preview

Color preview on black background

This text has color #DEBEE2 on black background.


Color preview on white background

This text has color #DEBEE2 on white background.


Black color preview on #DEBEE2 background

This text has black color on #DEBEE2 background.


White color preview on #DEBEE2 background

This text has white color on #DEBEE2 background.


Related colors

Complementary color

Complementary color for #hex is #21411D.


I love getcolorcode.com

Triadic colors

1 #E2DEBE and #BEE2DE with #DEBEE2 are triadic colors.

2 #E2BEDE and #BEDEE2 with #DEBEE2 are triadic colors.