COLOR #E4CAFE

HEX: #E4CAFE RGB: (228,202,254)

Color info

#E4CAFE contains red, green and blue colors in about the same proportion. Web safe color of #E4CAFE is #CCCCFF (or #CCF).

RGB color model

#E4CAFE color RGB value is (228,202,254).

RGB: (228,202,254) (89%, 79%, 100%)

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 254 of 255 = 100%

228
202
254

R + G + B ~ 89%. #E4CAFE is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 202 + 254 = 684 (100%)
R 228 of 684 ~ 33.33%
G 202 of 684 ~ 29.53%
B 254 of 684 ~ 37.13'%

%33.33
%29.53
%37.13

CMYK color model

#E4CAFE color CMYK value is (10,20,0,0).

  • cyan value is 10.24%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (10,20,0,0)
C10M20Y0K0 (10%, 20%, 0%, 0%)
(0.10 / 0.20 / 0.00 / 0.00)

CMYK percentages

%10.24
%20.47
%0
%0.39

Codes

Color #E4CAFE in popluar color models

E4 CA FE
RGB 228 202 254
HSL 270° 96.30% 89.41%
HSB/HSV 270° 20.47% 99.61%
CMYK 10.24% 20.47% 0.00%
0.39%

Color #E4CAFE in popluar number systems.

HEX E4 CA FE
Decimal 228 202 254
Binary 11100100 11001010 11111110
Octal 344 312 376

Shades and tints

Shades of #E4CAFE

#E4CAFE
(228,202,254)
#D0B8E7
(208,184,231)
#BCA6D0
(188,166,208)
#A894B9
(168,148,185)
#9482A2
(148,130,162)
#80708B
(128,112,139)
#6C5E74
(108,94,116)
#584C5D
(88,76,93)
#443A46
(68,58,70)
#30282F
(48,40,47)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4CAFE

#E4CAFE
(228,202,254)
#E6CEFE
(230,206,254)
#E8D2FE
(232,210,254)
#EAD6FE
(234,214,254)
#ECDAFE
(236,218,254)
#EEDEFE
(238,222,254)
#F0E2FE
(240,226,254)
#F2E6FE
(242,230,254)
#F4EAFE
(244,234,254)
#F6EEFE
(246,238,254)
#F8F2FE
(248,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CAFE color. Also use rgb(228,202,254) instead hex code.

Text Font Color

.myTextColor { color: #E4CAFE; }

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

This text font color is #E4CAFE.

Background Color

.myBgColor { background-color: #E4CAFE; }

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

This div background color is #E4CAFE.

Border color

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

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

This div border color is #E4CAFE.

Opacity

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

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

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

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

This text has shadow with #E4CAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CAFE.

Preview

Color preview on black background

This text has color #E4CAFE on black background.


Color preview on white background

This text has color #E4CAFE on white background.


Black color preview on #E4CAFE background

This text has black color on #E4CAFE background.


White color preview on #E4CAFE background

This text has white color on #E4CAFE background.


Related colors

Complementary color

Complementary color for #hex is #1B3501.


I love getcolorcode.com

Triadic colors

1 #FEE4CA and #CAFEE4 with #E4CAFE are triadic colors.

2 #FECAE4 and #CAE4FE with #E4CAFE are triadic colors.