Color Hex Logo

#ddf0eb Color Hex

#DDF0EB
(221,240,235)
0 Favorites   0 Comments

Color spaces of #ddf0eb

RGB 221240235
HSL0.460.390.90
HSV164°94°
CMYK 0.080.000.02   0.06
XYZ75.974383.690590.7469
Yxy83.69050.30340.3342
Hunter Lab91.4825-11.85395.2245
CIE-Lab93.3159-7.15920.2609

#ddf0eb color RGB value is (221,240,235).

#ddf0eb hex color red value is 221, green value is 240 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddf0eb hue: 0.46 , saturation: 0.39 and the lightness value of ddf0eb is 0.90.

The process color (four color CMYK) of #ddf0eb color hex is 0.08, 0.00, 0.02, 0.06. Web safe color of #ddf0eb is #ccffff. Color #ddf0eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 11101011
Octal 335 360 353
Decimal 221 240 235
Hex DD F0 EB

RGB Percentages of Color #ddf0eb

%31.75
%34.48
%33.76

CMYK Percentages of Color #ddf0eb

%8
%0
%2
%6

Triadic Colors of #ddf0eb

#ddf0eb #ebddf0 #f0ebdd

Analogous Colors of #ddf0eb

#ddf0eb #ddecf0 #ddf0e2

Monochromatic Colors of #ddf0eb

#ddf0eb

Complementary Color

#ddf0eb #f0dde2

#ddf0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf0eb Color CSS Codes

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

#ddf0eb Text Font Color

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

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


#ddf0eb Background Color

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

This div background color is #ddf0eb


#ddf0eb Border Color

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

This div border color is #ddf0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf0eb


Comments

No comments written yet.

Please login to write comment.