COLOR #DDEBF7

HEX: #DDEBF7 RGB: (221,235,247)

Color info

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

RGB color model

#DDEBF7 color RGB value is (221,235,247).

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

RGB channels and saturation

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

221
235
247

R + G + B ~ 92%. #DDEBF7 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 247 = 703 (100%)
R 221 of 703 ~ 31.44%
G 235 of 703 ~ 33.43%
B 247 of 703 ~ 35.14'%

%31.44
%33.43
%35.14

CMYK color model

#DDEBF7 color CMYK value is (11,5,0,3).

  • cyan value is 10.53%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,5,0,3)
C11M5Y0K3 (11%, 5%, 0%, 3%)
(0.11 / 0.05 / 0.00 / 0.03)

CMYK percentages

%10.53
%4.86
%0
%3.14

Codes

Color #DDEBF7 in popluar color models

DD EB F7
RGB 221 235 247
HSL 208° 61.90% 91.76%
HSB/HSV 208° 10.53% 96.86%
CMYK 10.53% 4.86% 0.00%
3.14%

Color #DDEBF7 in popluar number systems.

HEX DD EB F7
Decimal 221 235 247
Binary 11011101 11101011 11110111
Octal 335 353 367

Shades and tints

Shades of #DDEBF7

#DDEBF7
(221,235,247)
#C9D6E1
(201,214,225)
#B5C1CB
(181,193,203)
#A1ACB5
(161,172,181)
#8D979F
(141,151,159)
#798289
(121,130,137)
#656D73
(101,109,115)
#51585D
(81,88,93)
#3D4347
(61,67,71)
#292E31
(41,46,49)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #DDEBF7

#DDEBF7
(221,235,247)
#E0ECF7
(224,236,247)
#E3EDF7
(227,237,247)
#E6EEF7
(230,238,247)
#E9EFF7
(233,239,247)
#ECF0F7
(236,240,247)
#EFF1F7
(239,241,247)
#F2F2F7
(242,242,247)
#F5F3F7
(245,243,247)
#F8F4F7
(248,244,247)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBF7; }

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

This text font color is #DDEBF7.

Background Color

.myBgColor { background-color: #DDEBF7; }

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

This div background color is #DDEBF7.

Border color

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

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

This div border color is #DDEBF7.

Opacity

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

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

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

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

This text has shadow with #DDEBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBF7.

Preview

Color preview on black background

This text has color #DDEBF7 on black background.


Color preview on white background

This text has color #DDEBF7 on white background.


Black color preview on #DDEBF7 background

This text has black color on #DDEBF7 background.


White color preview on #DDEBF7 background

This text has white color on #DDEBF7 background.


Related colors

Complementary color

Complementary color for #hex is #221408.


I love getcolorcode.com

Triadic colors

1 #F7DDEB and #EBF7DD with #DDEBF7 are triadic colors.

2 #F7EBDD and #EBDDF7 with #DDEBF7 are triadic colors.