Color Hex Logo

#d9dffa Color Hex

#D9DFFA
(217,223,250)
0 Favorites   0 Comments

Color spaces of #d9dffa

RGB 217223250
HSL0.640.770.92
HSV229°13°98°
CMYK 0.130.110.00   0.02
XYZ72.258374.4292101.0003
Yxy74.42920.29170.3005
Hunter Lab86.2724-1.4721-9.0210
CIE-Lab89.12493.2130-13.8023

#d9dffa color RGB value is (217,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 11111010
Octal 331 337 372
Decimal 217 223 250
Hex D9 DF FA

RGB Percentages of Color #d9dffa

%31.45
%32.32
%36.23

CMYK Percentages of Color #d9dffa

%13
%11
%0
%2

Triadic Colors of #d9dffa

#d9dffa #fad9df #dffad9

Analogous Colors of #d9dffa

#d9dffa #e4d9fa #d9f0fa

Monochromatic Colors of #d9dffa

#d9dffa

Complementary Color

#d9dffa #faf4d9

#d9dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dffa Color CSS Codes

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

#d9dffa Text Font Color

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

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


#d9dffa Background Color

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

This div background color is #d9dffa


#d9dffa Border Color

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

This div border color is #d9dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dffa


Comments

No comments written yet.

Please login to write comment.