COLOR #DEAFEB

HEX: #DEAFEB
RGB: (222,175,235)

Color info

#DEAFEB contains mainly red and blue colors. Web safe color of #DEAFEB is #CC99FF (or #C9F).

RGB color model

#DEAFEB color RGB value is (222,175,235).

  • red value is 222;
  • green value is 175;
  • blue value is 235.
RGB:
(222,175,235)
(87%,69%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 175 of 255 = 69%
B 235 of 255 = 92%

222
175
235

R + G + B ~ 83%. #DEAFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 175 + 235 = 632 (100%)
R 222 of 632 ~ 35.13%
G 175 of 632 ~ 27.69%
B 235 of 632 ~ 37.18%

%35.13
%27.69
%37.18

CMYK color model

#DEAFEB color CMYK value is (6,26,0,8).

  • cyan value is 5.53%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,26,0,8)
C6M26Y0K8 
(6%,26%,0%,8%)
(0.06/0.26/0.00/0.08)	

CMYK percentages

%5.53
%25.53
%0
%7.84

Codes

Color #DEAFEB in popluar color models

DEAFEB
RGB222175235
HSL287°60.00%80.39%
HSB/HSV287°25.53%92.16%
CMYK5.53%25.53%0.00%
7.84%

Color #DEAFEB in popluar number systems.

HEXDEAFEB
Decimal222175235
Binary110111101010111111101011
Octal336257353

Shades and tints

Shades of #DEAFEB

#DEAFEB
(222,175,235)
#CAA0D6
(202,160,214)
#B691C1
(182,145,193)
#A282AC
(162,130,172)
#8E7397
(142,115,151)
#7A6482
(122,100,130)
#66556D
(102,85,109)
#524658
(82,70,88)
#3E3743
(62,55,67)
#2A282E
(42,40,46)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #DEAFEB

#DEAFEB
(222,175,235)
#E1B6EC
(225,182,236)
#E4BDED
(228,189,237)
#E7C4EE
(231,196,238)
#EACBEF
(234,203,239)
#EDD2F0
(237,210,240)
#F0D9F1
(240,217,241)
#F3E0F2
(243,224,242)
#F6E7F3
(246,231,243)
#F9EEF4
(249,238,244)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEAFEB color. Also use rgb(222,175,235) instead hex code.

Text Font Color

.myTextColor { color: #DEAFEB; }

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

This text font color is #DEAFEB.


Background Color

.myBgColor { background-color: #DEAFEB; }

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

This div background color is #DEAFEB.


Border color

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

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

This div border color is #DEAFEB.


Opacity

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

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

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

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

This text has shadow with #DEAFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAFEB on black background.


Color preview on white background

This text has color #DEAFEB on white background.



Black color preview on #DEAFEB background

This text has black color on #DEAFEB background.


White color preview on #DEAFEB background

This text has white color on #DEAFEB background.