Color Hex Logo

#dedcf9 Color Hex

#DEDCF9
(222,220,249)
0 Favorites   0 Comments

Color spaces of #dedcf9

RGB 222220249
HSL0.680.710.92
HSV244°12°98°
CMYK 0.110.120.00   0.02
XYZ72.816373.555599.9823
Yxy73.55550.29560.2986
Hunter Lab85.76451.4633-9.0838
CIE-Lab88.71206.1647-13.8568

#dedcf9 color RGB value is (222,220,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 11111001
Octal 336 334 371
Decimal 222 220 249
Hex DE DC F9

RGB Percentages of Color #dedcf9

%32.13
%31.84
%36.03

CMYK Percentages of Color #dedcf9

%11
%12
%0
%2

Triadic Colors of #dedcf9

#dedcf9 #f9dedc #dcf9de

Analogous Colors of #dedcf9

#dedcf9 #eddcf9 #dce9f9

Monochromatic Colors of #dedcf9

#dedcf9

Complementary Color

#dedcf9 #f7f9dc

#dedcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedcf9 Color CSS Codes

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

#dedcf9 Text Font Color

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

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


#dedcf9 Background Color

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

This div background color is #dedcf9


#dedcf9 Border Color

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

This div border color is #dedcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedcf9


Comments

No comments written yet.

Please login to write comment.