Color Hex Logo

#dedbea Color Hex

#DEDBEA
(222,219,234)
0 Favorites   0 Comments

Color spaces of #dedbea

RGB 222219234
HSL0.700.260.89
HSV252°92°
CMYK 0.050.060.00   0.08
XYZ70.307072.133188.0594
Yxy72.13310.30500.3129
Hunter Lab84.9312-0.8653-2.0219
CIE-Lab88.03263.7761-6.9716

#dedbea color RGB value is (222,219,234).

#dedbea hex color red value is 222, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dedbea hue: 0.70 , saturation: 0.26 and the lightness value of dedbea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11101010
Octal 336 333 352
Decimal 222 219 234
Hex DE DB EA

RGB Percentages of Color #dedbea

%32.89
%32.44
%34.67

CMYK Percentages of Color #dedbea

%5
%6
%0
%8

Triadic Colors of #dedbea

#dedbea #eadedb #dbeade

Analogous Colors of #dedbea

#dedbea #e6dbea #dbe0ea

Monochromatic Colors of #dedbea

#dedbea

Complementary Color

#dedbea #e7eadb

#dedbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbea Color CSS Codes

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

#dedbea Text Font Color

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

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


#dedbea Background Color

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

This div background color is #dedbea


#dedbea Border Color

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

This div border color is #dedbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbea

#dedbea Color Palettes


Comments

No comments written yet.

Please login to write comment.