Color Hex Logo

#d9dbfa Color Hex

#D9DBFA
(217,219,250)
0 Favorites   0 Comments

Color spaces of #d9dbfa

RGB 217219250
HSL0.660.770.92
HSV236°13°98°
CMYK 0.130.120.00   0.02
XYZ71.202172.3169100.6483
Yxy72.31690.29160.2962
Hunter Lab85.03930.6364-10.6451
CIE-Lab88.12095.3065-15.3065

#d9dbfa color RGB value is (217,219,250).

#d9dbfa hex color red value is 217, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d9dbfa hue: 0.66 , saturation: 0.77 and the lightness value of d9dbfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 11111010
Octal 331 333 372
Decimal 217 219 250
Hex D9 DB FA

RGB Percentages of Color #d9dbfa

%31.63
%31.92
%36.44

CMYK Percentages of Color #d9dbfa

%13
%12
%0
%2

Triadic Colors of #d9dbfa

#d9dbfa #fad9db #dbfad9

Analogous Colors of #d9dbfa

#d9dbfa #e8d9fa #d9ecfa

Monochromatic Colors of #d9dbfa

#d9dbfa

Complementary Color

#d9dbfa #faf8d9

#d9dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbfa Color CSS Codes

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

#d9dbfa Text Font Color

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

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


#d9dbfa Background Color

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

This div background color is #d9dbfa


#d9dbfa Border Color

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

This div border color is #d9dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbfa


Comments

No comments written yet.

Please login to write comment.