Color Hex Logo

#ddeaee Color Hex

#DDEAEE
(221,234,238)
0 Favorites   0 Comments

Color spaces of #ddeaee

RGB 221234238
HSL0.540.330.90
HSV194°93°
CMYK 0.070.020.00   0.07
XYZ74.674280.390892.4701
Yxy80.39080.30170.3248
Hunter Lab89.6609-8.24271.6150
CIE-Lab91.8599-3.5455-3.4334

#ddeaee color RGB value is (221,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11101110
Octal 335 352 356
Decimal 221 234 238
Hex DD EA EE

RGB Percentages of Color #ddeaee

%31.89
%33.77
%34.34

CMYK Percentages of Color #ddeaee

%7
%2
%0
%7

Triadic Colors of #ddeaee

#ddeaee #eeddea #eaeedd

Analogous Colors of #ddeaee

#ddeaee #dde2ee #ddeeea

Monochromatic Colors of #ddeaee

#ddeaee

Complementary Color

#ddeaee #eee1dd

#ddeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeaee Color CSS Codes

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

#ddeaee Text Font Color

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

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


#ddeaee Background Color

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

This div background color is #ddeaee


#ddeaee Border Color

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

This div border color is #ddeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeaee

#ddeaee Color Palettes


Comments

No comments written yet.

Please login to write comment.