Color Hex Logo

#ffdcee Color Hex

#FFDCEE
(255,220,238)
0 Favorites   0 Comments

Color spaces of #ffdcee

RGB 255220238
HSL0.911.000.93
HSV329°14°100°
CMYK 0.000.140.07   0.00
XYZ82.265878.619491.7281
Yxy78.61940.32570.3112
Hunter Lab88.667610.44410.7308
CIE-Lab91.061815.0275-4.3015

#ffdcee color RGB value is (255,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11101110
Octal 377 334 356
Decimal 255 220 238
Hex FF DC EE

RGB Percentages of Color #ffdcee

%35.76
%30.86
%33.38

CMYK Percentages of Color #ffdcee

%0
%14
%7
%0

Triadic Colors of #ffdcee

#ffdcee #eeffdc #dceeff

Analogous Colors of #ffdcee

#ffdcee #ffdcdd #ffdcff

Monochromatic Colors of #ffdcee

#ffdcee

Complementary Color

#ffdcee #dcffed

#ffdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcee Color CSS Codes

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

#ffdcee Text Font Color

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

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


#ffdcee Background Color

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

This div background color is #ffdcee


#ffdcee Border Color

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

This div border color is #ffdcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,220,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 #ffdcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcee

Related Colors

#ffdcee Color Palettes


Comments

No comments written yet.

Please login to write comment.