COLOR #DDEBFB

HEX: #DDEBFB RGB: (221,235,251)

Color info

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

RGB color model

#DDEBFB color RGB value is (221,235,251).

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

RGB channels and saturation

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

221
235
251

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

Portions of RGB colors in percentages

R + G + B = 221 + 235 + 251 = 707 (100%)
R 221 of 707 ~ 31.26%
G 235 of 707 ~ 33.24%
B 251 of 707 ~ 35.5'%

%31.26
%33.24
%35.5

CMYK color model

#DDEBFB color CMYK value is (12,6,0,2).

  • cyan value is 11.95%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (12,6,0,2)
C12M6Y0K2 (12%, 6%, 0%, 2%)
(0.12 / 0.06 / 0.00 / 0.02)

CMYK percentages

%11.95
%6.37
%0
%1.57

Codes

Color #DDEBFB in popluar color models

DD EB FB
RGB 221 235 251
HSL 212° 78.95% 92.55%
HSB/HSV 212° 11.95% 98.43%
CMYK 11.95% 6.37% 0.00%
1.57%

Color #DDEBFB in popluar number systems.

HEX DD EB FB
Decimal 221 235 251
Binary 11011101 11101011 11111011
Octal 335 353 373

Shades and tints

Shades of #DDEBFB

#DDEBFB
(221,235,251)
#C9D6E5
(201,214,229)
#B5C1CF
(181,193,207)
#A1ACB9
(161,172,185)
#8D97A3
(141,151,163)
#79828D
(121,130,141)
#656D77
(101,109,119)
#515861
(81,88,97)
#3D434B
(61,67,75)
#292E35
(41,46,53)
#15191F
(21,25,31)
#000000
(0,0,0)

Tints of #DDEBFB

#DDEBFB
(221,235,251)
#E0ECFB
(224,236,251)
#E3EDFB
(227,237,251)
#E6EEFB
(230,238,251)
#E9EFFB
(233,239,251)
#ECF0FB
(236,240,251)
#EFF1FB
(239,241,251)
#F2F2FB
(242,242,251)
#F5F3FB
(245,243,251)
#F8F4FB
(248,244,251)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBFB; }

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

This text font color is #DDEBFB.

Background Color

.myBgColor { background-color: #DDEBFB; }

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

This div background color is #DDEBFB.

Border color

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

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

This div border color is #DDEBFB.

Opacity

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

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

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

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

This text has shadow with #DDEBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDEBFB.

Preview

Color preview on black background

This text has color #DDEBFB on black background.


Color preview on white background

This text has color #DDEBFB on white background.


Black color preview on #DDEBFB background

This text has black color on #DDEBFB background.


White color preview on #DDEBFB background

This text has white color on #DDEBFB background.


Related colors

Complementary color

Complementary color for #hex is #221404.


I love getcolorcode.com

Triadic colors

1 #FBDDEB and #EBFBDD with #DDEBFB are triadic colors.

2 #FBEBDD and #EBDDFB with #DDEBFB are triadic colors.