COLOR #DEAFC9

HEX: #DEAFC9 RGB: (222,175,201)

Color info

#DEAFC9 contains red, green and blue colors in about the same proportion. Web safe color of #DEAFC9 is #CC99CC (or #C9C).

RGB color model

#DEAFC9 color RGB value is (222,175,201).

RGB: (222,175,201) (87%, 69%, 79%)

RGB channels and saturation

R 222 of 255 = 87%
G 175 of 255 = 69%
B 201 of 255 = 79%

222
175
201

R + G + B ~ 78%. #DEAFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 175 + 201 = 598 (100%)
R 222 of 598 ~ 37.12%
G 175 of 598 ~ 29.26%
B 201 of 598 ~ 33.61'%

%37.12
%29.26
%33.61

CMYK color model

#DEAFC9 color CMYK value is (0,21,9,13).

  • cyan value is 0.00%
  • magenta value is 21.17%
  • yellow value is 9.46%
  • key color value is 12.94%

CMYK: (0,21,9,13)
C0M21Y9K13 (0%, 21%, 9%, 13%)
(0.00 / 0.21 / 0.09 / 0.13)

CMYK percentages

%0
%21.17
%9.46
%12.94

Codes

Color #DEAFC9 in popluar color models

DE AF C9
RGB 222 175 201
HSL 327° 41.59% 77.84%
HSB/HSV 327° 21.17% 87.06%
CMYK 0.00% 21.17% 9.46%
12.94%

Color #DEAFC9 in popluar number systems.

HEX DE AF C9
Decimal 222 175 201
Binary 11011110 10101111 11001001
Octal 336 257 311

Shades and tints

Shades of #DEAFC9

#DEAFC9
(222,175,201)
#CAA0B7
(202,160,183)
#B691A5
(182,145,165)
#A28293
(162,130,147)
#8E7381
(142,115,129)
#7A646F
(122,100,111)
#66555D
(102,85,93)
#52464B
(82,70,75)
#3E3739
(62,55,57)
#2A2827
(42,40,39)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #DEAFC9

#DEAFC9
(222,175,201)
#E1B6CD
(225,182,205)
#E4BDD1
(228,189,209)
#E7C4D5
(231,196,213)
#EACBD9
(234,203,217)
#EDD2DD
(237,210,221)
#F0D9E1
(240,217,225)
#F3E0E5
(243,224,229)
#F6E7E9
(246,231,233)
#F9EEED
(249,238,237)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEAFC9; }

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

This text font color is #DEAFC9.

Background Color

.myBgColor { background-color: #DEAFC9; }

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

This div background color is #DEAFC9.

Border color

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

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

This div border color is #DEAFC9.

Opacity

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

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

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

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

This text has shadow with #DEAFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEAFC9.

Preview

Color preview on black background

This text has color #DEAFC9 on black background.


Color preview on white background

This text has color #DEAFC9 on white background.


Black color preview on #DEAFC9 background

This text has black color on #DEAFC9 background.


White color preview on #DEAFC9 background

This text has white color on #DEAFC9 background.


Related colors

Complementary color

Complementary color for #hex is #215036.


I love getcolorcode.com

Triadic colors

1 #C9DEAF and #AFC9DE with #DEAFC9 are triadic colors.

2 #C9AFDE and #AFDEC9 with #DEAFC9 are triadic colors.