COLOR #E5CCFF

HEX: #E5CCFF RGB: (229,204,255)

Renk bilgisi

#E5CCFF contains red, green and blue colors in about the same proportion. #E5CCFF ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#E5CCFF color RGB value is (229,204,255).

RGB: (229,204,255) (90%, 80%, 100%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 204 of 255 = 80%
B 255 of 255 = 100%

229
204
255

R + G + B ~ 90%. #E5CCFF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 229 + 204 + 255 = 688 (100%)
R 229 of 688 ~ 33.28%
G 204 of 688 ~ 29.65%
B 255 of 688 ~ 37.06'%

%33.28
%29.65
%37.06

CMYK RENK MODELİ

#E5CCFF rengi CMYK tonu (10,20,0,0).

  • camgöbeği tonu 10.20%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

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

CMYK yüzdeleri

%10.2
%20
%0
%0

Codes

Color #E5CCFF in popluar color models

E5 CC FF
RGB 229 204 255
HSL 269° 100.00% 90.00%
HSB/HSV 269° 20.00% 100.00%
CMYK 10.20% 20.00% 0.00%
0.00%

Color #E5CCFF in popluar number systems.

HEX E5 CC FF
Decimal 229 204 255
Binary 11100101 11001100 11111111
Octal 345 314 377

Shades and tints

Shades of #E5CCFF

#E5CCFF
(229,204,255)
#D1BAE8
(209,186,232)
#BDA8D1
(189,168,209)
#A996BA
(169,150,186)
#9584A3
(149,132,163)
#81728C
(129,114,140)
#6D6075
(109,96,117)
#594E5E
(89,78,94)
#453C47
(69,60,71)
#312A30
(49,42,48)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #E5CCFF

#E5CCFF
(229,204,255)
#E7D0FF
(231,208,255)
#E9D4FF
(233,212,255)
#EBD8FF
(235,216,255)
#EDDCFF
(237,220,255)
#EFE0FF
(239,224,255)
#F1E4FF
(241,228,255)
#F3E8FF
(243,232,255)
#F5ECFF
(245,236,255)
#F7F0FF
(247,240,255)
#F9F4FF
(249,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CCFF color. Also use rgb(229,204,255) instead hex code.

Text Font Color

.myTextColor { color: #E5CCFF; }

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

This text font color is #E5CCFF.

Background Color

.myBgColor { background-color: #E5CCFF; }

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

This div background color is #E5CCFF.

Border color

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

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

This div border color is #E5CCFF.

Opacity

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

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

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

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

This text has shadow with #E5CCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CCFF.

Preview

Color preview on black background

This text has color #E5CCFF on black background.


Color preview on white background

This text has color #E5CCFF on white background.


Black color preview on #E5CCFF background

This text has black color on #E5CCFF background.


White color preview on #E5CCFF background

This text has white color on #E5CCFF background.


Related colors

Complementary color

Complementary color for #hex is #1A3300.


I love getcolorcode.com

Triadic colors

1 #FFE5CC and #CCFFE5 with #E5CCFF are triadic colors.

2 #FFCCE5 and #CCE5FF with #E5CCFF are triadic colors.