Color Hex Logo

#ddeaed Color Hex

#DDEAED
(221,234,237)
0 Favorites   0 Comments

Color spaces of #ddeaed

RGB 221234237
HSL0.530.310.90
HSV191°93°
CMYK 0.070.010.00   0.07
XYZ74.527780.332291.6984
Yxy80.33220.30230.3258
Hunter Lab89.6282-8.42302.0803
CIE-Lab91.8337-3.7345-2.9502

#ddeaed color RGB value is (221,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11101101
Octal 335 352 355
Decimal 221 234 237
Hex DD EA ED

RGB Percentages of Color #ddeaed

%31.94
%33.82
%34.25

CMYK Percentages of Color #ddeaed

%7
%1
%0
%7

Triadic Colors of #ddeaed

#ddeaed #edddea #eaeddd

Analogous Colors of #ddeaed

#ddeaed #dde2ed #ddede8

Monochromatic Colors of #ddeaed

#ddeaed

Complementary Color

#ddeaed #ede0dd

#ddeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaed Color CSS Codes

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

#ddeaed Text Font Color

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

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


#ddeaed Background Color

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

This div background color is #ddeaed


#ddeaed Border Color

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

This div border color is #ddeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaed

#ddeaed Color Palettes


Comments

No comments written yet.

Please login to write comment.