COLOR #DDEBEB

HEX: #DDEBEB RGB: (221,235,235)

Color info

#DDEBEB contains red, green and blue colors in about the same proportion. Web safe color of #DDEBEB is #CCFFFF (or #CFF).

RGB color model

#DDEBEB color RGB value is (221,235,235).

RGB: (221,235,235) (87%, 92%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 235 of 255 = 92%

221
235
235

R + G + B ~ 90%. #DDEBEB is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 235 = 691 (100%)
R 221 of 691 ~ 31.98%
G 235 of 691 ~ 34.01%
B 235 of 691 ~ 34.01'%

%31.98
%34.01
%34.01

CMYK color model

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

  • cyan value is 5.96%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,0,0,8)
C6M0Y0K8 (6%, 0%, 0%, 8%)
(0.06 / 0.00 / 0.00 / 0.08)

CMYK percentages

%5.96
%0
%0
%7.84

Codes

Color #DDEBEB in popluar color models

DD EB EB
RGB 221 235 235
HSL 180° 25.93% 89.41%
HSB/HSV 180° 5.96% 92.16%
CMYK 5.96% 0.00% 0.00%
7.84%

Color #DDEBEB in popluar number systems.

HEX DD EB EB
Decimal 221 235 235
Binary 11011101 11101011 11101011
Octal 335 353 353

Shades and tints

Shades of #DDEBEB

#DDEBEB
(221,235,235)
#C9D6D6
(201,214,214)
#B5C1C1
(181,193,193)
#A1ACAC
(161,172,172)
#8D9797
(141,151,151)
#798282
(121,130,130)
#656D6D
(101,109,109)
#515858
(81,88,88)
#3D4343
(61,67,67)
#292E2E
(41,46,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDEBEB

#DDEBEB
(221,235,235)
#E0ECEC
(224,236,236)
#E3EDED
(227,237,237)
#E6EEEE
(230,238,238)
#E9EFEF
(233,239,239)
#ECF0F0
(236,240,240)
#EFF1F1
(239,241,241)
#F2F2F2
(242,242,242)
#F5F3F3
(245,243,243)
#F8F4F4
(248,244,244)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBEB; }

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

This text font color is #DDEBEB.

Background Color

.myBgColor { background-color: #DDEBEB; }

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

This div background color is #DDEBEB.

Border color

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

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

This div border color is #DDEBEB.

Opacity

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

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

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

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

This text has shadow with #DDEBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBEB.

Preview

Color preview on black background

This text has color #DDEBEB on black background.


Color preview on white background

This text has color #DDEBEB on white background.


Black color preview on #DDEBEB background

This text has black color on #DDEBEB background.


White color preview on #DDEBEB background

This text has white color on #DDEBEB background.


Related colors

Complementary color

Complementary color for #hex is #221414.


I love getcolorcode.com