Color Hex Logo

#dedbe5 Color Hex

#DEDBE5
(222,219,229)
0 Favorites   0 Comments

Color spaces of #dedbe5

RGB 222219229
HSL0.720.160.88
HSV258°90°
CMYK 0.030.040.00   0.10
XYZ69.598671.849884.3289
Yxy71.84980.30830.3182
Hunter Lab84.7643-1.77390.3495
CIE-Lab87.89622.8400-4.5374

#dedbe5 color RGB value is (222,219,229).

#dedbe5 hex color red value is 222, green value is 219 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dedbe5 hue: 0.72 , saturation: 0.16 and the lightness value of dedbe5 is 0.88.

The process color (four color CMYK) of #dedbe5 color hex is 0.03, 0.04, 0.00, 0.10. Web safe color of #dedbe5 is #cccccc. Color #dedbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11100101
Octal 336 333 345
Decimal 222 219 229
Hex DE DB E5

RGB Percentages of Color #dedbe5

%33.13
%32.69
%34.18

CMYK Percentages of Color #dedbe5

%3
%4
%0
%10

Triadic Colors of #dedbe5

#dedbe5 #e5dedb #dbe5de

Analogous Colors of #dedbe5

#dedbe5 #e3dbe5 #dbdde5

Monochromatic Colors of #dedbe5

#dedbe5

Complementary Color

#dedbe5 #e2e5db

#dedbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbe5 Color CSS Codes

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

#dedbe5 Text Font Color

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

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


#dedbe5 Background Color

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

This div background color is #dedbe5


#dedbe5 Border Color

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

This div border color is #dedbe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,219,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbe5


Comments

No comments written yet.

Please login to write comment.