Color Hex Logo

#ddf2db Color Hex

#DDF2DB
(221,242,219)
0 Favorites   0 Comments

Color spaces of #ddf2db

RGB 221242219
HSL0.320.470.90
HSV115°10°95°
CMYK 0.090.000.10   0.05
XYZ74.357183.990979.3107
Yxy83.99090.31290.3534
Hunter Lab91.6465-15.556112.8432
CIE-Lab93.4465-11.03848.7501

#ddf2db color RGB value is (221,242,219).

#ddf2db hex color red value is 221, green value is 242 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ddf2db hue: 0.32 , saturation: 0.47 and the lightness value of ddf2db is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 11011011
Octal 335 362 333
Decimal 221 242 219
Hex DD F2 DB

RGB Percentages of Color #ddf2db

%32.40
%35.48
%32.11

CMYK Percentages of Color #ddf2db

%9
%0
%10
%5

Triadic Colors of #ddf2db

#ddf2db #dbddf2 #f2dbdd

Analogous Colors of #ddf2db

#ddf2db #dbf2e5 #e9f2db

Monochromatic Colors of #ddf2db

#ddf2db

Complementary Color

#ddf2db #f0dbf2

#ddf2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf2db Color CSS Codes

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

#ddf2db Text Font Color

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

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


#ddf2db Background Color

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

This div background color is #ddf2db


#ddf2db Border Color

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

This div border color is #ddf2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf2db


Comments

No comments written yet.

Please login to write comment.