COLOR #DEBAD8

HEX: #DEBAD8 RGB: (222,186,216)

Color info

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

RGB color model

#DEBAD8 color RGB value is (222,186,216).

RGB: (222,186,216) (87%, 73%, 85%)

RGB channels and saturation

R 222 of 255 = 87%
G 186 of 255 = 73%
B 216 of 255 = 85%

222
186
216

R + G + B ~ 82%. #DEBAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 186 + 216 = 624 (100%)
R 222 of 624 ~ 35.58%
G 186 of 624 ~ 29.81%
B 216 of 624 ~ 34.62'%

%35.58
%29.81
%34.62

CMYK color model

#DEBAD8 color CMYK value is (0,16,3,13).

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

CMYK: (0,16,3,13)
C0M16Y3K13 (0%, 16%, 3%, 13%)
(0.00 / 0.16 / 0.03 / 0.13)

CMYK percentages

%0
%16.22
%2.7
%12.94

Codes

Color #DEBAD8 in popluar color models

DE BA D8
RGB 222 186 216
HSL 310° 35.29% 80.00%
HSB/HSV 310° 16.22% 87.06%
CMYK 0.00% 16.22% 2.70%
12.94%

Color #DEBAD8 in popluar number systems.

HEX DE BA D8
Decimal 222 186 216
Binary 11011110 10111010 11011000
Octal 336 272 330

Shades and tints

Shades of #DEBAD8

#DEBAD8
(222,186,216)
#CAAAC5
(202,170,197)
#B69AB2
(182,154,178)
#A28A9F
(162,138,159)
#8E7A8C
(142,122,140)
#7A6A79
(122,106,121)
#665A66
(102,90,102)
#524A53
(82,74,83)
#3E3A40
(62,58,64)
#2A2A2D
(42,42,45)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #DEBAD8

#DEBAD8
(222,186,216)
#E1C0DB
(225,192,219)
#E4C6DE
(228,198,222)
#E7CCE1
(231,204,225)
#EAD2E4
(234,210,228)
#EDD8E7
(237,216,231)
#F0DEEA
(240,222,234)
#F3E4ED
(243,228,237)
#F6EAF0
(246,234,240)
#F9F0F3
(249,240,243)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEBAD8; }

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

This text font color is #DEBAD8.

Background Color

.myBgColor { background-color: #DEBAD8; }

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

This div background color is #DEBAD8.

Border color

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

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

This div border color is #DEBAD8.

Opacity

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

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

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

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

This text has shadow with #DEBAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEBAD8.

Preview

Color preview on black background

This text has color #DEBAD8 on black background.


Color preview on white background

This text has color #DEBAD8 on white background.


Black color preview on #DEBAD8 background

This text has black color on #DEBAD8 background.


White color preview on #DEBAD8 background

This text has white color on #DEBAD8 background.


Related colors

Complementary color

Complementary color for #DEBAD8 is #214527.


I love getcolorcode.com

Triadic colors

1 #D8DEBA and #BAD8DE with #DEBAD8 are triadic colors.

2 #D8BADE and #BADED8 with #DEBAD8 are triadic colors.