Color Hex Logo

#ffddd3 Color Hex

#FFDDD3
(255,221,211)
0 Favorites   0 Comments

Color spaces of #ffddd3

RGB 255221211
HSL0.041.000.91
HSV14°17°100°
CMYK 0.000.130.17   0.00
XYZ78.854377.676172.4649
Yxy77.67610.34430.3392
Hunter Lab88.13405.470912.9449
CIE-Lab90.631910.20079.2314

#ffddd3 color RGB value is (255,221,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11010011
Octal 377 335 323
Decimal 255 221 211
Hex FF DD D3

RGB Percentages of Color #ffddd3

%37.12
%32.17
%30.71

CMYK Percentages of Color #ffddd3

%0
%13
%17
%0

Triadic Colors of #ffddd3

#ffddd3 #d3ffdd #ddd3ff

Analogous Colors of #ffddd3

#ffddd3 #fff3d3 #ffd3df

Monochromatic Colors of #ffddd3

#ffddd3

Complementary Color

#ffddd3 #d3f5ff

#ffddd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddd3 Color CSS Codes

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

#ffddd3 Text Font Color

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

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


#ffddd3 Background Color

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

This div background color is #ffddd3


#ffddd3 Border Color

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

This div border color is #ffddd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddd3

Related Colors


Comments

No comments written yet.

Please login to write comment.