COLOR #DDEBEF

HEX: #DDEBEF RGB: (221,235,239)

Color info

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

RGB color model

#DDEBEF color RGB value is (221,235,239).

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

RGB channels and saturation

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

221
235
239

R + G + B ~ 91%. #DDEBEF is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 239 = 695 (100%)
R 221 of 695 ~ 31.8%
G 235 of 695 ~ 33.81%
B 239 of 695 ~ 34.39'%

%31.8
%33.81
%34.39

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,2,0,6)
C8M2Y0K6 (8%, 2%, 0%, 6%)
(0.08 / 0.02 / 0.00 / 0.06)

CMYK percentages

%7.53
%1.67
%0
%6.27

Codes

Color #DDEBEF in popluar color models

DD EB EF
RGB 221 235 239
HSL 193° 36.00% 90.20%
HSB/HSV 193° 7.53% 93.73%
CMYK 7.53% 1.67% 0.00%
6.27%

Color #DDEBEF in popluar number systems.

HEX DD EB EF
Decimal 221 235 239
Binary 11011101 11101011 11101111
Octal 335 353 357

Shades and tints

Shades of #DDEBEF

#DDEBEF
(221,235,239)
#C9D6DA
(201,214,218)
#B5C1C5
(181,193,197)
#A1ACB0
(161,172,176)
#8D979B
(141,151,155)
#798286
(121,130,134)
#656D71
(101,109,113)
#51585C
(81,88,92)
#3D4347
(61,67,71)
#292E32
(41,46,50)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #DDEBEF

#DDEBEF
(221,235,239)
#E0ECF0
(224,236,240)
#E3EDF1
(227,237,241)
#E6EEF2
(230,238,242)
#E9EFF3
(233,239,243)
#ECF0F4
(236,240,244)
#EFF1F5
(239,241,245)
#F2F2F6
(242,242,246)
#F5F3F7
(245,243,247)
#F8F4F8
(248,244,248)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBEF; }

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

This text font color is #DDEBEF.

Background Color

.myBgColor { background-color: #DDEBEF; }

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

This div background color is #DDEBEF.

Border color

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

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

This div border color is #DDEBEF.

Opacity

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

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

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

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

This text has shadow with #DDEBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBEF.

Preview

Color preview on black background

This text has color #DDEBEF on black background.


Color preview on white background

This text has color #DDEBEF on white background.


Black color preview on #DDEBEF background

This text has black color on #DDEBEF background.


White color preview on #DDEBEF background

This text has white color on #DDEBEF background.


Related colors

Complementary color

Complementary color for #hex is #221410.


I love getcolorcode.com

Triadic colors

1 #EFDDEB and #EBEFDD with #DDEBEF are triadic colors.

2 #EFEBDD and #EBDDEF with #DDEBEF are triadic colors.