Color Hex Logo

#d9dffd Color Hex

#D9DFFD
(217,223,253)
0 Favorites   0 Comments

Color spaces of #d9dffd

RGB 217223253
HSL0.640.900.92
HSV230°14°99°
CMYK 0.140.120.00   0.01
XYZ72.732674.6189103.4980
Yxy74.61890.28990.2975
Hunter Lab86.3822-0.8745-10.5702
CIE-Lab89.21423.8247-15.2432

#d9dffd color RGB value is (217,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 11111101
Octal 331 337 375
Decimal 217 223 253
Hex D9 DF FD

RGB Percentages of Color #d9dffd

%31.31
%32.18
%36.51

CMYK Percentages of Color #d9dffd

%14
%12
%0
%1

Triadic Colors of #d9dffd

#d9dffd #fdd9df #dffdd9

Analogous Colors of #d9dffd

#d9dffd #e5d9fd #d9f1fd

Monochromatic Colors of #d9dffd

#d9dffd

Complementary Color

#d9dffd #fdf7d9

#d9dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dffd Color CSS Codes

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

#d9dffd Text Font Color

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

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


#d9dffd Background Color

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

This div background color is #d9dffd


#d9dffd Border Color

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

This div border color is #d9dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dffd


Comments

No comments written yet.

Please login to write comment.