COLOR #DDFBE6

HEX: #DDFBE6
RGB: (221,251,230)

Color info

#DDFBE6 contains red, green and blue colors in about the same proportion. Web safe color of #DDFBE6 is #CCFFCC (or #CFC).

RGB color model

#DDFBE6 color RGB value is (221,251,230).

  • red value is 221;
  • green value is 251;
  • blue value is 230.
RGB:
(221,251,230)
(87%,98%,90%)

RGB channels and saturation

R 221 of 255 = 87%
G 251 of 255 = 98%
B 230 of 255 = 90%

221
251
230

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

Portions of RGB colors in percentages

R + G + B =
221 + 251 + 230 = 702 (100%)
R 221 of 702 ~ 31.48%
G 251 of 702 ~ 35.75%
B 230 of 702 ~ 32.76%

%31.48
%35.75
%32.76

CMYK color model

#DDFBE6 color CMYK value is (12,0,8,2).

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(12,0,8,2)
C12M0Y8K2 
(12%,0%,8%,2%)
(0.12/0.00/0.08/0.02)	

CMYK percentages

%11.95
%0
%8.37
%1.57

Codes

Color #DDFBE6 in popluar color models

DDFBE6
RGB221251230
HSL138°78.95%92.55%
HSB/HSV138°11.95%98.43%
CMYK11.95%0.00%8.37%
1.57%

Color #DDFBE6 in popluar number systems.

HEXDDFBE6
Decimal221251230
Binary110111011111101111100110
Octal335373346

Shades and tints

Shades of #DDFBE6

#DDFBE6
(221,251,230)
#C9E5D2
(201,229,210)
#B5CFBE
(181,207,190)
#A1B9AA
(161,185,170)
#8DA396
(141,163,150)
#798D82
(121,141,130)
#65776E
(101,119,110)
#51615A
(81,97,90)
#3D4B46
(61,75,70)
#293532
(41,53,50)
#151F1E
(21,31,30)
#000000
(0,0,0)

Tints of #DDFBE6

#DDFBE6
(221,251,230)
#E0FBE8
(224,251,232)
#E3FBEA
(227,251,234)
#E6FBEC
(230,251,236)
#E9FBEE
(233,251,238)
#ECFBF0
(236,251,240)
#EFFBF2
(239,251,242)
#F2FBF4
(242,251,244)
#F5FBF6
(245,251,246)
#F8FBF8
(248,251,248)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFBE6; }

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

This text font color is #DDFBE6.


Background Color

.myBgColor { background-color: #DDFBE6; }

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

This div background color is #DDFBE6.


Border color

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

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

This div border color is #DDFBE6.


Opacity

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

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

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

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

This text has shadow with #DDFBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFBE6 on black background.


Color preview on white background

This text has color #DDFBE6 on white background.



Black color preview on #DDFBE6 background

This text has black color on #DDFBE6 background.


White color preview on #DDFBE6 background

This text has white color on #DDFBE6 background.