Color Hex Logo

#ddf1cc Color Hex

#DDF1CC
(221,241,204)
0 Favorites   0 Comments

Color spaces of #ddf1cc

RGB 221241204
HSL0.260.570.87
HSV92°15°95°
CMYK 0.080.000.15   0.05
XYZ72.173282.642469.2744
Yxy82.64240.32210.3688
Hunter Lab90.9079-17.374818.4548
CIE-Lab92.8577-13.055415.6701

#ddf1cc color RGB value is (221,241,204).

#ddf1cc hex color red value is 221, green value is 241 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddf1cc hue: 0.26 , saturation: 0.57 and the lightness value of ddf1cc is 0.87.

The process color (four color CMYK) of #ddf1cc color hex is 0.08, 0.00, 0.15, 0.05. Web safe color of #ddf1cc is #ccffcc. Color #ddf1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 11001100
Octal 335 361 314
Decimal 221 241 204
Hex DD F1 CC

RGB Percentages of Color #ddf1cc

%33.18
%36.19
%30.63

CMYK Percentages of Color #ddf1cc

%8
%0
%15
%5

Triadic Colors of #ddf1cc

#ddf1cc #ccddf1 #f1ccdd

Analogous Colors of #ddf1cc

#ddf1cc #ccf1ce #f0f1cc

Monochromatic Colors of #ddf1cc

#ddf1cc

Complementary Color

#ddf1cc #e0ccf1

#ddf1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf1cc Color CSS Codes

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

#ddf1cc Text Font Color

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

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


#ddf1cc Background Color

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

This div background color is #ddf1cc


#ddf1cc Border Color

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

This div border color is #ddf1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf1cc


Comments

No comments written yet.

Please login to write comment.