Color Hex Logo

#dedbfa Color Hex

#DEDBFA
(222,219,250)
0 Favorites   0 Comments

Color spaces of #dedbfa

RGB 222219250
HSL0.680.760.92
HSV246°12°98°
CMYK 0.110.120.00   0.02
XYZ72.711073.0948100.7189
Yxy73.09480.29490.2965
Hunter Lab85.49552.1910-10.0004
CIE-Lab88.49296.8883-14.7107

#dedbfa color RGB value is (222,219,250).

#dedbfa hex color red value is 222, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dedbfa hue: 0.68 , saturation: 0.76 and the lightness value of dedbfa is 0.92.

The process color (four color CMYK) of #dedbfa color hex is 0.11, 0.12, 0.00, 0.02. Web safe color of #dedbfa is #ccccff. Color #dedbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11111010
Octal 336 333 372
Decimal 222 219 250
Hex DE DB FA

RGB Percentages of Color #dedbfa

%32.13
%31.69
%36.18

CMYK Percentages of Color #dedbfa

%11
%12
%0
%2

Triadic Colors of #dedbfa

#dedbfa #fadedb #dbfade

Analogous Colors of #dedbfa

#dedbfa #eedbfa #dbe8fa

Monochromatic Colors of #dedbfa

#dedbfa

Complementary Color

#dedbfa #f7fadb

#dedbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbfa Color CSS Codes

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

#dedbfa Text Font Color

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

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


#dedbfa Background Color

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

This div background color is #dedbfa


#dedbfa Border Color

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

This div border color is #dedbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbfa


Comments

No comments written yet.

Please login to write comment.