Color Hex Logo

#d9dcee Color Hex

#D9DCEE
(217,220,238)
0 Favorites   0 Comments

Color spaces of #d9dcee

RGB 217220238
HSL0.640.380.89
HSV231°93°
CMYK 0.090.080.00   0.07
XYZ69.641172.111291.1373
Yxy72.11120.29900.3096
Hunter Lab84.9183-2.2201-4.1893
CIE-Lab88.02212.3893-9.1359

#d9dcee color RGB value is (217,220,238).

#d9dcee hex color red value is 217, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d9dcee hue: 0.64 , saturation: 0.38 and the lightness value of d9dcee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011100 11101110
Octal 331 334 356
Decimal 217 220 238
Hex D9 DC EE

RGB Percentages of Color #d9dcee

%32.15
%32.59
%35.26

CMYK Percentages of Color #d9dcee

%9
%8
%0
%7

Triadic Colors of #d9dcee

#d9dcee #eed9dc #dceed9

Analogous Colors of #d9dcee

#d9dcee #e1d9ee #d9e7ee

Monochromatic Colors of #d9dcee

#d9dcee

Complementary Color

#d9dcee #eeebd9

#d9dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dcee Color CSS Codes

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

#d9dcee Text Font Color

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

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


#d9dcee Background Color

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

This div background color is #d9dcee


#d9dcee Border Color

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

This div border color is #d9dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dcee

#d9dcee Color Palettes


Comments

No comments written yet.

Please login to write comment.