COLOR #DDEBFA

HEX: #DDEBFA
RGB: (221,235,250)

Color info

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

RGB color model

#DDEBFA color RGB value is (221,235,250).

  • red value is 221;
  • green value is 235;
  • blue value is 250.
RGB:
(221,235,250)
(87%,92%,98%)

RGB channels and saturation

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

221
235
250

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

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 250 = 706 (100%)
R 221 of 706 ~ 31.3%
G 235 of 706 ~ 33.29%
B 250 of 706 ~ 35.41%

%31.3
%33.29
%35.41

CMYK color model

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

  • cyan value is 11.60%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,6,0,2)
C12M6Y0K2 
(12%,6%,0%,2%)
(0.12/0.06/0.00/0.02)	

CMYK percentages

%11.6
%6
%0
%1.96

Codes

Color #DDEBFA in popluar color models

DDEBFA
RGB221235250
HSL211°74.36%92.35%
HSB/HSV211°11.60%98.04%
CMYK11.60%6.00%0.00%
1.96%

Color #DDEBFA in popluar number systems.

HEXDDEBFA
Decimal221235250
Binary110111011110101111111010
Octal335353372

Shades and tints

Shades of #DDEBFA

#DDEBFA
(221,235,250)
#C9D6E4
(201,214,228)
#B5C1CE
(181,193,206)
#A1ACB8
(161,172,184)
#8D97A2
(141,151,162)
#79828C
(121,130,140)
#656D76
(101,109,118)
#515860
(81,88,96)
#3D434A
(61,67,74)
#292E34
(41,46,52)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #DDEBFA

#DDEBFA
(221,235,250)
#E0ECFA
(224,236,250)
#E3EDFA
(227,237,250)
#E6EEFA
(230,238,250)
#E9EFFA
(233,239,250)
#ECF0FA
(236,240,250)
#EFF1FA
(239,241,250)
#F2F2FA
(242,242,250)
#F5F3FA
(245,243,250)
#F8F4FA
(248,244,250)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBFA; }

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

This text font color is #DDEBFA.


Background Color

.myBgColor { background-color: #DDEBFA; }

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

This div background color is #DDEBFA.


Border color

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

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

This div border color is #DDEBFA.


Opacity

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

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

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

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

This text has shadow with #DDEBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBFA on black background.


Color preview on white background

This text has color #DDEBFA on white background.



Black color preview on #DDEBFA background

This text has black color on #DDEBFA background.


White color preview on #DDEBFA background

This text has white color on #DDEBFA background.