Color Hex Logo

#dfdbe9 Color Hex

#DFDBE9
(223,219,233)
0 Favorites   0 Comments

Color spaces of #dfdbe9

RGB 223219233
HSL0.710.240.89
HSV257°91°
CMYK 0.040.060.00   0.09
XYZ70.470972.234287.3192
Yxy72.23420.30640.3140
Hunter Lab84.9907-0.7287-1.4209
CIE-Lab88.08123.9178-6.3643

#dfdbe9 color RGB value is (223,219,233).

#dfdbe9 hex color red value is 223, green value is 219 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dfdbe9 hue: 0.71 , saturation: 0.24 and the lightness value of dfdbe9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11101001
Octal 337 333 351
Decimal 223 219 233
Hex DF DB E9

RGB Percentages of Color #dfdbe9

%33.04
%32.44
%34.52

CMYK Percentages of Color #dfdbe9

%4
%6
%0
%9

Triadic Colors of #dfdbe9

#dfdbe9 #e9dfdb #dbe9df

Analogous Colors of #dfdbe9

#dfdbe9 #e6dbe9 #dbdee9

Monochromatic Colors of #dfdbe9

#dfdbe9

Complementary Color

#dfdbe9 #e5e9db

#dfdbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbe9 Color CSS Codes

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

#dfdbe9 Text Font Color

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

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


#dfdbe9 Background Color

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

This div background color is #dfdbe9


#dfdbe9 Border Color

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

This div border color is #dfdbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbe9


Comments

No comments written yet.

Please login to write comment.