Color Hex Logo

#ffddd8 Color Hex

#FFDDD8
(255,221,216)
0 Favorites   0 Comments

Color spaces of #ffddd8

RGB 255221216
HSL0.021.000.92
HSV15°100°
CMYK 0.000.130.15   0.00
XYZ79.491177.930875.8183
Yxy77.93080.34080.3341
Hunter Lab88.27846.244710.8734
CIE-Lab90.748310.96026.7791

#ffddd8 color RGB value is (255,221,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11011000
Octal 377 335 330
Decimal 255 221 216
Hex FF DD D8

RGB Percentages of Color #ffddd8

%36.85
%31.94
%31.21

CMYK Percentages of Color #ffddd8

%0
%13
%15
%0

Triadic Colors of #ffddd8

#ffddd8 #d8ffdd #ddd8ff

Analogous Colors of #ffddd8

#ffddd8 #fff1d8 #ffd8e7

Monochromatic Colors of #ffddd8

#ffddd8

Complementary Color

#ffddd8 #d8faff

#ffddd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddd8 Color CSS Codes

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

#ffddd8 Text Font Color

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

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


#ffddd8 Background Color

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

This div background color is #ffddd8


#ffddd8 Border Color

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

This div border color is #ffddd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddd8


Comments

No comments written yet.

Please login to write comment.