COLOR #DDEBFF

HEX: #DDEBFF
RGB: (221,235,255)

Color info

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

RGB color model

#DDEBFF color RGB value is (221,235,255).

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

RGB channels and saturation

R 221 of 255 = 87%
G 235 of 255 = 92%
B 255 of 255 = 100%

221
235
255

R + G + B ~ 93%. #DDEBFF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 235 + 255 = 711 (100%)
R 221 of 711 ~ 31.08%
G 235 of 711 ~ 33.05%
B 255 of 711 ~ 35.86%

%31.08
%33.05
%35.86

CMYK color model

#DDEBFF color CMYK value is (13,8,0,0).

  • cyan value is 13.33%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(13,8,0,0)
C13M8Y0K0 
(13%,8%,0%,0%)
(0.13/0.08/0.00/0.00)	

CMYK percentages

%13.33
%7.84
%0
%0

Codes

Color #DDEBFF in popluar color models

DDEBFF
RGB221235255
HSL215°100.00%93.33%
HSB/HSV215°13.33%100.00%
CMYK13.33%7.84%0.00%
0.00%

Color #DDEBFF in popluar number systems.

HEXDDEBFF
Decimal221235255
Binary110111011110101111111111
Octal335353377

Shades and tints

Shades of #DDEBFF

#DDEBFF
(221,235,255)
#C9D6E8
(201,214,232)
#B5C1D1
(181,193,209)
#A1ACBA
(161,172,186)
#8D97A3
(141,151,163)
#79828C
(121,130,140)
#656D75
(101,109,117)
#51585E
(81,88,94)
#3D4347
(61,67,71)
#292E30
(41,46,48)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #DDEBFF

#DDEBFF
(221,235,255)
#E0ECFF
(224,236,255)
#E3EDFF
(227,237,255)
#E6EEFF
(230,238,255)
#E9EFFF
(233,239,255)
#ECF0FF
(236,240,255)
#EFF1FF
(239,241,255)
#F2F2FF
(242,242,255)
#F5F3FF
(245,243,255)
#F8F4FF
(248,244,255)
#FBF5FF
(251,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDEBFF; }

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

This text font color is #DDEBFF.


Background Color

.myBgColor { background-color: #DDEBFF; }

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

This div background color is #DDEBFF.


Border color

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

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

This div border color is #DDEBFF.


Opacity

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

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

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

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

This text has shadow with #DDEBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEBFF on black background.


Color preview on white background

This text has color #DDEBFF on white background.



Black color preview on #DDEBFF background

This text has black color on #DDEBFF background.


White color preview on #DDEBFF background

This text has white color on #DDEBFF background.