COLOR #DDEBF1

HEX: #DDEBF1 RGB: (221,235,241)

Color info

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

RGB color model

#DDEBF1 color RGB value is (221,235,241).

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

RGB channels and saturation

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

221
235
241

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

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 241 = 697 (100%)
R 221 of 697 ~ 31.71%
G 235 of 697 ~ 33.72%
B 241 of 697 ~ 34.58'%

%31.71
%33.72
%34.58

CMYK color model

#DDEBF1 color CMYK value is (8,2,0,5).

  • cyan value is 8.30%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (8,2,0,5)
C8M2Y0K5 (8%, 2%, 0%, 5%)
(0.08 / 0.02 / 0.00 / 0.05)

CMYK percentages

%8.3
%2.49
%0
%5.49

Codes

Color #DDEBF1 in popluar color models

DD EB F1
RGB 221 235 241
HSL 198° 41.67% 90.59%
HSB/HSV 198° 8.30% 94.51%
CMYK 8.30% 2.49% 0.00%
5.49%

Color #DDEBF1 in popluar number systems.

HEX DD EB F1
Decimal 221 235 241
Binary 11011101 11101011 11110001
Octal 335 353 361

Shades and tints

Shades of #DDEBF1

#DDEBF1
(221,235,241)
#C9D6DC
(201,214,220)
#B5C1C7
(181,193,199)
#A1ACB2
(161,172,178)
#8D979D
(141,151,157)
#798288
(121,130,136)
#656D73
(101,109,115)
#51585E
(81,88,94)
#3D4349
(61,67,73)
#292E34
(41,46,52)
#15191F
(21,25,31)
#000000
(0,0,0)

Tints of #DDEBF1

#DDEBF1
(221,235,241)
#E0ECF2
(224,236,242)
#E3EDF3
(227,237,243)
#E6EEF4
(230,238,244)
#E9EFF5
(233,239,245)
#ECF0F6
(236,240,246)
#EFF1F7
(239,241,247)
#F2F2F8
(242,242,248)
#F5F3F9
(245,243,249)
#F8F4FA
(248,244,250)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBF1; }

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

This text font color is #DDEBF1.

Background Color

.myBgColor { background-color: #DDEBF1; }

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

This div background color is #DDEBF1.

Border color

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

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

This div border color is #DDEBF1.

Opacity

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

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

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

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

This text has shadow with #DDEBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBF1.

Preview

Color preview on black background

This text has color #DDEBF1 on black background.


Color preview on white background

This text has color #DDEBF1 on white background.


Black color preview on #DDEBF1 background

This text has black color on #DDEBF1 background.


White color preview on #DDEBF1 background

This text has white color on #DDEBF1 background.


Related colors

Complementary color

Complementary color for #hex is #22140E.


I love getcolorcode.com

Triadic colors

1 #F1DDEB and #EBF1DD with #DDEBF1 are triadic colors.

2 #F1EBDD and #EBDDF1 with #DDEBF1 are triadic colors.