COLOR #DEBEF2

HEX: #DEBEF2
RGB: (222,190,242)

Color info

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

RGB color model

#DEBEF2 color RGB value is (222,190,242).

  • red value is 222;
  • green value is 190;
  • blue value is 242.
RGB:
(222,190,242)
(87%,75%,95%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 242 of 255 = 95%

222
190
242

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

Portions of RGB colors in percentages

R + G + B =
222 + 190 + 242 = 654 (100%)
R 222 of 654 ~ 33.94%
G 190 of 654 ~ 29.05%
B 242 of 654 ~ 37%

%33.94
%29.05
%37

CMYK color model

#DEBEF2 color CMYK value is (8,21,0,5).

  • cyan value is 8.26%
  • magenta value is 21.49%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(8,21,0,5)
C8M21Y0K5 
(8%,21%,0%,5%)
(0.08/0.21/0.00/0.05)	

CMYK percentages

%8.26
%21.49
%0
%5.1

Codes

Color #DEBEF2 in popluar color models

DEBEF2
RGB222190242
HSL277°66.67%84.71%
HSB/HSV277°21.49%94.90%
CMYK8.26%21.49%0.00%
5.10%

Color #DEBEF2 in popluar number systems.

HEXDEBEF2
Decimal222190242
Binary110111101011111011110010
Octal336276362

Shades and tints

Shades of #DEBEF2

#DEBEF2
(222,190,242)
#CAADDC
(202,173,220)
#B69CC6
(182,156,198)
#A28BB0
(162,139,176)
#8E7A9A
(142,122,154)
#7A6984
(122,105,132)
#66586E
(102,88,110)
#524758
(82,71,88)
#3E3642
(62,54,66)
#2A252C
(42,37,44)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #DEBEF2

#DEBEF2
(222,190,242)
#E1C3F3
(225,195,243)
#E4C8F4
(228,200,244)
#E7CDF5
(231,205,245)
#EAD2F6
(234,210,246)
#EDD7F7
(237,215,247)
#F0DCF8
(240,220,248)
#F3E1F9
(243,225,249)
#F6E6FA
(246,230,250)
#F9EBFB
(249,235,251)
#FCF0FC
(252,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBEF2; }

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

This text font color is #DEBEF2.


Background Color

.myBgColor { background-color: #DEBEF2; }

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

This div background color is #DEBEF2.


Border color

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

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

This div border color is #DEBEF2.


Opacity

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

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

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

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

This text has shadow with #DEBEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEBEF2 on black background.


Color preview on white background

This text has color #DEBEF2 on white background.



Black color preview on #DEBEF2 background

This text has black color on #DEBEF2 background.


White color preview on #DEBEF2 background

This text has white color on #DEBEF2 background.