Color Hex Logo

#ddfdce Color Hex

#DDFDCE
(221,253,206)
0 Favorites   0 Comments

Color spaces of #ddfdce

RGB 221253206
HSL0.280.920.90
HSV101°19°99°
CMYK 0.130.000.19   0.01
XYZ76.084790.078971.7694
Yxy90.07890.31980.3786
Hunter Lab94.9099-22.997521.6028
CIE-Lab96.0295-18.631019.0980

#ddfdce color RGB value is (221,253,206).

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

The process color (four color CMYK) of #ddfdce color hex is 0.13, 0.00, 0.19, 0.01. Web safe color of #ddfdce is #ccffcc. Color #ddfdce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 11001110
Octal 335 375 316
Decimal 221 253 206
Hex DD FD CE

RGB Percentages of Color #ddfdce

%32.50
%37.21
%30.29

CMYK Percentages of Color #ddfdce

%13
%0
%19
%1

Triadic Colors of #ddfdce

#ddfdce #ceddfd #fdcedd

Analogous Colors of #ddfdce

#ddfdce #cefdd7 #f5fdce

Monochromatic Colors of #ddfdce

#ddfdce

Complementary Color

#ddfdce #eecefd

#ddfdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdce Color CSS Codes

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

#ddfdce Text Font Color

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

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


#ddfdce Background Color

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

This div background color is #ddfdce


#ddfdce Border Color

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

This div border color is #ddfdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdce

Related Colors


Comments

No comments written yet.

Please login to write comment.