Color Hex Logo

#ddeeed Color Hex

#DDEEED
(221,238,237)
0 Favorites   0 Comments

Color spaces of #ddeeed

RGB 221238237
HSL0.490.330.90
HSV176°93°
CMYK 0.070.000.00   0.07
XYZ75.679482.635692.0823
Yxy82.63560.30220.3300
Hunter Lab90.9041-10.47763.5745
CIE-Lab92.8547-5.7723-1.4531

#ddeeed color RGB value is (221,238,237).

#ddeeed hex color red value is 221, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddeeed hue: 0.49 , saturation: 0.33 and the lightness value of ddeeed is 0.90.

The process color (four color CMYK) of #ddeeed color hex is 0.07, 0.00, 0.00, 0.07. Web safe color of #ddeeed is #ccffff. Color #ddeeed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11101101
Octal 335 356 355
Decimal 221 238 237
Hex DD EE ED

RGB Percentages of Color #ddeeed

%31.75
%34.20
%34.05

CMYK Percentages of Color #ddeeed

%7
%0
%0
%7

Triadic Colors of #ddeeed

#ddeeed #edddee #eeeddd

Analogous Colors of #ddeeed

#ddeeed #dde7ee #ddeee5

Monochromatic Colors of #ddeeed

#ddeeed

Complementary Color

#ddeeed #eeddde

#ddeeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeeed Color CSS Codes

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

#ddeeed Text Font Color

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

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


#ddeeed Background Color

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

This div background color is #ddeeed


#ddeeed Border Color

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

This div border color is #ddeeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeeed

#ddeeed Color Palettes


Comments

No comments written yet.

Please login to write comment.