Color Hex Logo

#dfddfb Color Hex

#DFDDFB
(223,221,251)
0 Favorites   0 Comments

Color spaces of #dfddfb

RGB 223221251
HSL0.680.790.93
HSV244°12°98°
CMYK 0.110.120.00   0.02
XYZ73.700574.3659101.7364
Yxy74.36590.29500.2977
Hunter Lab86.23571.6409-9.5823
CIE-Lab89.09516.3576-14.3264

#dfddfb color RGB value is (223,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 11111011
Octal 337 335 373
Decimal 223 221 251
Hex DF DD FB

RGB Percentages of Color #dfddfb

%32.09
%31.80
%36.12

CMYK Percentages of Color #dfddfb

%11
%12
%0
%2

Triadic Colors of #dfddfb

#dfddfb #fbdfdd #ddfbdf

Analogous Colors of #dfddfb

#dfddfb #eeddfb #ddeafb

Monochromatic Colors of #dfddfb

#dfddfb

Complementary Color

#dfddfb #f9fbdd

#dfddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddfb Color CSS Codes

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

#dfddfb Text Font Color

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

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


#dfddfb Background Color

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

This div background color is #dfddfb


#dfddfb Border Color

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

This div border color is #dfddfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,221,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 #dfddfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.