Color Hex Logo

#dcdce9 Color Hex

#DCDCE9
(220,220,233)
0 Favorites   0 Comments

Color spaces of #dcdce9

RGB 220220233
HSL0.670.230.89
HSV240°91°
CMYK 0.060.060.00   0.09
XYZ69.816472.285287.3635
Yxy72.28520.30430.3150
Hunter Lab85.0207-2.2075-1.4093
CIE-Lab88.10572.4069-6.3535

#dcdce9 color RGB value is (220,220,233).

#dcdce9 hex color red value is 220, green value is 220 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dcdce9 hue: 0.67 , saturation: 0.23 and the lightness value of dcdce9 is 0.89.

The process color (four color CMYK) of #dcdce9 color hex is 0.06, 0.06, 0.00, 0.09. Web safe color of #dcdce9 is #ccccff. Color #dcdce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11101001
Octal 334 334 351
Decimal 220 220 233
Hex DC DC E9

RGB Percentages of Color #dcdce9

%32.69
%32.69
%34.62

CMYK Percentages of Color #dcdce9

%6
%6
%0
%9

Triadic Colors of #dcdce9

#dcdce9 #e9dcdc #dce9dc

Analogous Colors of #dcdce9

#dcdce9 #e3dce9 #dce3e9

Monochromatic Colors of #dcdce9

#dcdce9

Complementary Color

#dcdce9 #e9e9dc

#dcdce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdce9 Color CSS Codes

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

#dcdce9 Text Font Color

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

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


#dcdce9 Background Color

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

This div background color is #dcdce9


#dcdce9 Border Color

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

This div border color is #dcdce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdce9


Comments

No comments written yet.

Please login to write comment.