Color Hex Logo

#dcdfe9 Color Hex

#DCDFE9
(220,223,233)
0 Favorites   0 Comments

Color spaces of #dcdfe9

RGB 220223233
HSL0.630.230.89
HSV226°91°
CMYK 0.060.040.00   0.09
XYZ70.610973.874287.6283
Yxy73.87420.30420.3183
Hunter Lab85.9501-3.7689-0.2826
CIE-Lab88.86300.8475-5.2354

#dcdfe9 color RGB value is (220,223,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 11101001
Octal 334 337 351
Decimal 220 223 233
Hex DC DF E9

RGB Percentages of Color #dcdfe9

%32.54
%32.99
%34.47

CMYK Percentages of Color #dcdfe9

%6
%4
%0
%9

Triadic Colors of #dcdfe9

#dcdfe9 #e9dcdf #dfe9dc

Analogous Colors of #dcdfe9

#dcdfe9 #e0dce9 #dce6e9

Monochromatic Colors of #dcdfe9

#dcdfe9

Complementary Color

#dcdfe9 #e9e6dc

#dcdfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfe9 Color CSS Codes

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

#dcdfe9 Text Font Color

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

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


#dcdfe9 Background Color

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

This div background color is #dcdfe9


#dcdfe9 Border Color

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

This div border color is #dcdfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfe9


Comments

No comments written yet.

Please login to write comment.