Color Hex Logo

#dfdbef Color Hex

#DFDBEF
(223,219,239)
0 Favorites   0 Comments

Color spaces of #dfdbef

RGB 223219239
HSL0.700.380.90
HSV252°94°
CMYK 0.070.080.00   0.06
XYZ71.342972.583091.9111
Yxy72.58300.30250.3078
Hunter Lab85.19570.3836-4.3265
CIE-Lab88.24855.0558-9.2776

#dfdbef color RGB value is (223,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11101111
Octal 337 333 357
Decimal 223 219 239
Hex DF DB EF

RGB Percentages of Color #dfdbef

%32.75
%32.16
%35.10

CMYK Percentages of Color #dfdbef

%7
%8
%0
%6

Triadic Colors of #dfdbef

#dfdbef #efdfdb #dbefdf

Analogous Colors of #dfdbef

#dfdbef #e9dbef #dbe1ef

Monochromatic Colors of #dfdbef

#dfdbef

Complementary Color

#dfdbef #ebefdb

#dfdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbef Color CSS Codes

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

#dfdbef Text Font Color

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

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


#dfdbef Background Color

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

This div background color is #dfdbef


#dfdbef Border Color

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

This div border color is #dfdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbef


Comments

No comments written yet.

Please login to write comment.