Color Hex Logo

#ddddee Color Hex

#DDDDEE
(221,221,238)
5 Favorites   0 Comments

Color spaces of #ddddee

RGB 221221238
HSL0.670.330.90
HSV240°93°
CMYK 0.070.070.00   0.07
XYZ71.107973.258191.2814
Yxy73.25810.30180.3109
Hunter Lab85.5909-1.4886-3.3182
CIE-Lab88.57073.1675-8.2894

#ddddee color RGB value is (221,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11101110
Octal 335 335 356
Decimal 221 221 238
Hex DD DD EE

RGB Percentages of Color #ddddee

%32.50
%32.50
%35.00

CMYK Percentages of Color #ddddee

%7
%7
%0
%7

Triadic Colors of #ddddee

#ddddee #eedddd #ddeedd

Analogous Colors of #ddddee

#ddddee #e6ddee #dde6ee

Monochromatic Colors of #ddddee

#ddddee

Complementary Color

#ddddee #eeeedd

#ddddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddee Color CSS Codes

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

#ddddee Text Font Color

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

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


#ddddee Background Color

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

This div background color is #ddddee


#ddddee Border Color

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

This div border color is #ddddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddee

#ddddee Color Palettes


Comments

No comments written yet.

Please login to write comment.