Color Hex Logo

#ffddda Color Hex

#FFDDDA
(255,221,218)
0 Favorites   0 Comments

Color spaces of #ffddda

RGB 255221218
HSL0.011.000.93
HSV15°100°
CMYK 0.000.130.15   0.00
XYZ79.751378.034977.1886
Yxy78.03490.33940.3321
Hunter Lab88.33746.560110.0289
CIE-Lab90.795811.26885.7994

#ffddda color RGB value is (255,221,218).

#ffddda hex color red value is 255, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ffddda hue: 0.01 , saturation: 1.00 and the lightness value of ffddda is 0.93.

The process color (four color CMYK) of #ffddda color hex is 0.00, 0.13, 0.15, 0.00. Web safe color of #ffddda is #ffcccc. Color #ffddda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11011010
Octal 377 335 332
Decimal 255 221 218
Hex FF DD DA

RGB Percentages of Color #ffddda

%36.74
%31.84
%31.41

CMYK Percentages of Color #ffddda

%0
%13
%15
%0

Triadic Colors of #ffddda

#ffddda #daffdd #dddaff

Analogous Colors of #ffddda

#ffddda #fff0da #ffdaea

Monochromatic Colors of #ffddda

#ffddda

Complementary Color

#ffddda #dafcff

#ffddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddda Color CSS Codes

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

#ffddda Text Font Color

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

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


#ffddda Background Color

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

This div background color is #ffddda


#ffddda Border Color

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

This div border color is #ffddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddda

Related Colors

#ffddda Color Palettes


Comments

No comments written yet.

Please login to write comment.