COLOR #DDE298

HEX: #DDE298
RGB: (221,226,152)

Color info

#DDE298 contains mainly red and green colors. Web safe color of #DDE298 is #CCCC99 (or #CC9).

RGB color model

#DDE298 color RGB value is (221,226,152).

  • red value is 221;
  • green value is 226;
  • blue value is 152.
RGB:
(221,226,152)
(87%,89%,60%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 152 of 255 = 60%

221
226
152

R + G + B ~ 79%. #DDE298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 226 + 152 = 599 (100%)
R 221 of 599 ~ 36.89%
G 226 of 599 ~ 37.73%
B 152 of 599 ~ 25.38%

%36.89
%37.73
%25.38

CMYK color model

#DDE298 color CMYK value is (2,0,33,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 11.37%
CMYK:
(2,0,33,11)
C2M0Y33K11 
(2%,0%,33%,11%)
(0.02/0.00/0.33/0.11)	

CMYK percentages

%2.21
%0
%32.74
%11.37

Codes

Color #DDE298 in popluar color models

DDE298
RGB221226152
HSL64°56.06%74.12%
HSB/HSV64°32.74%88.63%
CMYK2.21%0.00%32.74%
11.37%

Color #DDE298 in popluar number systems.

HEXDDE298
Decimal221226152
Binary110111011110001010011000
Octal335342230

Shades and tints

Shades of #DDE298

#DDE298
(221,226,152)
#C9CE8B
(201,206,139)
#B5BA7E
(181,186,126)
#A1A671
(161,166,113)
#8D9264
(141,146,100)
#797E57
(121,126,87)
#656A4A
(101,106,74)
#51563D
(81,86,61)
#3D4230
(61,66,48)
#292E23
(41,46,35)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #DDE298

#DDE298
(221,226,152)
#E0E4A1
(224,228,161)
#E3E6AA
(227,230,170)
#E6E8B3
(230,232,179)
#E9EABC
(233,234,188)
#ECECC5
(236,236,197)
#EFEECE
(239,238,206)
#F2F0D7
(242,240,215)
#F5F2E0
(245,242,224)
#F8F4E9
(248,244,233)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE298 color. Also use rgb(221,226,152) instead hex code.

Text Font Color

.myTextColor { color: #DDE298; }

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

This text font color is #DDE298.


Background Color

.myBgColor { background-color: #DDE298; }

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

This div background color is #DDE298.


Border color

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

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

This div border color is #DDE298.


Opacity

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

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

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

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

This text has shadow with #DDE298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE298 on black background.


Color preview on white background

This text has color #DDE298 on white background.



Black color preview on #DDE298 background

This text has black color on #DDE298 background.


White color preview on #DDE298 background

This text has white color on #DDE298 background.