COLOR #DEF5EA

HEX: #DEF5EA RGB: (222,245,234)

Color info

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

RGB color model

#DEF5EA color RGB value is (222,245,234).

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

RGB channels and saturation

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

222
245
234

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

Portions of RGB colors in percentages

R + G + B = 222 + 245 + 234 = 701 (100%)
R 222 of 701 ~ 31.67%
G 245 of 701 ~ 34.95%
B 234 of 701 ~ 33.38'%

%31.67
%34.95
%33.38

CMYK color model

#DEF5EA color CMYK value is (9,0,4,4).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 3.92%

CMYK: (9,0,4,4)
C9M0Y4K4 (9%, 0%, 4%, 4%)
(0.09 / 0.00 / 0.04 / 0.04)

CMYK percentages

%9.39
%0
%4.49
%3.92

Codes

Color #DEF5EA in popluar color models

DE F5 EA
RGB 222 245 234
HSL 151° 53.49% 91.57%
HSB/HSV 151° 9.39% 96.08%
CMYK 9.39% 0.00% 4.49%
3.92%

Color #DEF5EA in popluar number systems.

HEX DE F5 EA
Decimal 222 245 234
Binary 11011110 11110101 11101010
Octal 336 365 352

Shades and tints

Shades of #DEF5EA

#DEF5EA
(222,245,234)
#CADFD5
(202,223,213)
#B6C9C0
(182,201,192)
#A2B3AB
(162,179,171)
#8E9D96
(142,157,150)
#7A8781
(122,135,129)
#66716C
(102,113,108)
#525B57
(82,91,87)
#3E4542
(62,69,66)
#2A2F2D
(42,47,45)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #DEF5EA

#DEF5EA
(222,245,234)
#E1F5EB
(225,245,235)
#E4F5EC
(228,245,236)
#E7F5ED
(231,245,237)
#EAF5EE
(234,245,238)
#EDF5EF
(237,245,239)
#F0F5F0
(240,245,240)
#F3F5F1
(243,245,241)
#F6F5F2
(246,245,242)
#F9F5F3
(249,245,243)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF5EA; }

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

This text font color is #DEF5EA.

Background Color

.myBgColor { background-color: #DEF5EA; }

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

This div background color is #DEF5EA.

Border color

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

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

This div border color is #DEF5EA.

Opacity

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

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

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

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

This text has shadow with #DEF5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF5EA.

Preview

Color preview on black background

This text has color #DEF5EA on black background.


Color preview on white background

This text has color #DEF5EA on white background.


Black color preview on #DEF5EA background

This text has black color on #DEF5EA background.


White color preview on #DEF5EA background

This text has white color on #DEF5EA background.


Related colors

Complementary color

Complementary color for #hex is #210A15.


I love getcolorcode.com

Triadic colors

1 #EADEF5 and #F5EADE with #DEF5EA are triadic colors.

2 #EAF5DE and #F5DEEA with #DEF5EA are triadic colors.