Color Hex Logo

#dddeee Color Hex

#DDDEEE
(221,222,238)
0 Favorites   0 Comments

Color spaces of #dddeee

RGB 221222238
HSL0.660.330.90
HSV236°93°
CMYK 0.070.070.00   0.07
XYZ71.372773.787891.3696
Yxy73.78780.30170.3120
Hunter Lab85.8998-2.0121-2.9355
CIE-Lab88.82212.6465-7.9166

#dddeee color RGB value is (221,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11101110
Octal 335 336 356
Decimal 221 222 238
Hex DD DE EE

RGB Percentages of Color #dddeee

%32.45
%32.60
%34.95

CMYK Percentages of Color #dddeee

%7
%7
%0
%7

Triadic Colors of #dddeee

#dddeee #eeddde #deeedd

Analogous Colors of #dddeee

#dddeee #e5ddee #dde7ee

Monochromatic Colors of #dddeee

#dddeee

Complementary Color

#dddeee #eeeddd

#dddeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddeee Color CSS Codes

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

#dddeee Text Font Color

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

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


#dddeee Background Color

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

This div background color is #dddeee


#dddeee Border Color

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

This div border color is #dddeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddeee

#dddeee Color Palettes


Comments

No comments written yet.

Please login to write comment.