Color Hex Logo

#ddf3dd Color Hex

#DDF3DD
(221,243,221)
0 Favorites   0 Comments

Color spaces of #ddf3dd

RGB 221243221
HSL0.330.480.91
HSV120°95°
CMYK 0.090.000.09   0.05
XYZ74.920584.693880.8054
Yxy84.69380.31160.3523
Hunter Lab92.0292-15.735312.3614
CIE-Lab93.7510-11.19018.1516

#ddf3dd color RGB value is (221,243,221).

#ddf3dd hex color red value is 221, green value is 243 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ddf3dd hue: 0.33 , saturation: 0.48 and the lightness value of ddf3dd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110011 11011101
Octal 335 363 335
Decimal 221 243 221
Hex DD F3 DD

RGB Percentages of Color #ddf3dd

%32.26
%35.47
%32.26

CMYK Percentages of Color #ddf3dd

%9
%0
%9
%5

Triadic Colors of #ddf3dd

#ddf3dd #ddddf3 #f3dddd

Analogous Colors of #ddf3dd

#ddf3dd #ddf3e8 #e8f3dd

Monochromatic Colors of #ddf3dd

#ddf3dd

Complementary Color

#ddf3dd #f3ddf3

#ddf3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf3dd Color CSS Codes

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

#ddf3dd Text Font Color

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

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


#ddf3dd Background Color

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

This div background color is #ddf3dd


#ddf3dd Border Color

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

This div border color is #ddf3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf3dd


Comments

No comments written yet.

Please login to write comment.