Color Hex Logo

#d1dffd Color Hex

#D1DFFD
(209,223,253)
0 Favorites   0 Comments

Color spaces of #d1dffd

RGB 209223253
HSL0.610.920.91
HSV221°17°99°
CMYK 0.170.120.00   0.01
XYZ70.411873.4225103.3894
Yxy73.42250.28480.2970
Hunter Lab85.6869-3.2727-11.5582
CIE-Lab88.64881.3446-16.1492

#d1dffd color RGB value is (209,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011111 11111101
Octal 321 337 375
Decimal 209 223 253
Hex D1 DF FD

RGB Percentages of Color #d1dffd

%30.51
%32.55
%36.93

CMYK Percentages of Color #d1dffd

%17
%12
%0
%1

Triadic Colors of #d1dffd

#d1dffd #fdd1df #dffdd1

Analogous Colors of #d1dffd

#d1dffd #d9d1fd #d1f5fd

Monochromatic Colors of #d1dffd

#d1dffd

Complementary Color

#d1dffd #fdefd1

#d1dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dffd Color CSS Codes

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

#d1dffd Text Font Color

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

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


#d1dffd Background Color

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

This div background color is #d1dffd


#d1dffd Border Color

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

This div border color is #d1dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dffd

#d1dffd Color Palettes


Comments

No comments written yet.

Please login to write comment.