Color Hex Logo

#dce9ff Color Hex

#DCE9FF
(220,233,255)
0 Favorites   0 Comments

Color spaces of #dce9ff

RGB 220233255
HSL0.601.000.93
HSV218°14°100°
CMYK 0.140.090.00   0.00
XYZ76.704180.7135106.1443
Yxy80.71350.29100.3062
Hunter Lab89.8407-4.8217-7.1610
CIE-Lab92.0041-0.0236-12.0950

#dce9ff color RGB value is (220,233,255).

#dce9ff hex color red value is 220, green value is 233 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dce9ff hue: 0.60 , saturation: 1.00 and the lightness value of dce9ff is 0.93.

The process color (four color CMYK) of #dce9ff color hex is 0.14, 0.09, 0.00, 0.00. Web safe color of #dce9ff is #ccffff. Color #dce9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 11111111
Octal 334 351 377
Decimal 220 233 255
Hex DC E9 FF

RGB Percentages of Color #dce9ff

%31.07
%32.91
%36.02

CMYK Percentages of Color #dce9ff

%14
%9
%0
%0

Triadic Colors of #dce9ff

#dce9ff #ffdce9 #e9ffdc

Analogous Colors of #dce9ff

#dce9ff #e1dcff #dcfbff

Monochromatic Colors of #dce9ff

#dce9ff

Complementary Color

#dce9ff #fff2dc

#dce9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce9ff Color CSS Codes

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

#dce9ff Text Font Color

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

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


#dce9ff Background Color

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

This div background color is #dce9ff


#dce9ff Border Color

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

This div border color is #dce9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce9ff

Related Colors

#dce9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.