COLOR #DEBAD5

HEX: #DEBAD5 RGB: (222,186,213)

Color info

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

RGB color model

#DEBAD5 color RGB value is (222,186,213).

RGB: (222,186,213) (87%, 73%, 84%)

RGB channels and saturation

R 222 of 255 = 87%
G 186 of 255 = 73%
B 213 of 255 = 84%

222
186
213

R + G + B ~ 81%. #DEBAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 186 + 213 = 621 (100%)
R 222 of 621 ~ 35.75%
G 186 of 621 ~ 29.95%
B 213 of 621 ~ 34.3'%

%35.75
%29.95
%34.3

CMYK color model

#DEBAD5 color CMYK value is (0,16,4,13).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 4.05%
  • key color value is 12.94%

CMYK: (0,16,4,13)
C0M16Y4K13 (0%, 16%, 4%, 13%)
(0.00 / 0.16 / 0.04 / 0.13)

CMYK percentages

%0
%16.22
%4.05
%12.94

Codes

Color #DEBAD5 in popluar color models

DE BA D5
RGB 222 186 213
HSL 315° 35.29% 80.00%
HSB/HSV 315° 16.22% 87.06%
CMYK 0.00% 16.22% 4.05%
12.94%

Color #DEBAD5 in popluar number systems.

HEX DE BA D5
Decimal 222 186 213
Binary 11011110 10111010 11010101
Octal 336 272 325

Shades and tints

Shades of #DEBAD5

#DEBAD5
(222,186,213)
#CAAAC2
(202,170,194)
#B69AAF
(182,154,175)
#A28A9C
(162,138,156)
#8E7A89
(142,122,137)
#7A6A76
(122,106,118)
#665A63
(102,90,99)
#524A50
(82,74,80)
#3E3A3D
(62,58,61)
#2A2A2A
(42,42,42)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #DEBAD5

#DEBAD5
(222,186,213)
#E1C0D8
(225,192,216)
#E4C6DB
(228,198,219)
#E7CCDE
(231,204,222)
#EAD2E1
(234,210,225)
#EDD8E4
(237,216,228)
#F0DEE7
(240,222,231)
#F3E4EA
(243,228,234)
#F6EAED
(246,234,237)
#F9F0F0
(249,240,240)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBAD5 color. Also use rgb(222,186,213) instead hex code.

Text Font Color

.myTextColor { color: #DEBAD5; }

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

This text font color is #DEBAD5.

Background Color

.myBgColor { background-color: #DEBAD5; }

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

This div background color is #DEBAD5.

Border color

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

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

This div border color is #DEBAD5.

Opacity

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

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

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

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

This text has shadow with #DEBAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBAD5.

Preview

Color preview on black background

This text has color #DEBAD5 on black background.


Color preview on white background

This text has color #DEBAD5 on white background.


Black color preview on #DEBAD5 background

This text has black color on #DEBAD5 background.


White color preview on #DEBAD5 background

This text has white color on #DEBAD5 background.


Related colors

Complementary color

Complementary color for #hex is #21452A.


I love getcolorcode.com

Triadic colors

1 #D5DEBA and #BAD5DE with #DEBAD5 are triadic colors.

2 #D5BADE and #BADED5 with #DEBAD5 are triadic colors.