Color Hex Logo

#ddf6d8 Color Hex

#DDF6D8
(221,246,216)
0 Favorites   0 Comments

Color spaces of #ddf6d8

RGB 221246216
HSL0.310.630.91
HSV110°12°96°
CMYK 0.100.000.12   0.04
XYZ75.169286.241677.6502
Yxy86.24160.31440.3608
Hunter Lab92.8664-18.032115.4311
CIE-Lab94.4156-13.544011.6855

#ddf6d8 color RGB value is (221,246,216).

#ddf6d8 hex color red value is 221, green value is 246 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ddf6d8 hue: 0.31 , saturation: 0.63 and the lightness value of ddf6d8 is 0.91.

The process color (four color CMYK) of #ddf6d8 color hex is 0.10, 0.00, 0.12, 0.04. Web safe color of #ddf6d8 is #ccffcc. Color #ddf6d8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 11011000
Octal 335 366 330
Decimal 221 246 216
Hex DD F6 D8

RGB Percentages of Color #ddf6d8

%32.36
%36.02
%31.63

CMYK Percentages of Color #ddf6d8

%10
%0
%12
%4

Triadic Colors of #ddf6d8

#ddf6d8 #d8ddf6 #f6d8dd

Analogous Colors of #ddf6d8

#ddf6d8 #d8f6e2 #ecf6d8

Monochromatic Colors of #ddf6d8

#ddf6d8

Complementary Color

#ddf6d8 #f1d8f6

#ddf6d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf6d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf6d8 Color CSS Codes

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

#ddf6d8 Text Font Color

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

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


#ddf6d8 Background Color

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

This div background color is #ddf6d8


#ddf6d8 Border Color

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

This div border color is #ddf6d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf6d8


Comments

No comments written yet.

Please login to write comment.