COLOR #E6D2FF

HEX: #E6D2FF RGB: (230,210,255)

Renk bilgisi

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

RGB renk modeli

#E6D2FF color RGB value is (230,210,255).

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

RGB bağlantıları ve doygunluk

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

230
210
255

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

Yüzdelerle RGB renk parçaları

R + G + B = 230 + 210 + 255 = 695 (100%)
R 230 of 695 ~ 33.09%
G 210 of 695 ~ 30.22%
B 255 of 695 ~ 36.69'%

%33.09
%30.22
%36.69

CMYK RENK MODELİ

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

  • camgöbeği tonu 9.80%
  • eflatun tonu 17.65%
  • 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
%17.65
%0
%0

Codes

Color #E6D2FF in popluar color models

E6 D2 FF
RGB 230 210 255
HSL 267° 100.00% 91.18%
HSB/HSV 267° 17.65% 100.00%
CMYK 9.80% 17.65% 0.00%
0.00%

Color #E6D2FF in popluar number systems.

HEX E6 D2 FF
Decimal 230 210 255
Binary 11100110 11010010 11111111
Octal 346 322 377

Shades and tints

Shades of #E6D2FF

#E6D2FF
(230,210,255)
#D2BFE8
(210,191,232)
#BEACD1
(190,172,209)
#AA99BA
(170,153,186)
#9686A3
(150,134,163)
#82738C
(130,115,140)
#6E6075
(110,96,117)
#5A4D5E
(90,77,94)
#463A47
(70,58,71)
#322730
(50,39,48)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6D2FF

#E6D2FF
(230,210,255)
#E8D6FF
(232,214,255)
#EADAFF
(234,218,255)
#ECDEFF
(236,222,255)
#EEE2FF
(238,226,255)
#F0E6FF
(240,230,255)
#F2EAFF
(242,234,255)
#F4EEFF
(244,238,255)
#F6F2FF
(246,242,255)
#F8F6FF
(248,246,255)
#FAFAFF
(250,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D2FF; }

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

This text font color is #E6D2FF.

Background Color

.myBgColor { background-color: #E6D2FF; }

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

This div background color is #E6D2FF.

Border color

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

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

This div border color is #E6D2FF.

Opacity

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

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

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

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

This text has shadow with #E6D2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D2FF.

Preview

Color preview on black background

This text has color #E6D2FF on black background.


Color preview on white background

This text has color #E6D2FF on white background.


Black color preview on #E6D2FF background

This text has black color on #E6D2FF background.


White color preview on #E6D2FF background

This text has white color on #E6D2FF background.


Related colors

Complementary color

Complementary color for #hex is #192D00.


I love getcolorcode.com

Triadic colors

1 #FFE6D2 and #D2FFE6 with #E6D2FF are triadic colors.

2 #FFD2E6 and #D2E6FF with #E6D2FF are triadic colors.