Color Hex Logo

#ffddd2 Color Hex

#FFDDD2
(255,221,210)
0 Favorites   0 Comments

Color spaces of #ffddd2

RGB 255221210
HSL0.041.000.91
HSV15°18°100°
CMYK 0.000.130.18   0.00
XYZ78.729377.626071.8066
Yxy77.62600.34510.3402
Hunter Lab88.10565.319013.3522
CIE-Lab90.609010.05119.7222

#ffddd2 color RGB value is (255,221,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11010010
Octal 377 335 322
Decimal 255 221 210
Hex FF DD D2

RGB Percentages of Color #ffddd2

%37.17
%32.22
%30.61

CMYK Percentages of Color #ffddd2

%0
%13
%18
%0

Triadic Colors of #ffddd2

#ffddd2 #d2ffdd #ddd2ff

Analogous Colors of #ffddd2

#ffddd2 #fff4d2 #ffd2de

Monochromatic Colors of #ffddd2

#ffddd2

Complementary Color

#ffddd2 #d2f4ff

#ffddd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddd2 Color CSS Codes

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

#ffddd2 Text Font Color

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

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


#ffddd2 Background Color

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

This div background color is #ffddd2


#ffddd2 Border Color

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

This div border color is #ffddd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddd2

Related Colors

#ffddd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.