COLOR #DDEAAE

HEX: #DDEAAE
RGB: (221,234,174)

Color info

#DDEAAE contains mainly red and green colors. Web safe color of #DDEAAE is #CCFF99 (or #CF9).

RGB color model

#DDEAAE color RGB value is (221,234,174).

  • red value is 221;
  • green value is 234;
  • blue value is 174.
RGB:
(221,234,174)
(87%,92%,68%)

RGB channels and saturation

R 221 of 255 = 87%
G 234 of 255 = 92%
B 174 of 255 = 68%

221
234
174

R + G + B ~ 82%. #DDEAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 234 + 174 = 629 (100%)
R 221 of 629 ~ 35.14%
G 234 of 629 ~ 37.2%
B 174 of 629 ~ 27.66%

%35.14
%37.2
%27.66

CMYK color model

#DDEAAE color CMYK value is (6,0,26,8).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 8.24%
CMYK:
(6,0,26,8)
C6M0Y26K8 
(6%,0%,26%,8%)
(0.06/0.00/0.26/0.08)	

CMYK percentages

%5.56
%0
%25.64
%8.24

Codes

Color #DDEAAE in popluar color models

DDEAAE
RGB221234174
HSL73°58.82%80.00%
HSB/HSV73°25.64%91.76%
CMYK5.56%0.00%25.64%
8.24%

Color #DDEAAE in popluar number systems.

HEXDDEAAE
Decimal221234174
Binary110111011110101010101110
Octal335352256

Shades and tints

Shades of #DDEAAE

#DDEAAE
(221,234,174)
#C9D59F
(201,213,159)
#B5C090
(181,192,144)
#A1AB81
(161,171,129)
#8D9672
(141,150,114)
#798163
(121,129,99)
#656C54
(101,108,84)
#515745
(81,87,69)
#3D4236
(61,66,54)
#292D27
(41,45,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #DDEAAE

#DDEAAE
(221,234,174)
#E0EBB5
(224,235,181)
#E3ECBC
(227,236,188)
#E6EDC3
(230,237,195)
#E9EECA
(233,238,202)
#ECEFD1
(236,239,209)
#EFF0D8
(239,240,216)
#F2F1DF
(242,241,223)
#F5F2E6
(245,242,230)
#F8F3ED
(248,243,237)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEAAE color. Also use rgb(221,234,174) instead hex code.

Text Font Color

.myTextColor { color: #DDEAAE; }

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

This text font color is #DDEAAE.


Background Color

.myBgColor { background-color: #DDEAAE; }

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

This div background color is #DDEAAE.


Border color

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

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

This div border color is #DDEAAE.


Opacity

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

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

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

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

This text has shadow with #DDEAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEAAE on black background.


Color preview on white background

This text has color #DDEAAE on white background.



Black color preview on #DDEAAE background

This text has black color on #DDEAAE background.


White color preview on #DDEAAE background

This text has white color on #DDEAAE background.