Color Hex Logo

#d1ddfd Color Hex

#D1DDFD
(209,221,253)
0 Favorites   0 Comments

Color spaces of #d1ddfd

RGB 209221253
HSL0.620.920.91
HSV224°17°99°
CMYK 0.170.130.00   0.01
XYZ69.880672.3601103.2123
Yxy72.36010.28470.2948
Hunter Lab85.0647-2.2257-12.3935
CIE-Lab88.14162.3902-16.9113

#d1ddfd color RGB value is (209,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011101 11111101
Octal 321 335 375
Decimal 209 221 253
Hex D1 DD FD

RGB Percentages of Color #d1ddfd

%30.60
%32.36
%37.04

CMYK Percentages of Color #d1ddfd

%17
%13
%0
%1

Triadic Colors of #d1ddfd

#d1ddfd #fdd1dd #ddfdd1

Analogous Colors of #d1ddfd

#d1ddfd #dbd1fd #d1f3fd

Monochromatic Colors of #d1ddfd

#d1ddfd

Complementary Color

#d1ddfd #fdf1d1

#d1ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ddfd Color CSS Codes

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

#d1ddfd Text Font Color

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

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


#d1ddfd Background Color

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

This div background color is #d1ddfd


#d1ddfd Border Color

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

This div border color is #d1ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ddfd


Comments

No comments written yet.

Please login to write comment.