Color Hex Logo

#ddddfe Color Hex

#DDDDFE
(221,221,254)
0 Favorites   0 Comments

Color spaces of #ddddfe

RGB 221221254
HSL0.670.940.93
HSV240°13°100°
CMYK 0.130.130.00   0.00
XYZ73.564674.2408104.2186
Yxy74.24080.29190.2946
Hunter Lab86.16311.6149-11.4001
CIE-Lab89.03626.3292-16.0055

#ddddfe color RGB value is (221,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11111110
Octal 335 335 376
Decimal 221 221 254
Hex DD DD FE

RGB Percentages of Color #ddddfe

%31.75
%31.75
%36.49

CMYK Percentages of Color #ddddfe

%13
%13
%0
%0

Triadic Colors of #ddddfe

#ddddfe #fedddd #ddfedd

Analogous Colors of #ddddfe

#ddddfe #eeddfe #ddeefe

Monochromatic Colors of #ddddfe

#ddddfe

Complementary Color

#ddddfe #fefedd

#ddddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddfe Color CSS Codes

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

#ddddfe Text Font Color

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

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


#ddddfe Background Color

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

This div background color is #ddddfe


#ddddfe Border Color

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

This div border color is #ddddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddfe


Comments

No comments written yet.

Please login to write comment.