COLOR #DEFAEC

HEX: #DEFAEC
RGB: (222,250,236)

Color info

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

RGB color model

#DEFAEC color RGB value is (222,250,236).

  • red value is 222;
  • green value is 250;
  • blue value is 236.
RGB:
(222,250,236)
(87%,98%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 250 of 255 = 98%
B 236 of 255 = 93%

222
250
236

R + G + B ~ 93%. #DEFAEC is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 250 + 236 = 708 (100%)
R 222 of 708 ~ 31.36%
G 250 of 708 ~ 35.31%
B 236 of 708 ~ 33.33%

%31.36
%35.31
%33.33

CMYK color model

#DEFAEC color CMYK value is (11,0,6,2).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 1.96%
CMYK:
(11,0,6,2)
C11M0Y6K2 
(11%,0%,6%,2%)
(0.11/0.00/0.06/0.02)	

CMYK percentages

%11.2
%0
%5.6
%1.96

Codes

Color #DEFAEC in popluar color models

DEFAEC
RGB222250236
HSL150°73.68%92.55%
HSB/HSV150°11.20%98.04%
CMYK11.20%0.00%5.60%
1.96%

Color #DEFAEC in popluar number systems.

HEXDEFAEC
Decimal222250236
Binary110111101111101011101100
Octal336372354

Shades and tints

Shades of #DEFAEC

#DEFAEC
(222,250,236)
#CAE4D7
(202,228,215)
#B6CEC2
(182,206,194)
#A2B8AD
(162,184,173)
#8EA298
(142,162,152)
#7A8C83
(122,140,131)
#66766E
(102,118,110)
#526059
(82,96,89)
#3E4A44
(62,74,68)
#2A342F
(42,52,47)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #DEFAEC

#DEFAEC
(222,250,236)
#E1FAED
(225,250,237)
#E4FAEE
(228,250,238)
#E7FAEF
(231,250,239)
#EAFAF0
(234,250,240)
#EDFAF1
(237,250,241)
#F0FAF2
(240,250,242)
#F3FAF3
(243,250,243)
#F6FAF4
(246,250,244)
#F9FAF5
(249,250,245)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFAEC; }

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

This text font color is #DEFAEC.


Background Color

.myBgColor { background-color: #DEFAEC; }

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

This div background color is #DEFAEC.


Border color

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

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

This div border color is #DEFAEC.


Opacity

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

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

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

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

This text has shadow with #DEFAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFAEC on black background.


Color preview on white background

This text has color #DEFAEC on white background.



Black color preview on #DEFAEC background

This text has black color on #DEFAEC background.


White color preview on #DEFAEC background

This text has white color on #DEFAEC background.