COLOR #E6D0FF

HEX: #E6D0FF RGB: (230,208,255)

Renk bilgisi

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

RGB renk modeli

#E6D0FF color RGB value is (230,208,255).

RGB: (230,208,255) (90%, 82%, 100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 208 of 255 = 82%
B 255 of 255 = 100%

230
208
255

R + G + B ~ 91%. #E6D0FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 230 + 208 + 255 = 693 (100%)
R 230 of 693 ~ 33.19%
G 208 of 693 ~ 30.01%
B 255 of 693 ~ 36.8'%

%33.19
%30.01
%36.8

CMYK RENK MODELİ

#E6D0FF rengi CMYK tonu (10,18,0,0).

  • camgöbeği tonu 9.80%
  • eflatun tonu 18.43%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (10,18,0,0)
C10M18Y0K0 (10%, 18%, 0%, 0%)
(0.10 / 0.18 / 0.00 / 0.00)

CMYK yüzdeleri

%9.8
%18.43
%0
%0

Codes

Color #E6D0FF in popluar color models

E6 D0 FF
RGB 230 208 255
HSL 268° 100.00% 90.78%
HSB/HSV 268° 18.43% 100.00%
CMYK 9.80% 18.43% 0.00%
0.00%

Color #E6D0FF in popluar number systems.

HEX E6 D0 FF
Decimal 230 208 255
Binary 11100110 11010000 11111111
Octal 346 320 377

Shades and tints

Shades of #E6D0FF

#E6D0FF
(230,208,255)
#D2BEE8
(210,190,232)
#BEACD1
(190,172,209)
#AA9ABA
(170,154,186)
#9688A3
(150,136,163)
#82768C
(130,118,140)
#6E6475
(110,100,117)
#5A525E
(90,82,94)
#464047
(70,64,71)
#322E30
(50,46,48)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #E6D0FF

#E6D0FF
(230,208,255)
#E8D4FF
(232,212,255)
#EAD8FF
(234,216,255)
#ECDCFF
(236,220,255)
#EEE0FF
(238,224,255)
#F0E4FF
(240,228,255)
#F2E8FF
(242,232,255)
#F4ECFF
(244,236,255)
#F6F0FF
(246,240,255)
#F8F4FF
(248,244,255)
#FAF8FF
(250,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D0FF color. Also use rgb(230,208,255) instead hex code.

Text Font Color

.myTextColor { color: #E6D0FF; }

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

This text font color is #E6D0FF.

Background Color

.myBgColor { background-color: #E6D0FF; }

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

This div background color is #E6D0FF.

Border color

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

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

This div border color is #E6D0FF.

Opacity

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

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

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

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

This text has shadow with #E6D0FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D0FF.

Preview

Color preview on black background

This text has color #E6D0FF on black background.


Color preview on white background

This text has color #E6D0FF on white background.


Black color preview on #E6D0FF background

This text has black color on #E6D0FF background.


White color preview on #E6D0FF background

This text has white color on #E6D0FF background.


Related colors

Complementary color

Complementary color for #hex is #192F00.


I love getcolorcode.com

Triadic colors

1 #FFE6D0 and #D0FFE6 with #E6D0FF are triadic colors.

2 #FFD0E6 and #D0E6FF with #E6D0FF are triadic colors.