Color Hex Logo

#dfe1eb Color Hex

#DFE1EB
(223,225,235)
0 Favorites   0 Comments

Color spaces of #dfe1eb

RGB 223225235
HSL0.640.230.90
HSV230°92°
CMYK 0.050.040.00   0.08
XYZ72.352075.536689.3639
Yxy75.53660.30500.3184
Hunter Lab86.9118-3.4986-0.1245
CIE-Lab89.64371.1740-5.1094

#dfe1eb color RGB value is (223,225,235).

#dfe1eb hex color red value is 223, green value is 225 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfe1eb hue: 0.64 , saturation: 0.23 and the lightness value of dfe1eb is 0.90.

The process color (four color CMYK) of #dfe1eb color hex is 0.05, 0.04, 0.00, 0.08. Web safe color of #dfe1eb is #ccccff. Color #dfe1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 11101011
Octal 337 341 353
Decimal 223 225 235
Hex DF E1 EB

RGB Percentages of Color #dfe1eb

%32.65
%32.94
%34.41

CMYK Percentages of Color #dfe1eb

%5
%4
%0
%8

Triadic Colors of #dfe1eb

#dfe1eb #ebdfe1 #e1ebdf

Analogous Colors of #dfe1eb

#dfe1eb #e3dfeb #dfe7eb

Monochromatic Colors of #dfe1eb

#dfe1eb

Complementary Color

#dfe1eb #ebe9df

#dfe1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe1eb Color CSS Codes

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

#dfe1eb Text Font Color

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

This sample text font color is #dfe1eb
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.


#dfe1eb Background Color

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

This div background color is #dfe1eb


#dfe1eb Border Color

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

This div border color is #dfe1eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,225,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfe1eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfe1eb;
  -webkit-box-shadow: 1px 1px 3px 2px #dfe1eb;
  box-shadow:         1px 1px 3px 2px #dfe1eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,225,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe1eb

#dfe1eb Color Palettes


Comments

No comments written yet.

Please login to write comment.