Color Hex Logo

#ffdee1 Color Hex

#FFDEE1
(255,222,225)
1 Favorites   0 Comments

Color spaces of #ffdee1

RGB 255222225
HSL0.981.000.94
HSV355°13°100°
CMYK 0.000.130.12   0.00
XYZ80.951978.938882.2042
Yxy78.93880.33440.3261
Hunter Lab88.84757.15417.3365
CIE-Lab91.206611.85302.7258

#ffdee1 color RGB value is (255,222,225).

#ffdee1 hex color red value is 255, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ffdee1 hue: 0.98 , saturation: 1.00 and the lightness value of ffdee1 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11100001
Octal 377 336 341
Decimal 255 222 225
Hex FF DE E1

RGB Percentages of Color #ffdee1

%36.32
%31.62
%32.05

CMYK Percentages of Color #ffdee1

%0
%13
%12
%0

Triadic Colors of #ffdee1

#ffdee1 #e1ffde #dee1ff

Analogous Colors of #ffdee1

#ffdee1 #ffecde #ffdef2

Monochromatic Colors of #ffdee1

#ffdee1

Complementary Color

#ffdee1 #defffc

#ffdee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdee1 Color CSS Codes

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

#ffdee1 Text Font Color

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

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


#ffdee1 Background Color

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

This div background color is #ffdee1


#ffdee1 Border Color

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

This div border color is #ffdee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdee1

Related Colors

#ffdee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.