Color Hex Logo

#ffdee3 Color Hex

#FFDEE3
(255,222,227)
0 Favorites   0 Comments

Color spaces of #ffdee3

RGB 255222227
HSL0.971.000.94
HSV351°13°100°
CMYK 0.000.130.11   0.00
XYZ81.226479.048683.6499
Yxy79.04860.33300.3241
Hunter Lab88.90937.48416.4538
CIE-Lab91.256312.17401.7501

#ffdee3 color RGB value is (255,222,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11100011
Octal 377 336 343
Decimal 255 222 227
Hex FF DE E3

RGB Percentages of Color #ffdee3

%36.22
%31.53
%32.24

CMYK Percentages of Color #ffdee3

%0
%13
%11
%0

Triadic Colors of #ffdee3

#ffdee3 #e3ffde #dee3ff

Analogous Colors of #ffdee3

#ffdee3 #ffeade #ffdef4

Monochromatic Colors of #ffdee3

#ffdee3

Complementary Color

#ffdee3 #defffa

#ffdee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdee3 Color CSS Codes

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

#ffdee3 Text Font Color

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

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


#ffdee3 Background Color

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

This div background color is #ffdee3


#ffdee3 Border Color

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

This div border color is #ffdee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdee3

Related Colors


Comments

No comments written yet.

Please login to write comment.