Color Hex Logo

#deddee Color Hex

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

Color spaces of #deddee

RGB 222221238
HSL0.680.330.90
HSV244°93°
CMYK 0.070.070.00   0.07
XYZ71.413373.415591.2957
Yxy73.41550.30240.3109
Hunter Lab85.6828-1.1722-3.1959
CIE-Lab88.64553.4938-8.1702

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

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

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

Base Numbers

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

RGB Percentages of Color #deddee

%32.60
%32.45
%34.95

CMYK Percentages of Color #deddee

%7
%7
%0
%7

Triadic Colors of #deddee

#deddee #eededd #ddeede

Analogous Colors of #deddee

#deddee #e7ddee #dde5ee

Monochromatic Colors of #deddee

#deddee

Complementary Color

#deddee #edeedd

#deddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#deddee Color CSS Codes

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

#deddee Text Font Color

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

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


#deddee Background Color

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

This div background color is #deddee


#deddee Border Color

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

This div border color is #deddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deddee


Comments

No comments written yet.

Please login to write comment.