Color Hex Logo

#deece6 Color Hex

#DEECE6
(222,236,230)
0 Favorites   0 Comments

Color spaces of #deece6

RGB 222236230
HSL0.430.270.90
HSV154°93°
CMYK 0.060.000.03   0.07
XYZ74.402681.233786.6211
Yxy81.23370.30710.3353
Hunter Lab90.1297-10.37436.1089
CIE-Lab92.2356-5.72481.2950

#deece6 color RGB value is (222,236,230).

#deece6 hex color red value is 222, green value is 236 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #deece6 hue: 0.43 , saturation: 0.27 and the lightness value of deece6 is 0.90.

The process color (four color CMYK) of #deece6 color hex is 0.06, 0.00, 0.03, 0.07. Web safe color of #deece6 is #ccffff. Color #deece6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 11100110
Octal 336 354 346
Decimal 222 236 230
Hex DE EC E6

RGB Percentages of Color #deece6

%32.27
%34.30
%33.43

CMYK Percentages of Color #deece6

%6
%0
%3
%7

Triadic Colors of #deece6

#deece6 #e6deec #ece6de

Analogous Colors of #deece6

#deece6 #deebec #deecdf

Monochromatic Colors of #deece6

#deece6

Complementary Color

#deece6 #ecdee4

#deece6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deece6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deece6 Color CSS Codes

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

#deece6 Text Font Color

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

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


#deece6 Background Color

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

This div background color is #deece6


#deece6 Border Color

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

This div border color is #deece6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deece6


Comments

No comments written yet.

Please login to write comment.