Color Hex Logo

#ddddfa Color Hex

#DDDDFA
(221,221,250)
0 Favorites   0 Comments

Color spaces of #ddddfa

RGB 221221250
HSL0.670.740.92
HSV240°12°98°
CMYK 0.120.120.00   0.02
XYZ72.930673.9872100.8796
Yxy73.98720.29430.2986
Hunter Lab86.01580.8179-9.3244
CIE-Lab88.91645.5227-14.0841

#ddddfa color RGB value is (221,221,250).

#ddddfa hex color red value is 221, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddddfa hue: 0.67 , saturation: 0.74 and the lightness value of ddddfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11111010
Octal 335 335 372
Decimal 221 221 250
Hex DD DD FA

RGB Percentages of Color #ddddfa

%31.94
%31.94
%36.13

CMYK Percentages of Color #ddddfa

%12
%12
%0
%2

Triadic Colors of #ddddfa

#ddddfa #fadddd #ddfadd

Analogous Colors of #ddddfa

#ddddfa #ecddfa #ddecfa

Monochromatic Colors of #ddddfa

#ddddfa

Complementary Color

#ddddfa #fafadd

#ddddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddfa Color CSS Codes

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

#ddddfa Text Font Color

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

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


#ddddfa Background Color

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

This div background color is #ddddfa


#ddddfa Border Color

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

This div border color is #ddddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddfa

Related Colors


Comments

No comments written yet.

Please login to write comment.