COLOR #DEBEC9

HEX: #DEBEC9 RGB: (222,190,201)

Color info

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

RGB color model

#DEBEC9 color RGB value is (222,190,201).

RGB: (222,190,201) (87%, 75%, 79%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 201 of 255 = 79%

222
190
201

R + G + B ~ 80%. #DEBEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 190 + 201 = 613 (100%)
R 222 of 613 ~ 36.22%
G 190 of 613 ~ 31%
B 201 of 613 ~ 32.79'%

%36.22
%31
%32.79

CMYK color model

#DEBEC9 color CMYK value is (0,14,9,13).

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

CMYK: (0,14,9,13)
C0M14Y9K13 (0%, 14%, 9%, 13%)
(0.00 / 0.14 / 0.09 / 0.13)

CMYK percentages

%0
%14.41
%9.46
%12.94

Codes

Color #DEBEC9 in popluar color models

DE BE C9
RGB 222 190 201
HSL 339° 32.65% 80.78%
HSB/HSV 339° 14.41% 87.06%
CMYK 0.00% 14.41% 9.46%
12.94%

Color #DEBEC9 in popluar number systems.

HEX DE BE C9
Decimal 222 190 201
Binary 11011110 10111110 11001001
Octal 336 276 311

Shades and tints

Shades of #DEBEC9

#DEBEC9
(222,190,201)
#CAADB7
(202,173,183)
#B69CA5
(182,156,165)
#A28B93
(162,139,147)
#8E7A81
(142,122,129)
#7A696F
(122,105,111)
#66585D
(102,88,93)
#52474B
(82,71,75)
#3E3639
(62,54,57)
#2A2527
(42,37,39)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #DEBEC9

#DEBEC9
(222,190,201)
#E1C3CD
(225,195,205)
#E4C8D1
(228,200,209)
#E7CDD5
(231,205,213)
#EAD2D9
(234,210,217)
#EDD7DD
(237,215,221)
#F0DCE1
(240,220,225)
#F3E1E5
(243,225,229)
#F6E6E9
(246,230,233)
#F9EBED
(249,235,237)
#FCF0F1
(252,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBEC9; }

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

This text font color is #DEBEC9.

Background Color

.myBgColor { background-color: #DEBEC9; }

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

This div background color is #DEBEC9.

Border color

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

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

This div border color is #DEBEC9.

Opacity

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

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

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

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

This text has shadow with #DEBEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBEC9.

Preview

Color preview on black background

This text has color #DEBEC9 on black background.


Color preview on white background

This text has color #DEBEC9 on white background.


Black color preview on #DEBEC9 background

This text has black color on #DEBEC9 background.


White color preview on #DEBEC9 background

This text has white color on #DEBEC9 background.


Related colors

Complementary color

Complementary color for #hex is #214136.


I love getcolorcode.com

Triadic colors

1 #C9DEBE and #BEC9DE with #DEBEC9 are triadic colors.

2 #C9BEDE and #BEDEC9 with #DEBEC9 are triadic colors.