COLOR #DDEBF8

HEX: #DDEBF8 RGB: (221,235,248)

Color info

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

RGB color model

#DDEBF8 color RGB value is (221,235,248).

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

RGB channels and saturation

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

221
235
248

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

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 248 = 704 (100%)
R 221 of 704 ~ 31.39%
G 235 of 704 ~ 33.38%
B 248 of 704 ~ 35.23'%

%31.39
%33.38
%35.23

CMYK color model

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

  • cyan value is 10.89%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (11,5,0,3) C11M5Y0K3 (11%,5%,0%,3%) (0.11/0.05/0.00/0.03) 

CMYK percentages

%10.89
%5.24
%0
%2.75

Codes

Color #DDEBF8 in popluar color models

DD EB F8
RGB 221 235 248
HSL 209° 65.85% 91.96%
HSB/HSV 209° 10.89% 97.25%
CMYK 10.89% 5.24% 0.00%
2.75%

Color #DDEBF8 in popluar number systems.

HEX DD EB F8
Decimal 221 235 248
Binary 11011101 11101011 11111000
Octal 335 353 370

Shades and tints

Shades of #DDEBF8

#DDEBF8
(221,235,248)
#C9D6E2
(201,214,226)
#B5C1CC
(181,193,204)
#A1ACB6
(161,172,182)
#8D97A0
(141,151,160)
#79828A
(121,130,138)
#656D74
(101,109,116)
#51585E
(81,88,94)
#3D4348
(61,67,72)
#292E32
(41,46,50)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #DDEBF8

#DDEBF8
(221,235,248)
#E0ECF8
(224,236,248)
#E3EDF8
(227,237,248)
#E6EEF8
(230,238,248)
#E9EFF8
(233,239,248)
#ECF0F8
(236,240,248)
#EFF1F8
(239,241,248)
#F2F2F8
(242,242,248)
#F5F3F8
(245,243,248)
#F8F4F8
(248,244,248)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBF8; }

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

This text font color is #DDEBF8.

Background Color

.myBgColor { background-color: #DDEBF8; }

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

This div background color is #DDEBF8.

Border color

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

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

This div border color is #DDEBF8.

Opacity

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

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

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

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

This text has shadow with #DDEBF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBF8.

Preview

Color preview on black background

This text has color #DDEBF8 on black background.


Color preview on white background

This text has color #DDEBF8 on white background.


Black color preview on #DDEBF8 background

This text has black color on #DDEBF8 background.


White color preview on #DDEBF8 background

This text has white color on #DDEBF8 background.


Related colors

Complementary color

Complementary color for #hex is #221407.


I love getcolorcode.com

Triadic colors

1 #F8DDEB and #EBF8DD with #DDEBF8 are triadic colors.

2 #F8EBDD and #EBDDF8 with #DDEBF8 are triadic colors.