Color Hex Logo

#ffdddf Color Hex

#FFDDDF
(255,221,223)
1 Favorites   0 Comments

Color spaces of #ffdddf

RGB 255221223
HSL0.991.000.93
HSV356°13°100°
CMYK 0.000.130.13   0.00
XYZ80.415778.300680.6872
Yxy78.30060.33590.3271
Hunter Lab88.48767.36377.8779
CIE-Lab90.916912.05293.3535

#ffdddf color RGB value is (255,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11011111
Octal 377 335 337
Decimal 255 221 223
Hex FF DD DF

RGB Percentages of Color #ffdddf

%36.48
%31.62
%31.90

CMYK Percentages of Color #ffdddf

%0
%13
%13
%0

Triadic Colors of #ffdddf

#ffdddf #dfffdd #dddfff

Analogous Colors of #ffdddf

#ffdddf #ffecdd #ffddf0

Monochromatic Colors of #ffdddf

#ffdddf

Complementary Color

#ffdddf #ddfffd

#ffdddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdddf Color CSS Codes

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

#ffdddf Text Font Color

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

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


#ffdddf Background Color

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

This div background color is #ffdddf


#ffdddf Border Color

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

This div border color is #ffdddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdddf

Related Colors


Comments

No comments written yet.

Please login to write comment.