Color Hex Logo

#deccf9 Color Hex

#DECCF9
(222,204,249)
0 Favorites   0 Comments

Color spaces of #deccf9

RGB 222204249
HSL0.730.790.89
HSV264°18°98°
CMYK 0.110.180.00   0.02
XYZ68.815965.554998.6489
Yxy65.55490.29530.2813
Hunter Lab80.966010.0231-15.5627
CIE-Lab84.768914.6243-19.7872

#deccf9 color RGB value is (222,204,249).

#deccf9 hex color red value is 222, green value is 204 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #deccf9 hue: 0.73 , saturation: 0.79 and the lightness value of deccf9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 11111001
Octal 336 314 371
Decimal 222 204 249
Hex DE CC F9

RGB Percentages of Color #deccf9

%32.89
%30.22
%36.89

CMYK Percentages of Color #deccf9

%11
%18
%0
%2

Triadic Colors of #deccf9

#deccf9 #f9decc #ccf9de

Analogous Colors of #deccf9

#deccf9 #f5ccf9 #ccd1f9

Monochromatic Colors of #deccf9

#deccf9

Complementary Color

#deccf9 #e7f9cc

#deccf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deccf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deccf9 Color CSS Codes

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

#deccf9 Text Font Color

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

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


#deccf9 Background Color

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

This div background color is #deccf9


#deccf9 Border Color

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

This div border color is #deccf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deccf9


Comments

No comments written yet.

Please login to write comment.