Color Hex Logo

#ffddeb Color Hex

#FFDDEB
(255,221,235)
1 Favorites   0 Comments

Color spaces of #ffddeb

RGB 255221235
HSL0.931.000.93
HSV335°13°100°
CMYK 0.000.130.08   0.00
XYZ82.091878.971189.5135
Yxy78.97110.32760.3152
Hunter Lab88.86579.37872.4838
CIE-Lab91.221214.0042-2.4941

#ffddeb color RGB value is (255,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11101011
Octal 377 335 353
Decimal 255 221 235
Hex FF DD EB

RGB Percentages of Color #ffddeb

%35.86
%31.08
%33.05

CMYK Percentages of Color #ffddeb

%0
%13
%8
%0

Triadic Colors of #ffddeb

#ffddeb #ebffdd #ddebff

Analogous Colors of #ffddeb

#ffddeb #ffe0dd #ffddfc

Monochromatic Colors of #ffddeb

#ffddeb

Complementary Color

#ffddeb #ddfff1

#ffddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddeb Color CSS Codes

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

#ffddeb Text Font Color

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

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


#ffddeb Background Color

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

This div background color is #ffddeb


#ffddeb Border Color

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

This div border color is #ffddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddeb

Related Colors

#ffddeb Color Palettes


Comments

No comments written yet.

Please login to write comment.