COLOR #DEF3EC

HEX: #DEF3EC RGB: (222,243,236)

Color info

#DEF3EC contains red, green and blue colors in about the same proportion. Web safe color of #DEF3EC is #CCFFFF (or #CFF).

RGB color model

#DEF3EC color RGB value is (222,243,236).

RGB: (222,243,236) (87%, 95%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 236 of 255 = 93%

222
243
236

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

Portions of RGB colors in percentages

R + G + B = 222 + 243 + 236 = 701 (100%)
R 222 of 701 ~ 31.67%
G 243 of 701 ~ 34.66%
B 236 of 701 ~ 33.67'%

%31.67
%34.66
%33.67

CMYK color model

#DEF3EC color CMYK value is (9,0,3,5).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%
CMYK: (9,0,3,5) C9M0Y3K5 (9%,0%,3%,5%) (0.09/0.00/0.03/0.05) 

CMYK percentages

%8.64
%0
%2.88
%4.71

Codes

Color #DEF3EC in popluar color models

DE F3 EC
RGB 222 243 236
HSL 160° 46.67% 91.18%
HSB/HSV 160° 8.64% 95.29%
CMYK 8.64% 0.00% 2.88%
4.71%

Color #DEF3EC in popluar number systems.

HEX DE F3 EC
Decimal 222 243 236
Binary 11011110 11110011 11101100
Octal 336 363 354

Shades and tints

Shades of #DEF3EC

#DEF3EC
(222,243,236)
#CADDD7
(202,221,215)
#B6C7C2
(182,199,194)
#A2B1AD
(162,177,173)
#8E9B98
(142,155,152)
#7A8583
(122,133,131)
#666F6E
(102,111,110)
#525959
(82,89,89)
#3E4344
(62,67,68)
#2A2D2F
(42,45,47)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #DEF3EC

#DEF3EC
(222,243,236)
#E1F4ED
(225,244,237)
#E4F5EE
(228,245,238)
#E7F6EF
(231,246,239)
#EAF7F0
(234,247,240)
#EDF8F1
(237,248,241)
#F0F9F2
(240,249,242)
#F3FAF3
(243,250,243)
#F6FBF4
(246,251,244)
#F9FCF5
(249,252,245)
#FCFDF6
(252,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF3EC; }

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

This text font color is #DEF3EC.

Background Color

.myBgColor { background-color: #DEF3EC; }

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

This div background color is #DEF3EC.

Border color

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

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

This div border color is #DEF3EC.

Opacity

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

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

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

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

This text has shadow with #DEF3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF3EC.

Preview

Color preview on black background

This text has color #DEF3EC on black background.


Color preview on white background

This text has color #DEF3EC on white background.


Black color preview on #DEF3EC background

This text has black color on #DEF3EC background.


White color preview on #DEF3EC background

This text has white color on #DEF3EC background.


Related colors

Complementary color

Complementary color for #hex is #210C13.


I love getcolorcode.com

Triadic colors

1 #ECDEF3 and #F3ECDE with #DEF3EC are triadic colors.

2 #ECF3DE and #F3DEEC with #DEF3EC are triadic colors.