Color Hex Logo

#e6dbfd Color Hex

#E6DBFD
(230,219,253)
0 Favorites   0 Comments

Color spaces of #e6dbfd

RGB 230219253
HSL0.720.890.93
HSV259°13°99°
CMYK 0.090.130.00   0.01
XYZ75.694374.5779103.3340
Yxy74.57790.29850.2941
Hunter Lab86.35855.3301-10.4937
CIE-Lab89.194910.0330-15.1725

#e6dbfd color RGB value is (230,219,253).

#e6dbfd hex color red value is 230, green value is 219 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e6dbfd hue: 0.72 , saturation: 0.89 and the lightness value of e6dbfd is 0.93.

The process color (four color CMYK) of #e6dbfd color hex is 0.09, 0.13, 0.00, 0.01. Web safe color of #e6dbfd is #ffccff. Color #e6dbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 11111101
Octal 346 333 375
Decimal 230 219 253
Hex E6 DB FD

RGB Percentages of Color #e6dbfd

%32.76
%31.20
%36.04

CMYK Percentages of Color #e6dbfd

%9
%13
%0
%1

Triadic Colors of #e6dbfd

#e6dbfd #fde6db #dbfde6

Analogous Colors of #e6dbfd

#e6dbfd #f7dbfd #dbe1fd

Monochromatic Colors of #e6dbfd

#e6dbfd

Complementary Color

#e6dbfd #f2fddb

#e6dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dbfd Color CSS Codes

.mybgcolor {background-color:#e6dbfd; } 
.myforecolor {color:#e6dbfd; }
.mybordercolor {border:3px solid #e6dbfd; }

#e6dbfd Text Font Color

<p style="color:#e6dbfd">Text here</p>

This sample text font color is #e6dbfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e6dbfd Background Color

<div style="background-color:#e6dbfd">
Div content here</div>

This div background color is #e6dbfd


#e6dbfd Border Color

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

This div border color is #e6dbfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,219,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6dbfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6dbfd;
  -webkit-box-shadow: 1px 1px 3px 2px #e6dbfd;
  box-shadow:         1px 1px 3px 2px #e6dbfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,219,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e6dbfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e6dbfd;
  -webkit-box-shadow: 1px 1px 3px 2px #e6dbfd;
  box-shadow:         1px 1px 3px 2px #e6dbfd;">
Div content here</div>

This div box has shadow with color #e6dbfd


Comments

No comments written yet.

Please login to write comment.