Color Hex Logo

#deecf7 Color Hex

#DEECF7
(222,236,247)
0 Favorites   0 Comments

Color spaces of #deecf7

RGB 222236247
HSL0.570.610.92
HSV206°10°97°
CMYK 0.100.040.00   0.03
XYZ76.908282.235999.8153
Yxy82.23590.29700.3176
Hunter Lab90.6840-7.3130-1.7813
CIE-Lab92.6789-2.5198-6.9090

#deecf7 color RGB value is (222,236,247).

#deecf7 hex color red value is 222, green value is 236 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #deecf7 hue: 0.57 , saturation: 0.61 and the lightness value of deecf7 is 0.92.

The process color (four color CMYK) of #deecf7 color hex is 0.10, 0.04, 0.00, 0.03. Web safe color of #deecf7 is #ccffff. Color #deecf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 11110111
Octal 336 354 367
Decimal 222 236 247
Hex DE EC F7

RGB Percentages of Color #deecf7

%31.49
%33.48
%35.04

CMYK Percentages of Color #deecf7

%10
%4
%0
%3

Triadic Colors of #deecf7

#deecf7 #f7deec #ecf7de

Analogous Colors of #deecf7

#deecf7 #dee0f7 #def7f6

Monochromatic Colors of #deecf7

#deecf7

Complementary Color

#deecf7 #f7e9de

#deecf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deecf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deecf7 Color CSS Codes

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

#deecf7 Text Font Color

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

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


#deecf7 Background Color

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

This div background color is #deecf7


#deecf7 Border Color

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

This div border color is #deecf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deecf7

Related Colors

#deecf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.