Color Hex Logo

#ffddce Color Hex

#FFDDCE
(255,221,206)
0 Favorites   0 Comments

Color spaces of #ffddce

RGB 255221206
HSL0.051.000.90
HSV18°19°100°
CMYK 0.000.130.19   0.00
XYZ78.237077.429169.2143
Yxy77.42910.34790.3443
Hunter Lab87.99384.718714.9592
CIE-Lab90.51879.459211.6873

#ffddce color RGB value is (255,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11001110
Octal 377 335 316
Decimal 255 221 206
Hex FF DD CE

RGB Percentages of Color #ffddce

%37.39
%32.40
%30.21

CMYK Percentages of Color #ffddce

%0
%13
%19
%0

Triadic Colors of #ffddce

#ffddce #ceffdd #ddceff

Analogous Colors of #ffddce

#ffddce #fff6ce #ffced8

Monochromatic Colors of #ffddce

#ffddce

Complementary Color

#ffddce #cef0ff

#ffddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddce Color CSS Codes

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

#ffddce Text Font Color

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

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


#ffddce Background Color

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

This div background color is #ffddce


#ffddce Border Color

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

This div border color is #ffddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddce

Related Colors

#ffddce Color Palettes


Comments

No comments written yet.

Please login to write comment.