Color Hex Logo

#ffdeee Color Hex

#FFDEEE
(255,222,238)
0 Favorites   0 Comments

Color spaces of #ffdeee

RGB 255222238
HSL0.921.000.94
HSV331°13°100°
CMYK 0.000.130.07   0.00
XYZ82.793979.675691.9041
Yxy79.67560.32550.3132
Hunter Lab89.26129.36001.4373
CIE-Lab91.539113.9876-3.5993

#ffdeee color RGB value is (255,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11101110
Octal 377 336 356
Decimal 255 222 238
Hex FF DE EE

RGB Percentages of Color #ffdeee

%35.66
%31.05
%33.29

CMYK Percentages of Color #ffdeee

%0
%13
%7
%0

Triadic Colors of #ffdeee

#ffdeee #eeffde #deeeff

Analogous Colors of #ffdeee

#ffdeee #ffdfde #ffdeff

Monochromatic Colors of #ffdeee

#ffdeee

Complementary Color

#ffdeee #deffef

#ffdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdeee Color CSS Codes

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

#ffdeee Text Font Color

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

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


#ffdeee Background Color

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

This div background color is #ffdeee


#ffdeee Border Color

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

This div border color is #ffdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdeee

Related Colors

#ffdeee Color Palettes


Comments

No comments written yet.

Please login to write comment.