Color Hex Logo

#ddddfb Color Hex

#DDDDFB
(221,221,251)
0 Favorites   0 Comments

Color spaces of #ddddfb

RGB 221221251
HSL0.670.790.93
HSV240°12°98°
CMYK 0.120.120.00   0.02
XYZ73.087874.0501101.7077
Yxy74.05010.29370.2976
Hunter Lab86.05241.0157-9.8399
CIE-Lab88.94625.7232-14.5649

#ddddfb color RGB value is (221,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11111011
Octal 335 335 373
Decimal 221 221 251
Hex DD DD FB

RGB Percentages of Color #ddddfb

%31.89
%31.89
%36.22

CMYK Percentages of Color #ddddfb

%12
%12
%0
%2

Triadic Colors of #ddddfb

#ddddfb #fbdddd #ddfbdd

Analogous Colors of #ddddfb

#ddddfb #ecddfb #ddecfb

Monochromatic Colors of #ddddfb

#ddddfb

Complementary Color

#ddddfb #fbfbdd

#ddddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddfb Color CSS Codes

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

#ddddfb Text Font Color

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

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


#ddddfb Background Color

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

This div background color is #ddddfb


#ddddfb Border Color

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

This div border color is #ddddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddfb


Comments

No comments written yet.

Please login to write comment.