Color Hex Logo

#d9dafa Color Hex

#D9DAFA
(217,218,250)
0 Favorites   0 Comments

Color spaces of #d9dafa

RGB 217218250
HSL0.660.770.92
HSV238°13°98°
CMYK 0.130.130.00   0.02
XYZ70.942071.7966100.5616
Yxy71.79660.29160.2951
Hunter Lab84.73291.1653-11.0528
CIE-Lab87.87065.8318-15.6822

#d9dafa color RGB value is (217,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 11111010
Octal 331 332 372
Decimal 217 218 250
Hex D9 DA FA

RGB Percentages of Color #d9dafa

%31.68
%31.82
%36.50

CMYK Percentages of Color #d9dafa

%13
%13
%0
%2

Triadic Colors of #d9dafa

#d9dafa #fad9da #dafad9

Analogous Colors of #d9dafa

#d9dafa #e9d9fa #d9ebfa

Monochromatic Colors of #d9dafa

#d9dafa

Complementary Color

#d9dafa #faf9d9

#d9dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dafa Color CSS Codes

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

#d9dafa Text Font Color

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

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


#d9dafa Background Color

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

This div background color is #d9dafa


#d9dafa Border Color

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

This div border color is #d9dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dafa

Related Colors


Comments

No comments written yet.

Please login to write comment.