Color Hex Logo

#d9dcfb Color Hex

#D9DCFB
(217,220,251)
0 Favorites   0 Comments

Color spaces of #d9dcfb

RGB 217220251
HSL0.650.810.92
HSV235°14°98°
CMYK 0.140.120.00   0.02
XYZ71.621172.9031101.5637
Yxy72.90310.29100.2962
Hunter Lab85.38330.3083-10.7573
CIE-Lab88.40154.9861-15.4117

#d9dcfb color RGB value is (217,220,251).

#d9dcfb hex color red value is 217, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d9dcfb hue: 0.65 , saturation: 0.81 and the lightness value of d9dcfb is 0.92.

The process color (four color CMYK) of #d9dcfb color hex is 0.14, 0.12, 0.00, 0.02. Web safe color of #d9dcfb is #ccccff. Color #d9dcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011100 11111011
Octal 331 334 373
Decimal 217 220 251
Hex D9 DC FB

RGB Percentages of Color #d9dcfb

%31.54
%31.98
%36.48

CMYK Percentages of Color #d9dcfb

%14
%12
%0
%2

Triadic Colors of #d9dcfb

#d9dcfb #fbd9dc #dcfbd9

Analogous Colors of #d9dcfb

#d9dcfb #e7d9fb #d9edfb

Monochromatic Colors of #d9dcfb

#d9dcfb

Complementary Color

#d9dcfb #fbf8d9

#d9dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dcfb Color CSS Codes

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

#d9dcfb Text Font Color

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

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


#d9dcfb Background Color

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

This div background color is #d9dcfb


#d9dcfb Border Color

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

This div border color is #d9dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dcfb


Comments

No comments written yet.

Please login to write comment.