Color Hex Logo

#dfdefb Color Hex

#DFDEFB
(223,222,251)
0 Favorites   0 Comments

Color spaces of #dfdefb

RGB 223222251
HSL0.670.780.93
HSV242°12°98°
CMYK 0.110.120.00   0.02
XYZ73.965374.8956101.8247
Yxy74.89560.29510.2988
Hunter Lab86.54221.1102-9.1804
CIE-Lab89.34415.8341-13.9538

#dfdefb color RGB value is (223,222,251).

#dfdefb hex color red value is 223, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dfdefb hue: 0.67 , saturation: 0.78 and the lightness value of dfdefb is 0.93.

The process color (four color CMYK) of #dfdefb color hex is 0.11, 0.12, 0.00, 0.02. Web safe color of #dfdefb is #ccccff. Color #dfdefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 11111011
Octal 337 336 373
Decimal 223 222 251
Hex DF DE FB

RGB Percentages of Color #dfdefb

%32.04
%31.90
%36.06

CMYK Percentages of Color #dfdefb

%11
%12
%0
%2

Triadic Colors of #dfdefb

#dfdefb #fbdfde #defbdf

Analogous Colors of #dfdefb

#dfdefb #eedefb #deecfb

Monochromatic Colors of #dfdefb

#dfdefb

Complementary Color

#dfdefb #fafbde

#dfdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdefb Color CSS Codes

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

#dfdefb Text Font Color

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

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


#dfdefb Background Color

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

This div background color is #dfdefb


#dfdefb Border Color

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

This div border color is #dfdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdefb


Comments

No comments written yet.

Please login to write comment.