Color Hex Logo

#ddf3db Color Hex

#DDF3DB
(221,243,219)
0 Favorites   0 Comments

Color spaces of #ddf3db

RGB 221243219
HSL0.320.500.91
HSV115°10°95°
CMYK 0.090.000.10   0.05
XYZ74.655684.587879.4101
Yxy84.58780.31280.3544
Hunter Lab91.9716-16.057613.1880
CIE-Lab93.7052-11.53779.1209

#ddf3db color RGB value is (221,243,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110011 11011011
Octal 335 363 333
Decimal 221 243 219
Hex DD F3 DB

RGB Percentages of Color #ddf3db

%32.36
%35.58
%32.06

CMYK Percentages of Color #ddf3db

%9
%0
%10
%5

Triadic Colors of #ddf3db

#ddf3db #dbddf3 #f3dbdd

Analogous Colors of #ddf3db

#ddf3db #dbf3e5 #e9f3db

Monochromatic Colors of #ddf3db

#ddf3db

Complementary Color

#ddf3db #f1dbf3

#ddf3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf3db Color CSS Codes

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

#ddf3db Text Font Color

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

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


#ddf3db Background Color

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

This div background color is #ddf3db


#ddf3db Border Color

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

This div border color is #ddf3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,243,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 #ddf3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf3db


Comments

No comments written yet.

Please login to write comment.