Color Hex Logo

#dedcf6 Color Hex

#DEDCF6
(222,220,246)
0 Favorites   0 Comments

Color spaces of #dedcf6

RGB 222220246
HSL0.680.590.91
HSV245°11°96°
CMYK 0.100.110.00   0.04
XYZ72.352073.369897.5372
Yxy73.36980.29740.3016
Hunter Lab85.65620.8770-7.5546
CIE-Lab88.62385.5704-12.4111

#dedcf6 color RGB value is (222,220,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 11110110
Octal 336 334 366
Decimal 222 220 246
Hex DE DC F6

RGB Percentages of Color #dedcf6

%32.27
%31.98
%35.76

CMYK Percentages of Color #dedcf6

%10
%11
%0
%4

Triadic Colors of #dedcf6

#dedcf6 #f6dedc #dcf6de

Analogous Colors of #dedcf6

#dedcf6 #ebdcf6 #dce7f6

Monochromatic Colors of #dedcf6

#dedcf6

Complementary Color

#dedcf6 #f4f6dc

#dedcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedcf6 Color CSS Codes

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

#dedcf6 Text Font Color

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

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


#dedcf6 Background Color

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

This div background color is #dedcf6


#dedcf6 Border Color

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

This div border color is #dedcf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,220,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 #dedcf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedcf6

#dedcf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.