Color Hex Logo

#ffdde9 Color Hex

#FFDDE9
(255,221,233)
1 Favorites   0 Comments

Color spaces of #ffdde9

RGB 255221233
HSL0.941.000.93
HSV339°13°100°
CMYK 0.000.130.09   0.00
XYZ81.804478.856188.0000
Yxy78.85610.32900.3171
Hunter Lab88.80109.03453.4054
CIE-Lab91.169113.6723-1.5219

#ffdde9 color RGB value is (255,221,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11101001
Octal 377 335 351
Decimal 255 221 233
Hex FF DD E9

RGB Percentages of Color #ffdde9

%35.97
%31.17
%32.86

CMYK Percentages of Color #ffdde9

%0
%13
%9
%0

Triadic Colors of #ffdde9

#ffdde9 #e9ffdd #dde9ff

Analogous Colors of #ffdde9

#ffdde9 #ffe2dd #ffddfa

Monochromatic Colors of #ffdde9

#ffdde9

Complementary Color

#ffdde9 #ddfff3

#ffdde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdde9 Color CSS Codes

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

#ffdde9 Text Font Color

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

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


#ffdde9 Background Color

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

This div background color is #ffdde9


#ffdde9 Border Color

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

This div border color is #ffdde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdde9

Related Colors


Comments

No comments written yet.

Please login to write comment.