Color Hex Logo

#dfdbee Color Hex

#DFDBEE
(223,219,238)
0 Favorites   0 Comments

Color spaces of #dfdbee

RGB 223219238
HSL0.700.360.90
HSV253°93°
CMYK 0.060.080.00   0.07
XYZ71.195672.524191.1351
Yxy72.52410.30310.3088
Hunter Lab85.16110.1961-3.8364
CIE-Lab88.22024.8644-8.7928

#dfdbee color RGB value is (223,219,238).

#dfdbee hex color red value is 223, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfdbee hue: 0.70 , saturation: 0.36 and the lightness value of dfdbee is 0.90.

The process color (four color CMYK) of #dfdbee color hex is 0.06, 0.08, 0.00, 0.07. Web safe color of #dfdbee is #ccccff. Color #dfdbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11101110
Octal 337 333 356
Decimal 223 219 238
Hex DF DB EE

RGB Percentages of Color #dfdbee

%32.79
%32.21
%35.00

CMYK Percentages of Color #dfdbee

%6
%8
%0
%7

Triadic Colors of #dfdbee

#dfdbee #eedfdb #dbeedf

Analogous Colors of #dfdbee

#dfdbee #e9dbee #dbe1ee

Monochromatic Colors of #dfdbee

#dfdbee

Complementary Color

#dfdbee #eaeedb

#dfdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbee Color CSS Codes

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

#dfdbee Text Font Color

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

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


#dfdbee Background Color

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

This div background color is #dfdbee


#dfdbee Border Color

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

This div border color is #dfdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbee


Comments

No comments written yet.

Please login to write comment.