Color Hex Logo

#d7dce9 Color Hex

#D7DCE9
(215,220,233)
0 Favorites   0 Comments

Color spaces of #d7dce9

RGB 215220233
HSL0.620.290.88
HSV223°91°
CMYK 0.080.060.00   0.09
XYZ68.325571.516787.2938
Yxy71.51670.30080.3149
Hunter Lab84.5675-3.7759-2.0041
CIE-Lab87.73540.7684-6.9424

#d7dce9 color RGB value is (215,220,233).

#d7dce9 hex color red value is 215, green value is 220 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #d7dce9 hue: 0.62 , saturation: 0.29 and the lightness value of d7dce9 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011100 11101001
Octal 327 334 351
Decimal 215 220 233
Hex D7 DC E9

RGB Percentages of Color #d7dce9

%32.19
%32.93
%34.88

CMYK Percentages of Color #d7dce9

%8
%6
%0
%9

Triadic Colors of #d7dce9

#d7dce9 #e9d7dc #dce9d7

Analogous Colors of #d7dce9

#d7dce9 #dbd7e9 #d7e5e9

Monochromatic Colors of #d7dce9

#d7dce9

Complementary Color

#d7dce9 #e9e4d7

#d7dce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dce9 Color CSS Codes

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

#d7dce9 Text Font Color

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

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


#d7dce9 Background Color

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

This div background color is #d7dce9


#d7dce9 Border Color

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

This div border color is #d7dce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dce9


Comments

No comments written yet.

Please login to write comment.