Color Hex Logo

#ffdedc Color Hex

#FFDEDC
(255,222,220)
1 Favorites   0 Comments

Color spaces of #ffdedc

RGB 255222220
HSL0.011.000.93
HSV14°100°
CMYK 0.000.130.14   0.00
XYZ80.279578.669978.6638
Yxy78.66990.33790.3311
Hunter Lab88.69616.34379.5034
CIE-Lab91.084711.06245.1686

#ffdedc color RGB value is (255,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11011100
Octal 377 336 334
Decimal 255 222 220
Hex FF DE DC

RGB Percentages of Color #ffdedc

%36.59
%31.85
%31.56

CMYK Percentages of Color #ffdedc

%0
%13
%14
%0

Triadic Colors of #ffdedc

#ffdedc #dcffde #dedcff

Analogous Colors of #ffdedc

#ffdedc #fff0dc #ffdcec

Monochromatic Colors of #ffdedc

#ffdedc

Complementary Color

#ffdedc #dcfdff

#ffdedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdedc Color CSS Codes

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

#ffdedc Text Font Color

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

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


#ffdedc Background Color

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

This div background color is #ffdedc


#ffdedc Border Color

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

This div border color is #ffdedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdedc

Related Colors

#ffdedc Color Palettes


Comments

No comments written yet.

Please login to write comment.