Color Hex Logo

#dfdbe8 Color Hex

#DFDBE8
(223,219,232)
0 Favorites   0 Comments

Color spaces of #dfdbe8

RGB 223219232
HSL0.720.220.88
HSV258°91°
CMYK 0.040.060.00   0.09
XYZ70.328472.177286.5688
Yxy72.17720.30700.3151
Hunter Lab84.9572-0.9109-0.9447
CIE-Lab88.05383.7306-5.8777

#dfdbe8 color RGB value is (223,219,232).

#dfdbe8 hex color red value is 223, green value is 219 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dfdbe8 hue: 0.72 , saturation: 0.22 and the lightness value of dfdbe8 is 0.88.

The process color (four color CMYK) of #dfdbe8 color hex is 0.04, 0.06, 0.00, 0.09. Web safe color of #dfdbe8 is #ccccff. Color #dfdbe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11101000
Octal 337 333 350
Decimal 223 219 232
Hex DF DB E8

RGB Percentages of Color #dfdbe8

%33.09
%32.49
%34.42

CMYK Percentages of Color #dfdbe8

%4
%6
%0
%9

Triadic Colors of #dfdbe8

#dfdbe8 #e8dfdb #dbe8df

Analogous Colors of #dfdbe8

#dfdbe8 #e6dbe8 #dbdee8

Monochromatic Colors of #dfdbe8

#dfdbe8

Complementary Color

#dfdbe8 #e4e8db

#dfdbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbe8 Color CSS Codes

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

#dfdbe8 Text Font Color

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

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


#dfdbe8 Background Color

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

This div background color is #dfdbe8


#dfdbe8 Border Color

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

This div border color is #dfdbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbe8


Comments

No comments written yet.

Please login to write comment.