Color Hex Logo

#dedbf6 Color Hex

#DEDBF6
(222,219,246)
0 Favorites   0 Comments

Color spaces of #dedbf6

RGB 222219246
HSL0.690.600.91
HSV247°11°96°
CMYK 0.100.110.00   0.04
XYZ72.090372.846597.4500
Yxy72.84650.29740.3005
Hunter Lab85.35021.4058-7.9503
CIE-Lab88.37456.0940-12.7835

#dedbf6 color RGB value is (222,219,246).

#dedbf6 hex color red value is 222, green value is 219 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dedbf6 hue: 0.69 , saturation: 0.60 and the lightness value of dedbf6 is 0.91.

The process color (four color CMYK) of #dedbf6 color hex is 0.10, 0.11, 0.00, 0.04. Web safe color of #dedbf6 is #ccccff. Color #dedbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 11110110
Octal 336 333 366
Decimal 222 219 246
Hex DE DB F6

RGB Percentages of Color #dedbf6

%32.31
%31.88
%35.81

CMYK Percentages of Color #dedbf6

%10
%11
%0
%4

Triadic Colors of #dedbf6

#dedbf6 #f6dedb #dbf6de

Analogous Colors of #dedbf6

#dedbf6 #ecdbf6 #dbe6f6

Monochromatic Colors of #dedbf6

#dedbf6

Complementary Color

#dedbf6 #f3f6db

#dedbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedbf6 Color CSS Codes

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

#dedbf6 Text Font Color

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

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


#dedbf6 Background Color

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

This div background color is #dedbf6


#dedbf6 Border Color

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

This div border color is #dedbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedbf6

#dedbf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.