COLOR #DEF6EA

HEX: #DEF6EA RGB: (222,246,234)

Color info

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

RGB color model

#DEF6EA color RGB value is (222,246,234).

RGB: (222,246,234) (87%, 96%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 234 of 255 = 92%

222
246
234

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

Portions of RGB colors in percentages

R + G + B = 222 + 246 + 234 = 702 (100%)
R 222 of 702 ~ 31.62%
G 246 of 702 ~ 35.04%
B 234 of 702 ~ 33.33'%

%31.62
%35.04
%33.33

CMYK color model

#DEF6EA color CMYK value is (10,0,5,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%

CMYK: (10,0,5,4)
C10M0Y5K4 (10%, 0%, 5%, 4%)
(0.10 / 0.00 / 0.05 / 0.04)

CMYK percentages

%9.76
%0
%4.88
%3.53

Codes

Color #DEF6EA in popluar color models

DE F6 EA
RGB 222 246 234
HSL 150° 57.14% 91.76%
HSB/HSV 150° 9.76% 96.47%
CMYK 9.76% 0.00% 4.88%
3.53%

Color #DEF6EA in popluar number systems.

HEX DE F6 EA
Decimal 222 246 234
Binary 11011110 11110110 11101010
Octal 336 366 352

Shades and tints

Shades of #DEF6EA

#DEF6EA
(222,246,234)
#CAE0D5
(202,224,213)
#B6CAC0
(182,202,192)
#A2B4AB
(162,180,171)
#8E9E96
(142,158,150)
#7A8881
(122,136,129)
#66726C
(102,114,108)
#525C57
(82,92,87)
#3E4642
(62,70,66)
#2A302D
(42,48,45)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #DEF6EA

#DEF6EA
(222,246,234)
#E1F6EB
(225,246,235)
#E4F6EC
(228,246,236)
#E7F6ED
(231,246,237)
#EAF6EE
(234,246,238)
#EDF6EF
(237,246,239)
#F0F6F0
(240,246,240)
#F3F6F1
(243,246,241)
#F6F6F2
(246,246,242)
#F9F6F3
(249,246,243)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF6EA color. Also use rgb(222,246,234) instead hex code.

Text Font Color

.myTextColor { color: #DEF6EA; }

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

This text font color is #DEF6EA.

Background Color

.myBgColor { background-color: #DEF6EA; }

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

This div background color is #DEF6EA.

Border color

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

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

This div border color is #DEF6EA.

Opacity

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

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

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

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

This text has shadow with #DEF6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF6EA.

Preview

Color preview on black background

This text has color #DEF6EA on black background.


Color preview on white background

This text has color #DEF6EA on white background.


Black color preview on #DEF6EA background

This text has black color on #DEF6EA background.


White color preview on #DEF6EA background

This text has white color on #DEF6EA background.


Related colors

Complementary color

Complementary color for #hex is #210915.


I love getcolorcode.com

Triadic colors

1 #EADEF6 and #F6EADE with #DEF6EA are triadic colors.

2 #EAF6DE and #F6DEEA with #DEF6EA are triadic colors.