Color Hex Logo

#dedbe8 Color Hex

#DEDBE8
(222,219,232)
0 Favorites   0 Comments

Color spaces of #dedbe8

RGB 222219232
HSL0.710.220.88
HSV254°91°
CMYK 0.040.060.00   0.09
XYZ70.021272.018886.5544
Yxy72.01880.30630.3151
Hunter Lab84.8639-1.2315-1.0663
CIE-Lab87.97763.3995-5.9987

#dedbe8 color RGB value is (222,219,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11101000
Octal 336 333 350
Decimal 222 219 232
Hex DE DB E8

RGB Percentages of Color #dedbe8

%32.99
%32.54
%34.47

CMYK Percentages of Color #dedbe8

%4
%6
%0
%9

Triadic Colors of #dedbe8

#dedbe8 #e8dedb #dbe8de

Analogous Colors of #dedbe8

#dedbe8 #e5dbe8 #dbdfe8

Monochromatic Colors of #dedbe8

#dedbe8

Complementary Color

#dedbe8 #e5e8db

#dedbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbe8 Color CSS Codes

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

#dedbe8 Text Font Color

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

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


#dedbe8 Background Color

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

This div background color is #dedbe8


#dedbe8 Border Color

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

This div border color is #dedbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbe8


Comments

No comments written yet.

Please login to write comment.