COLOR #DEF3CC

HEX: #DEF3CC RGB: (222,243,204)

Color info

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

RGB color model

#DEF3CC color RGB value is (222,243,204).

RGB: (222,243,204) (87%, 95%, 80%)

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 204 of 255 = 80%

222
243
204

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

Portions of RGB colors in percentages

R + G + B = 222 + 243 + 204 = 669 (100%)
R 222 of 669 ~ 33.18%
G 243 of 669 ~ 36.32%
B 204 of 669 ~ 30.49'%

%33.18
%36.32
%30.49

CMYK color model

#DEF3CC color CMYK value is (9,0,16,5).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 4.71%

CMYK: (9,0,16,5)
C9M0Y16K5 (9%, 0%, 16%, 5%)
(0.09 / 0.00 / 0.16 / 0.05)

CMYK percentages

%8.64
%0
%16.05
%4.71

Codes

Color #DEF3CC in popluar color models

DE F3 CC
RGB 222 243 204
HSL 92° 61.90% 87.65%
HSB/HSV 92° 16.05% 95.29%
CMYK 8.64% 0.00% 16.05%
4.71%

Color #DEF3CC in popluar number systems.

HEX DE F3 CC
Decimal 222 243 204
Binary 11011110 11110011 11001100
Octal 336 363 314

Shades and tints

Shades of #DEF3CC

#DEF3CC
(222,243,204)
#CADDBA
(202,221,186)
#B6C7A8
(182,199,168)
#A2B196
(162,177,150)
#8E9B84
(142,155,132)
#7A8572
(122,133,114)
#666F60
(102,111,96)
#52594E
(82,89,78)
#3E433C
(62,67,60)
#2A2D2A
(42,45,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #DEF3CC

#DEF3CC
(222,243,204)
#E1F4D0
(225,244,208)
#E4F5D4
(228,245,212)
#E7F6D8
(231,246,216)
#EAF7DC
(234,247,220)
#EDF8E0
(237,248,224)
#F0F9E4
(240,249,228)
#F3FAE8
(243,250,232)
#F6FBEC
(246,251,236)
#F9FCF0
(249,252,240)
#FCFDF4
(252,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3CC; }

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

This text font color is #DEF3CC.

Background Color

.myBgColor { background-color: #DEF3CC; }

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

This div background color is #DEF3CC.

Border color

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

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

This div border color is #DEF3CC.

Opacity

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

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

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

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

This text has shadow with #DEF3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF3CC.

Preview

Color preview on black background

This text has color #DEF3CC on black background.


Color preview on white background

This text has color #DEF3CC on white background.


Black color preview on #DEF3CC background

This text has black color on #DEF3CC background.


White color preview on #DEF3CC background

This text has white color on #DEF3CC background.


Related colors

Complementary color

Complementary color for #hex is #210C33.


I love getcolorcode.com

Triadic colors

1 #CCDEF3 and #F3CCDE with #DEF3CC are triadic colors.

2 #CCF3DE and #F3DECC with #DEF3CC are triadic colors.