COLOR #DEF0CC

HEX: #DEF0CC RGB: (222,240,204)

Color info

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

RGB color model

#DEF0CC color RGB value is (222,240,204).

RGB: (222,240,204) (87%, 94%, 80%)

RGB channels and saturation

R 222 of 255 = 87%
G 240 of 255 = 94%
B 204 of 255 = 80%

222
240
204

R + G + B ~ 87%. #DEF0CC is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 240 + 204 = 666 (100%)
R 222 of 666 ~ 33.33%
G 240 of 666 ~ 36.04%
B 204 of 666 ~ 30.63'%

%33.33
%36.04
%30.63

CMYK color model

#DEF0CC color CMYK value is (8,0,15,6).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%

CMYK: (8,0,15,6)
C8M0Y15K6 (8%, 0%, 15%, 6%)
(0.08 / 0.00 / 0.15 / 0.06)

CMYK percentages

%7.5
%0
%15
%5.88

Codes

Color #DEF0CC in popluar color models

DE F0 CC
RGB 222 240 204
HSL 90° 54.55% 87.06%
HSB/HSV 90° 15.00% 94.12%
CMYK 7.50% 0.00% 15.00%
5.88%

Color #DEF0CC in popluar number systems.

HEX DE F0 CC
Decimal 222 240 204
Binary 11011110 11110000 11001100
Octal 336 360 314

Shades and tints

Shades of #DEF0CC

#DEF0CC
(222,240,204)
#CADBBA
(202,219,186)
#B6C6A8
(182,198,168)
#A2B196
(162,177,150)
#8E9C84
(142,156,132)
#7A8772
(122,135,114)
#667260
(102,114,96)
#525D4E
(82,93,78)
#3E483C
(62,72,60)
#2A332A
(42,51,42)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #DEF0CC

#DEF0CC
(222,240,204)
#E1F1D0
(225,241,208)
#E4F2D4
(228,242,212)
#E7F3D8
(231,243,216)
#EAF4DC
(234,244,220)
#EDF5E0
(237,245,224)
#F0F6E4
(240,246,228)
#F3F7E8
(243,247,232)
#F6F8EC
(246,248,236)
#F9F9F0
(249,249,240)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF0CC color. Also use rgb(222,240,204) instead hex code.

Text Font Color

.myTextColor { color: #DEF0CC; }

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

This text font color is #DEF0CC.

Background Color

.myBgColor { background-color: #DEF0CC; }

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

This div background color is #DEF0CC.

Border color

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

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

This div border color is #DEF0CC.

Opacity

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

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

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

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

This text has shadow with #DEF0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF0CC.

Preview

Color preview on black background

This text has color #DEF0CC on black background.


Color preview on white background

This text has color #DEF0CC on white background.


Black color preview on #DEF0CC background

This text has black color on #DEF0CC background.


White color preview on #DEF0CC background

This text has white color on #DEF0CC background.


Related colors

Complementary color

Complementary color for #hex is #210F33.


I love getcolorcode.com

Triadic colors

1 #CCDEF0 and #F0CCDE with #DEF0CC are triadic colors.

2 #CCF0DE and #F0DECC with #DEF0CC are triadic colors.