Color Hex Logo

#dddeed Color Hex

#DDDEED
(221,222,237)
0 Favorites   0 Comments

Color spaces of #dddeed

RGB 221222237
HSL0.660.310.90
HSV236°93°
CMYK 0.070.060.00   0.07
XYZ71.226173.729190.5979
Yxy73.72910.30240.3130
Hunter Lab85.8657-2.1980-2.4516
CIE-Lab88.79432.4549-7.4320

#dddeed color RGB value is (221,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11101101
Octal 335 336 355
Decimal 221 222 237
Hex DD DE ED

RGB Percentages of Color #dddeed

%32.50
%32.65
%34.85

CMYK Percentages of Color #dddeed

%7
%6
%0
%7

Triadic Colors of #dddeed

#dddeed #edddde #deeddd

Analogous Colors of #dddeed

#dddeed #e4dded #dde6ed

Monochromatic Colors of #dddeed

#dddeed

Complementary Color

#dddeed #edecdd

#dddeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddeed Color CSS Codes

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

#dddeed Text Font Color

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

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


#dddeed Background Color

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

This div background color is #dddeed


#dddeed Border Color

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

This div border color is #dddeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddeed


Comments

No comments written yet.

Please login to write comment.