Color Hex Logo

#d1dcfa Color Hex

#D1DCFA
(209,220,250)
0 Favorites   0 Comments

Color spaces of #d1dcfa

RGB 209220250
HSL0.620.800.90
HSV224°16°98°
CMYK 0.160.120.00   0.02
XYZ69.143071.6438100.6269
Yxy71.64380.28640.2968
Hunter Lab84.6427-2.3114-11.2367
CIE-Lab87.79692.2829-15.8514

#d1dcfa color RGB value is (209,220,250).

#d1dcfa hex color red value is 209, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d1dcfa hue: 0.62 , saturation: 0.80 and the lightness value of d1dcfa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011100 11111010
Octal 321 334 372
Decimal 209 220 250
Hex D1 DC FA

RGB Percentages of Color #d1dcfa

%30.78
%32.40
%36.82

CMYK Percentages of Color #d1dcfa

%16
%12
%0
%2

Triadic Colors of #d1dcfa

#d1dcfa #fad1dc #dcfad1

Analogous Colors of #d1dcfa

#d1dcfa #dbd1fa #d1f1fa

Monochromatic Colors of #d1dcfa

#d1dcfa

Complementary Color

#d1dcfa #faefd1

#d1dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dcfa Color CSS Codes

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

#d1dcfa Text Font Color

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

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


#d1dcfa Background Color

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

This div background color is #d1dcfa


#d1dcfa Border Color

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

This div border color is #d1dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.