Color Hex Logo

#ddfcc1 Color Hex

#DDFCC1
(221,252,193)
0 Favorites   0 Comments

Color spaces of #ddfcc1

RGB 221252193
HSL0.250.910.87
HSV92°23°99°
CMYK 0.120.000.23   0.01
XYZ74.254888.843263.6869
Yxy88.84320.32740.3918
Hunter Lab94.2567-24.328025.9189
CIE-Lab95.5149-20.164925.0065

#ddfcc1 color RGB value is (221,252,193).

#ddfcc1 hex color red value is 221, green value is 252 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ddfcc1 hue: 0.25 , saturation: 0.91 and the lightness value of ddfcc1 is 0.87.

The process color (four color CMYK) of #ddfcc1 color hex is 0.12, 0.00, 0.23, 0.01. Web safe color of #ddfcc1 is #ccffcc. Color #ddfcc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11000001
Octal 335 374 301
Decimal 221 252 193
Hex DD FC C1

RGB Percentages of Color #ddfcc1

%33.18
%37.84
%28.98

CMYK Percentages of Color #ddfcc1

%12
%0
%23
%1

Triadic Colors of #ddfcc1

#ddfcc1 #c1ddfc #fcc1dd

Analogous Colors of #ddfcc1

#ddfcc1 #c1fcc3 #fbfcc1

Monochromatic Colors of #ddfcc1

#ddfcc1

Complementary Color

#ddfcc1 #e0c1fc

#ddfcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcc1 Color CSS Codes

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

#ddfcc1 Text Font Color

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

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


#ddfcc1 Background Color

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

This div background color is #ddfcc1


#ddfcc1 Border Color

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

This div border color is #ddfcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcc1

Related Colors


Comments

No comments written yet.

Please login to write comment.