Color Hex Logo

#d9ddfa Color Hex

#D9DDFA
(217,221,250)
0 Favorites   0 Comments

Color spaces of #d9ddfa

RGB 217221250
HSL0.650.770.92
HSV233°13°98°
CMYK 0.130.120.00   0.02
XYZ71.727073.3667100.8233
Yxy73.36670.29170.2983
Hunter Lab85.6544-0.4192-9.8319
CIE-Lab88.62234.2584-14.5549

#d9ddfa color RGB value is (217,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011101 11111010
Octal 331 335 372
Decimal 217 221 250
Hex D9 DD FA

RGB Percentages of Color #d9ddfa

%31.54
%32.12
%36.34

CMYK Percentages of Color #d9ddfa

%13
%12
%0
%2

Triadic Colors of #d9ddfa

#d9ddfa #fad9dd #ddfad9

Analogous Colors of #d9ddfa

#d9ddfa #e6d9fa #d9eefa

Monochromatic Colors of #d9ddfa

#d9ddfa

Complementary Color

#d9ddfa #faf6d9

#d9ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ddfa Color CSS Codes

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

#d9ddfa Text Font Color

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

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


#d9ddfa Background Color

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

This div background color is #d9ddfa


#d9ddfa Border Color

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

This div border color is #d9ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ddfa


Comments

No comments written yet.

Please login to write comment.